Posts

Showing posts with the label bootable

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 MAKE A KALI LINUX BOOTABLE.

WHAT IS KALI LINUX? Kali Linux  is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing. Kali contains several hundred tools aimed at various information security tasks, such as  Penetration Testing, Forensics and Reverse Engineering. Kali Linux is developed, funded and maintained by  Offensive Security , a leading information security training company. Kali Linux is an open source operating system it can be modified by user it is free distribution but we can't use windows for  hacking or penetration testing beacuse windows is an closed operating system. Kali Linux was released on the 13th March, 2013 as a complete, top-to-bottom rebuild of  BackTrack Linux , adhering completely to  Debian  development standards. Know More About Kali Linux Here . As We Know That All LINUX DISTROS  Are mostly uised for hacking and penetration testing and kali linux is the most powerfull of those .. ...