mirror of
https://github.com/enaqx/awesome-pentest.git
synced 2024-12-23 06:09:22 -05:00
Update README URLs based on HTTP redirects
This commit is contained in:
parent
181fa99957
commit
4edf891faf
86
README.md
86
README.md
@ -44,7 +44,7 @@ A collection of awesome penetration testing resources
|
||||
|
||||
### Online Resources
|
||||
#### Penetration Testing Resources
|
||||
* [Metasploit Unleashed](http://www.offensive-security.com/metasploit-unleashed/) - Free Offensive Security metasploit course
|
||||
* [Metasploit Unleashed](https://www.offensive-security.com/metasploit-unleashed/) - Free Offensive Security metasploit course
|
||||
* [PTES](http://www.pentest-standard.org/) - Penetration Testing Execution Standard
|
||||
* [OWASP](https://www.owasp.org/index.php/Main_Page) - Open Web Application Security Project
|
||||
|
||||
@ -56,12 +56,12 @@ A collection of awesome penetration testing resources
|
||||
* [Social Engineering Framework](http://www.social-engineer.org/framework/) - An information resource for social engineers
|
||||
|
||||
#### Lock Picking Resources
|
||||
* [Schuyler Towne channel](http://www.youtube.com/user/SchuylerTowne/) - Lockpicking videos and security talks
|
||||
* [Schuyler Towne channel](https://www.youtube.com/user/SchuylerTowne/) - Lockpicking videos and security talks
|
||||
* [/r/lockpicking](https://www.reddit.com/r/lockpicking) - Resources for learning lockpicking, equipment recommendations.
|
||||
|
||||
### Tools
|
||||
#### Penetration Testing Distributions
|
||||
* [Kali](http://www.kali.org/) - A Linux distribution designed for digital forensics and penetration testing
|
||||
* [Kali](https://www.kali.org/) - A Linux distribution designed for digital forensics and penetration testing
|
||||
* [BlackArch](http://www.blackarch.org/) - Arch Linux-based distribution for penetration testers and security researchers
|
||||
* [NST](http://networksecuritytoolkit.org/) - Network Security Toolkit distribution
|
||||
* [Pentoo](http://www.pentoo.ch/) - security-focused livecd based on Gentoo
|
||||
@ -69,13 +69,13 @@ A collection of awesome penetration testing resources
|
||||
|
||||
#### Basic Penetration Testing Tools
|
||||
* [Metasploit Framework](http://www.metasploit.com/) - World's most used penetration testing software
|
||||
* [Burp Suite](http://portswigger.net/burp/) - An integrated platform for performing security testing of web applications
|
||||
* [Burp Suite](https://portswigger.net/burp/) - An integrated platform for performing security testing of web applications
|
||||
* [ExploitPack](http://exploitpack.com/) - Graphical tool for penetration testing with a bunch of exploits
|
||||
|
||||
#### Vulnerability Scanners
|
||||
* [Netsparker](https://www.netsparker.com/communityedition/) - Web Application Security Scanner
|
||||
* [Nexpose](https://www.rapid7.com/products/nexpose/) - Vulnerability Management & Risk Management Software
|
||||
* [Nessus](http://www.tenable.com/products/nessus) - Vulnerability, configuration, and compliance assessment
|
||||
* [Nessus](http://www.tenable.com/products/nessus-vulnerability-scanner) - 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
|
||||
* [OWASP Zed Attack Proxy](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - Penetration testing tool for web applications
|
||||
@ -85,9 +85,9 @@ A collection of awesome penetration testing resources
|
||||
* [WebReaver](http://www.webreaver.com/) - Web application vulnerability scanner for Mac OS X
|
||||
|
||||
#### Network Tools
|
||||
* [nmap](http://nmap.org/) - Free Security Scanner For Network Exploration & Security Audits
|
||||
* [nmap](https://nmap.org/) - Free Security Scanner For Network Exploration & Security Audits
|
||||
* [tcpdump/libpcap](http://www.tcpdump.org/) - A common packet analyzer that runs under the command line
|
||||
* [Wireshark](http://www.wireshark.org/) - A network protocol analyzer for Unix and Windows
|
||||
* [Wireshark](https://www.wireshark.org/) - A network protocol analyzer for Unix and Windows
|
||||
* [Network Tools](http://network-tools.com/) - Different network tools: ping, lookup, whois, etc
|
||||
* [netsniff-ng](https://github.com/netsniff-ng/netsniff-ng) - A Swiss army knife for for network sniffing
|
||||
* [Intercepter-NG](http://intercepter.nerf.ru/) - a multifunctional network toolkit
|
||||
@ -103,14 +103,14 @@ A collection of awesome penetration testing resources
|
||||
* [sslstrip](http://www.thoughtcrime.org/software/sslstrip/) - a demonstration of the HTTPS stripping attacks
|
||||
|
||||
#### Hex Editors
|
||||
* [HexEdit.js](http://hexed.it/) - Browser-based hex editing
|
||||
* [HexEdit.js](https://hexed.it/) - Browser-based hex editing
|
||||
|
||||
#### Crackers
|
||||
* [John the Ripper](http://www.openwall.com/john/) - Fast password cracker
|
||||
* [Online MD5 cracker](http://www.md5crack.com/) - Online MD5 hash Cracker
|
||||
|
||||
#### Windows Utils
|
||||
* [Sysinternals Suite](http://technet.microsoft.com/en-us/sysinternals/bb842062) - The Sysinternals Troubleshooting Utilities
|
||||
* [Sysinternals Suite](https://technet.microsoft.com/en-us/sysinternals/bb842062) - The Sysinternals Troubleshooting Utilities
|
||||
* [Windows Credentials Editor](http://www.ampliasecurity.com/research/windows-credentials-editor/) - security tool to list logon sessions and add, change, list and delete associated credentials
|
||||
* [mimikatz](http://blog.gentilkiwi.com/mimikatz) - Credentials extraction tool for Windows OS
|
||||
|
||||
@ -131,11 +131,11 @@ A collection of awesome penetration testing resources
|
||||
#### Reverse Engineering Tools
|
||||
* [IDA Pro](https://www.hex-rays.com/products/ida/) - A Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger
|
||||
* [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml) - The freeware version of IDA v5.0
|
||||
* [WDK/WinDbg](http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg
|
||||
* [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg
|
||||
* [OllyDbg](http://www.ollydbg.de/) - An x86 debugger that emphasizes binary code analysis
|
||||
* [Radare2](http://rada.re/r/index.html) - Opensource, crossplatform reverse engineering framework.
|
||||
* [x64_dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.
|
||||
* [Pyew](http://code.google.com/p/pyew/) - A Python tool for static malware analysis.
|
||||
* [Pyew](https://github.com/joxeankoret/pyew) - A Python tool for static malware analysis.
|
||||
* [Bokken](https://inguma.eu/projects/bokken) - GUI for Pyew Radare2.
|
||||
* [Immunity Debugger](http://debugger.immunityinc.com/) - A powerful new way to write exploits and analyze malware
|
||||
* [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux
|
||||
@ -143,53 +143,53 @@ A collection of awesome penetration testing resources
|
||||
|
||||
### Books
|
||||
#### Penetration Testing Books
|
||||
* [The Art of Exploitation by Jon Erickson, 2008](http://www.nostarch.com/hacking2.htm)
|
||||
* [Metasploit: The Penetration Tester's Guide by David Kennedy and others, 2011](http://www.nostarch.com/metasploit)
|
||||
* [Penetration Testing: A Hands-On Introduction to Hacking by Georgia Weidman, 2014](http://www.nostarch.com/pentesting)
|
||||
* [The Art of Exploitation by Jon Erickson, 2008](https://www.nostarch.com/hacking2.htm)
|
||||
* [Metasploit: The Penetration Tester's Guide by David Kennedy and others, 2011](https://www.nostarch.com/metasploit)
|
||||
* [Penetration Testing: A Hands-On Introduction to Hacking by Georgia Weidman, 2014](https://www.nostarch.com/pentesting)
|
||||
* [Rtfm: Red Team Field Manual by Ben Clark, 2014](http://www.amazon.com/Rtfm-Red-Team-Field-Manual/dp/1494295504/)
|
||||
* [The Hacker Playbook by Peter Kim, 2014](http://www.amazon.com/The-Hacker-Playbook-Practical-Penetration/dp/1494932636/)
|
||||
* [The Basics of Hacking and Penetration Testing by Patrick Engebretson, 2013](https://www.elsevier.com/books/the-basics-of-hacking-and-penetration-testing/engebretson/978-1-59749-655-1)
|
||||
* [Professional Penetration Testing by Thomas Wilhelm, 2013](https://www.elsevier.com/books/professional-penetration-testing/wilhelm/978-1-59749-993-4)
|
||||
* [Advanced Penetration Testing for Highly-Secured Environments by Lee Allen,2012](http://www.packtpub.com/advanced-penetration-testing-for-highly-secured-environments/book)
|
||||
* [Violent Python by TJ O'Connor, 2012](http://www.elsevier.com/books/violent-python/unknown/978-1-59749-957-6)
|
||||
* [Violent Python by TJ O'Connor, 2012](https://www.elsevier.com/books/violent-python/unknown/978-1-59749-957-6)
|
||||
* [Fuzzing: Brute Force Vulnerability Discovery by Michael Sutton, Adam Greene, Pedram Amini, 2007](http://www.fuzzing.org/)
|
||||
* [Black Hat Python: Python Programming for Hackers and Pentesters, 2014](http://www.amazon.com/Black-Hat-Python-Programming-Pentesters/dp/1593275900)
|
||||
* [Penetration Testing: Procedures & Methodologies (EC-Council Press),2010](http://www.amazon.com/Penetration-Testing-Procedures-Methodologies-EC-Council/dp/1435483677)
|
||||
|
||||
#### Hackers Handbook Series
|
||||
* [The Shellcoders Handbook by Chris Anley and others, 2007](http://wiley.com/WileyCDA/WileyTitle/productCd-047008023X.html)
|
||||
* [The Web Application Hackers Handbook by D. Stuttard, M. Pinto, 2011](http://wiley.com/WileyCDA/WileyTitle/productCd-1118026470.html)
|
||||
* [iOS Hackers Handbook by Charlie Miller and others, 2012](http://wiley.com/WileyCDA/WileyTitle/productCd-1118204123.html)
|
||||
* [Android Hackers Handbook by Joshua J. Drake and others, 2014](http://wiley.com/WileyCDA/WileyTitle/productCd-111860864X.html)
|
||||
* [The Browser Hackers Handbook by Wade Alcorn and others, 2014](http://wiley.com/WileyCDA/WileyTitle/productCd-1118662091.html)
|
||||
* [The Mobile Application Hackers Handbook by Dominic Chell and others, 2015](http://wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html)
|
||||
* [The Shellcoders Handbook by Chris Anley and others, 2007](http://www.wiley.com/WileyCDA/WileyTitle/productCd-047008023X.html)
|
||||
* [The Web Application Hackers Handbook by D. Stuttard, M. Pinto, 2011](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118026470.html)
|
||||
* [iOS Hackers Handbook by Charlie Miller and others, 2012](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118204123.html)
|
||||
* [Android Hackers Handbook by Joshua J. Drake and others, 2014](http://www.wiley.com/WileyCDA/WileyTitle/productCd-111860864X.html)
|
||||
* [The Browser Hackers Handbook by Wade Alcorn and others, 2014](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118662091.html)
|
||||
* [The Mobile Application Hackers Handbook by Dominic Chell and others, 2015](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html)
|
||||
|
||||
#### Network Analysis Books
|
||||
* [Nmap Network Scanning by Gordon Fyodor Lyon, 2009](http://nmap.org/book/)
|
||||
* [Practical Packet Analysis by Chris Sanders, 2011](http://www.nostarch.com/packet2.htm)
|
||||
* [Nmap Network Scanning by Gordon Fyodor Lyon, 2009](https://nmap.org/book/)
|
||||
* [Practical Packet Analysis by Chris Sanders, 2011](https://www.nostarch.com/packet2.htm)
|
||||
* [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)
|
||||
* [The IDA Pro Book by Chris Eagle, 2011](https://www.nostarch.com/idapro2.htm)
|
||||
* [Practical Reverse Engineering by Bruce Dang and others, 2014](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118787315.html)
|
||||
* [Reverse Engineering for Beginners](http://beginners.re/)
|
||||
|
||||
#### Malware Analysis Books
|
||||
* [Practical Malware Analysis by Michael Sikorski, Andrew Honig, 2012](http://www.nostarch.com/malware)
|
||||
* [The Art of Memory Forensics by Michael Hale Ligh and others, 2014](http://wiley.com/WileyCDA/WileyTitle/productCd-1118825098.html)
|
||||
* [Practical Malware Analysis by Michael Sikorski, Andrew Honig, 2012](https://www.nostarch.com/malware)
|
||||
* [The Art of Memory Forensics by Michael Hale Ligh and others, 2014](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118825098.html)
|
||||
* [Malware Analyst's Cookbook and DVD by Michael Hale Ligh and others, 2010](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470613033.html)
|
||||
|
||||
#### Windows Books
|
||||
* [Windows Internals by Mark Russinovich, David Solomon, Alex Ionescu](http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx)
|
||||
* [Windows Internals by Mark Russinovich, David Solomon, Alex Ionescu](https://technet.microsoft.com/en-us/sysinternals/bb963901.aspx)
|
||||
|
||||
#### Social Engineering Books
|
||||
* [The Art of Deception by Kevin D. Mitnick, William L. Simon, 2002](http://wiley.com/WileyCDA/WileyTitle/productCd-0471237124.html)
|
||||
* [The Art of Intrusion by Kevin D. Mitnick, William L. Simon, 2005](http://wiley.com/WileyCDA/WileyTitle/productCd-0764569597.html)
|
||||
* [The Art of Deception by Kevin D. Mitnick, William L. Simon, 2002](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471237124.html)
|
||||
* [The Art of Intrusion by Kevin D. Mitnick, William L. Simon, 2005](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764569597.html)
|
||||
* [Ghost in the Wires by Kevin D. Mitnick, William L. Simon, 2011](http://www.hachettebookgroup.com/titles/kevin-mitnick/ghost-in-the-wires/9780316134477/)
|
||||
* [No Tech Hacking by Johnny Long, Jack Wiles, 2008](http://www.elsevier.com/books/no-tech-hacking/mitnick/978-1-59749-215-7)
|
||||
* [Social Engineering: The Art of Human Hacking by Christopher Hadnagy, 2010](http://wiley.com/WileyCDA/WileyTitle/productCd-0470639539.html)
|
||||
* [Unmasking the Social Engineer: The Human Element of Security by Christopher Hadnagy, 2014](http://wiley.com/WileyCDA/WileyTitle/productCd-1118608577.html)
|
||||
* [No Tech Hacking by Johnny Long, Jack Wiles, 2008](https://www.elsevier.com/books/no-tech-hacking/mitnick/978-1-59749-215-7)
|
||||
* [Social Engineering: The Art of Human Hacking by Christopher Hadnagy, 2010](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470639539.html)
|
||||
* [Unmasking the Social Engineer: The Human Element of Security by Christopher Hadnagy, 2014](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118608577.html)
|
||||
* [Social Engineering in IT Security: Tools, Tactics, and Techniques by Sharon Conheady, 2014](http://www.mhprofessional.com/product.php?isbn=0071818464)
|
||||
|
||||
#### Lock Picking Books
|
||||
@ -201,16 +201,16 @@ A collection of awesome penetration testing resources
|
||||
|
||||
|
||||
### Vulnerability Databases
|
||||
* [NVD](http://nvd.nist.gov/) - US National Vulnerability Database
|
||||
* [CERT](http://www.us-cert.gov/) - US Computer Emergency Readiness Team
|
||||
* [NVD](https://nvd.nist.gov/) - US National Vulnerability Database
|
||||
* [CERT](https://www.us-cert.gov/) - US Computer Emergency Readiness Team
|
||||
* [OSVDB](http://osvdb.org/) - Open Sourced Vulnerability Database
|
||||
* [Bugtraq](http://www.securityfocus.com/) - Symantec SecurityFocus
|
||||
* [Exploit-DB](http://www.exploit-db.com/) - Offensive Security Exploit Database
|
||||
* [Exploit-DB](https://www.exploit-db.com/) - Offensive Security Exploit Database
|
||||
* [Fulldisclosure](http://seclists.org/fulldisclosure/) - Full Disclosure Mailing List
|
||||
* [MS Bulletin](https://technet.microsoft.com/security/bulletin/) - Microsoft Security Bulletin
|
||||
* [MS Advisory](https://technet.microsoft.com/security/advisory/) - Microsoft Security Advisories
|
||||
* [Inj3ct0r](http://1337day.com/) - Inj3ct0r Exploit Database
|
||||
* [Packet Storm](http://packetstormsecurity.com/) - Packet Storm Global Security Resource
|
||||
* [Inj3ct0r](http://www.1337day.com/) - Inj3ct0r Exploit Database
|
||||
* [Packet Storm](https://packetstormsecurity.com/) - Packet Storm Global Security Resource
|
||||
* [SecuriTeam](http://www.securiteam.com/) - Securiteam Vulnerability Information
|
||||
* [CXSecurity](http://cxsecurity.com/) - CSSecurity Bugtraq List
|
||||
* [Vulnerability Laboratory](http://www.vulnerability-lab.com/) - Vulnerability Research Laboratory
|
||||
@ -218,7 +218,7 @@ A collection of awesome penetration testing resources
|
||||
|
||||
|
||||
### Security Courses
|
||||
* [Offensive Security Training](http://www.offensive-security.com/information-security-training/) - Training from BackTrack/Kali developers
|
||||
* [Offensive Security Training](https://www.offensive-security.com/information-security-training/) - Training from BackTrack/Kali developers
|
||||
* [SANS Security Training](http://www.sans.org/) - Computer Security Training & Certification
|
||||
* [Open Security Training](http://opensecuritytraining.info/) - Training material for computer security classes
|
||||
* [CTF Field Guide](https://trailofbits.github.io/ctf/) - everything you need to win your next CTF competition
|
||||
@ -229,10 +229,10 @@ A collection of awesome penetration testing resources
|
||||
* [DEF CON](https://www.defcon.org/) - An annual hacker convention in Las Vegas
|
||||
* [Black Hat](http://www.blackhat.com/) - An annual security conference in Las Vegas
|
||||
* [BSides](http://www.securitybsides.com/) - A framework for organising and holding security conferences
|
||||
* [CCC](http://events.ccc.de/congress/) - An annual meeting of the international hacker scene in Germany
|
||||
* [CCC](https://events.ccc.de/congress/) - An annual meeting of the international hacker scene in Germany
|
||||
* [DerbyCon](https://www.derbycon.com/) - An annual hacker conference based in Louisville
|
||||
* [PhreakNIC](http://phreaknic.info/) - A technology conference held annually in middle Tennessee
|
||||
* [ShmooCon](http://www.shmoocon.org/) - An annual US east coast hacker convention
|
||||
* [ShmooCon](http://shmoocon.org/) - An annual US east coast hacker convention
|
||||
* [CarolinaCon](http://www.carolinacon.org/) - An infosec conference, held annually in North Carolina
|
||||
* [HOPE](http://hope.net/) - A conference series sponsored by the hacker magazine 2600
|
||||
* [SummerCon](http://www.summercon.org/) - One of the oldest hacker conventions, held during Summer
|
||||
@ -244,8 +244,8 @@ A collection of awesome penetration testing resources
|
||||
* [LayerOne](http://www.layerone.org/) - An annual US security conerence held every spring in Los Angeles
|
||||
* [DeepSec](https://deepsec.net/) - Security Conference in Vienna, Austria
|
||||
* [SkyDogCon](http://www.skydogcon.com/) - A technology conference in Nashville
|
||||
* [SECUINSIDE](http://secuinside.com) - Security Conference in [Seoul](http://en.wikipedia.org/wiki/Seoul)
|
||||
* [DefCamp](http://defcamp.ro) - Largest Security Conference in Eastern Europe, held anually in Bucharest, Romania
|
||||
* [SECUINSIDE](http://secuinside.com) - Security Conference in [Seoul](https://en.wikipedia.org/wiki/Seoul)
|
||||
* [DefCamp](http://def.camp/) - Largest Security Conference in Eastern Europe, held anually in Bucharest, Romania
|
||||
|
||||
|
||||
### Information Security Magazines
|
||||
|
Loading…
Reference in New Issue
Block a user