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

Xerosploit- An Advance MITM attack tool ✓

Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing purposes. It brings various modules that allow to realise efficient attacks, and also allows to carry out denial of service attacks and port scanning. Powered by bettercap and nmap. Dependencies nmap hping3 build-essential ruby-dev libpcap-dev libgmp3-dev tabulate terminaltables Installation Dependencies will be automatically installed. git clone https://github.com/LionSec/xerosploit cd xerosploit && sudo python install.py sudo xerosploit features Port Scanning Network mapping Dos attack HTML code injection Javascript code injection Download intercaption and replacement Sniffing DNS Spoofing Background audio reproduction Images replacement Driftnet Webpage defacement and more...

How to download and install Netattack2 tool in Kali Linux.