This framework helps you to pentest a system. Step by step !
Penetration Testing Framework 0.58
And this is Wireless Penetration Testing Framework
BeEF has release new version : 0.4.2.4-alpha
BeEF, the Browser Exploitation Framework is a professional security tool provided for lawful research and testing purposes. It allows the experienced penetration tester or system administrator additional attack vectors when assessing the posture of a target. The user of BeEF will control which browser will launch which command module and at which target.
BeEF hooks one or more web browsers as beachheads for the launching of directed command modules in real-time. Each browser is likely to be within a different security context. This provides additional vectors that can be exploited by security professionals.
The Framework is being ported to Ruby. The process is well underway and is available for testing. To download alpha versions view the download area on
http://code.google.com/p/beef/downloads/list
Nikto is a web server scanner which performs comprehensive tests against web servers for multiple items, including over 3500 potentially dangerous files/CGIs, versions on over 900 servers, and version specific problems on over 250 servers.
1. Install Nikto
apt-get install nikto
2. Test the local web server
nikto -h localhost
Nikto also supports testing on different ports. Click here for Nikto usage information.