From 1ec4b379d983a53d024954ccec41d02f8b2cd376 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 29 Oct 2014 12:55:48 +1100 Subject: [PATCH 1/2] Added nikto, wapiti and sslyze --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b13d0bf..cc8daba 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,10 @@ A collection of awesome penetration testing resources, tools, books, , confs, ma #### Vulnerability Scanners * [Nexpose](https://www.rapid7.com/products/nexpose/) - Vulnerability Management & Risk Management Software * [Nessus](http://www.tenable.com/products/nessus) - Vulnerability, configuration, and compliance assessment +* [Nikto](https://cirt.net/nikto2) - Web application vulnerability scanner * [OpenVAS](http://www.openvas.org/) - Open Source vulnerability scanner and manager * [w3af](https://github.com/andresriancho/w3af) - Web application attack and audit framework +* [Wapiti](http://wapiti.sourceforge.net/) - Web application vulnerability scanner #### Networks Tools * [nmap](http://nmap.org/) - Free Security Scanner For Network Exploration & Security Audits @@ -84,6 +86,9 @@ A collection of awesome penetration testing resources, tools, books, , confs, ma * [Network Tools](http://network-tools.com/) - Different network tools: pink, lookup, whois, etc * [netsniff-ng](https://github.com/netsniff-ng/netsniff-ng) - A Swiss army knife for for network sniffing +#### SSL Analysis Tools +* [SSLyze](https://github.com/nabla-c0d3/sslyze) - SSL configuration scanner + #### Hex Editors * [HexEdit.js](http://hexed.it/) - Browser-based hex editing @@ -233,4 +238,4 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕) [![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) -This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) \ No newline at end of file +This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) From eefffe6edbaa1c6f4de6e93cf7a34aebea3b6920 Mon Sep 17 00:00:00 2001 From: Nick Raienko Date: Wed, 12 Nov 2014 10:27:58 +0200 Subject: [PATCH 2/2] update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b13d0bf..688141b 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ A collection of awesome penetration testing resources, tools, books, , confs, ma * [Wireshark Network Analysis by by Laura Chappell, Gerald Combs, 2012](http://www.wiresharkbook.com/) #### Reverse Engineering Books +* [Reverse Engineering for Beginners by Dennis Yurichev (free!)](http://beginners.re/) * [The IDA Pro Book by Chris Eagle, 2011](http://www.nostarch.com/idapro2.htm) * [Practical Reverse Engineering by Bruce Dang and others, 2014](http://wiley.com/WileyCDA/WileyTitle/productCd-1118787315.html)