Posts

Showing posts with the label terminal

HOW TO CRACK A PASSWORD PROTECTED ZIP FILE USING KALI LINUX .

Image
Kali linux is one of the biggest distros powered by linux company with around 600 penetration and testing tools know how to make a kali linux iso live bootable click here . HOW TO CRACK A PASSWORD PROTECTED ZIP FILE . fcrackzip is the software preinstalled in kali linuix and backtracks which is used for cracking password by bruteforce attack .  I have created a test zip file name 100.zip with a password of admin for this demonstration purpose . Go switch to your linux terminal with your zip file and type in the command fcrackzip -b -c a -l <min>-<max> -u <location of zip file > -b : For bruteforce attack -c : use charset -l : specify length <min>-<max>:   minimum to maximum characters you guess the password has <location > : location of the .zip file . The example command look like : fcrackzip -b -c a -l 5-5 -u /root/Desktop/100.zip  hit enter Allow it some time to make the brute force attack . you can see the ...

HOW TO CHANGE THE COLOUR OF TEXT AND BACKGROUND OF TERMINAL ON KALI-LINUX

Image
Kali linux is one of the distros from linux company it has almost 600 penetration testing and hacking tools which are powered by the terminal we care the most about terminal we"ll tell you how to change the color font and style of the terminal. learn how to make the linux live  bootable click here .. HOW TO CHANGE THE COLOUR OF TEXT AND BACKGROUND OF TERMINAL ON KALI-LINUX. Open the terminal go to Edit > Profile preferences > colors To change the color of text and back ground . to change the font style Edit > Profile preferences > General . Then click on save then you are good to go..

HOW TO CHANGE THE MAC-ADDRESS OF KALI LINUX.

Kali linux is most preferd linux destros for hacking and penetration testing purposes , In many of attacks we do with kali linux we have to change the mac address of our machine so that the victim cannot catch us . we have a step by process on WINDOWS machine but in the case of KALI LINUX the way have have become more possible with an application named MAC-CHANGER . In this post we will tell you how change the mac-address of you kali linux  machine very esaily. First of all know how make a kali linux iso bootable here  . HOW TO USE MAC-CHANGER TO CHANGE THE MAC ADDRESS OF KALI MACHINE . first of all to know your mac address type in the command                                                             Macchanger -s <wireless interface name> this will show you your default mac address And to change it ...