Skip to main content

How to download and install kali linux 2017.1 in VMWare Workstation Part 1

Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing.


Kali Linux has over 600 preinstalled penetration-testing programs, including Armitage (a graphical cyber attack management tool), Nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper password cracker, Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP web application security scanners. Kali Linux can run natively when installed on a computer's hard disk, can be booted from a live CD or live USB, or it can run within a virtual machine. It is a supported platform of the Metasploit Project's Metasploit Framework, a tool for developing and executing security exploits.

Comments

Popular posts from this blog

How to hack (sniff) Instagram pictures using SSLstrip in Kali Linux

How to download and install Netattack2 tool in Kali Linux.

How to hack wifi router password (step by step)

Hack a router login password in Kali Linux using Hydra tool. What is Hydra? Hydra is a password cracking tool which can support many different services. As a password cracking tool- Hydra has been tested on the following Protocols: afp cisco cisco-enable cvs firebird ftp http-get http-head http-proxy https-get https-head https-form-get https-form-post icq imap imap-ntlm ldap2 ldap3 mssql mysql ncp nntp oracle-listener pcanywhere pcnfs pop3 pop3-ntlm postgres rexec rlogin rsh sapr3 sip smb smbnt smtp-auth smtp-auth-ntlm snmp socks5 ssh2 teamspeak telnet vmauthd vnc How to hack router login in Kali Linux Step1: Make a password list and save it as pass.lst or pass.txt using cruch. Open a terminal and type "crunch 3 4 01234567891abcd -o /root/Desktop/pass.lst. Step2: Now start hydra by typing this command: "hydra -s 80 -l admin -P /root/Desktop/pass.txt 192.168.1.1 http-get". Hit Enter. Now wait u