Nmap | ZAP | BurpSuite | Metasploite | KALI.

NMAP - "network mapper" scans network to find what's connected to it 
http://nmap.org/
Zap - web proxy and automatic vulnerability scanner
https://code.google.com/p/zaproxy/
Burp suite - Several pen testing tools (some versions are free)
http://portswigger.net/burp/
Metasploit - customizable platform for developing, testing, and using exploit code.
http://www.offensive-security.com/metasploit-unleashed/Main_Page
Kali - Linux distribution with pre-installed pen testing tools.
http://www.kali.org/



Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...