Posts

Showing posts with the label KALI LINUX

Kali Linux : Touchpad issues - tapping, reverse/natural scrolling

Image
By    P arth       Since I've started using Kali Linux, I have often encountered problems with my touchpad. The problem can either be with tapping (tapping the touchpad doesn't result in a click, and I have to press the physical button), or with scrolling (two finger scrolling doesn't work). I have come across the following 3 fixes. At least one of them should work for you- Fix 1: Easiest - GUI setting This fix requires no fancy commands. You just have to go to  Mouse & Touchpad  settings and make appropriate changes. To go to the settings, you can either- Press the windows key (on the lower bottom, Ctrl key, Function key, Windows key, Alt key), and type mouse in the search bar that shows up. Click the activities button on the top left, and type mouse in the search bar that shows up. Now, you should see something like this- kali You can check the  tap to click  and  two finger scroll  options and...

Brute Force Password Cracking and HACKING

Image
One of the most important skills used in hacking and penetration testing is the ability to crack user passwords and gain access to system and network resources. One of the most common techniques is known as brute force password cracking. Using tools such as Hydra, you can run large lists of possible passwords against various network security protocols until the correct password is discovered. The length of time a brute force password attack takes depends on the processing speed of your computer, your Internet connection speed (and any proxy servers you are relying on for anonymity), and some of the security features that may or may not be installed on the target system. The Whitehat Hacking and Penetration Testing tutorial provides a solid overview of password cracking techniques. Although there are quite a few password cracking utilities available, Hydra is renowned as one of the best ones and is relied on by hackers and security experts alike as a way to test the stre...

How SONY got hacked by SMB see here

Msfconsole BY Parth Makadiya Now a days Sony ,A name of fame got hacked By SMB Worm this is shacked by Kali linux SMB Tool Read more on it The msfconsole is probably the most popular interface to the MSF. It provides an "all-in-one" centralized console and allows you efficient access to virtually all of the options available in the Metasploit Framework. Msfconsole may seem intimidating at first, but once you learn the syntax of the commands you will learn to appreciate the power of utilizing this interface. Contents 1   Benefits 2   Launching 3   Help 4   Tab Completion Benefits It is the only supported way to access most of the features within Metasploit. Provides a console-based interface to the framework Contains the most features and is the most stable MSF interface Full readline support, tabbing, and command completion Execution of external commands in msfconsole is possible: msf > ping -c 1 192.168.1.100 [*] exec: ...

How SONY got hacked by SMB see here

Msfconsole Now a days Sony ,A name of fame got hacked By SMB Worm this is shacked by Kali linux SMB Tool Read more on it The msfconsole is probably the most popular interface to the MSF. It provides an "all-in-one" centralized console and allows you efficient access to virtually all of the options available in the Metasploit Framework. Msfconsole may seem intimidating at first, but once you learn the syntax of the commands you will learn to appreciate the power of utilizing this interface. Contents 1   Benefits 2   Launching 3   Help 4   Tab Completion Benefits It is the only supported way to access most of the features within Metasploit. Provides a console-based interface to the framework Contains the most features and is the most stable MSF interface Full readline support, tabbing, and command completion Execution of external commands in msfconsole is possible: msf > ping -c 1 192.168.1.100 [*] exec: ping -c 1 192.168.1....