2016-09-28 15:36:35 -04:00
### **Awesome Penetration Testing** [![Links Check](https://travis-ci.org/enaqx/awesome-pentest.svg?branch=master)](https://travis-ci.org/enaqx/awesome-pentest)
2014-08-03 19:13:53 -04:00
2014-08-03 19:39:09 -04:00
2015-03-10 01:08:26 -04:00
A collection of awesome penetration testing resources
2014-08-04 13:29:04 -04:00
2016-11-13 05:14:53 -05:00
[This project is supported by Netsparker Web Application Security Scanner ](https://www.netsparker.com/?utm_source=github.com&utm_content=awesome+penetration+testing&utm_medium=referral&utm_campaign=generic+advert )
2016-10-11 18:41:28 -04:00
2014-08-04 13:29:04 -04:00
2014-08-06 04:17:27 -04:00
- [Online Resources ](#online-resources )
- [Penetration Testing Resources ](#penetration-testing-resources )
2016-03-13 11:51:32 -04:00
- [Exploit development ](#exploit-development )
2017-04-13 20:20:24 -04:00
- [Open Sources Intelligence (OSINT) Resources ](#osint-resources )
2014-08-06 04:17:27 -04:00
- [Social Engineering Resources ](#social-engineering-resources )
2014-09-17 12:41:09 -04:00
- [Lock Picking Resources ](#lock-picking-resources )
2017-02-17 11:55:54 -05:00
- [Operating Systems ](#operating-systems )
2014-08-06 04:17:27 -04:00
- [Tools ](#tools )
2014-08-09 19:54:07 -04:00
- [Penetration Testing Distributions ](#penetration-testing-distributions )
- [Basic Penetration Testing Tools ](#basic-penetration-testing-tools )
2016-06-07 11:25:36 -04:00
- [Docker for Penetration Testing ](#docker-for-penetration-testing )
2014-08-06 04:17:27 -04:00
- [Vulnerability Scanners ](#vulnerability-scanners )
- [Network Tools ](#network-tools )
2015-02-05 20:45:03 -05:00
- [Wireless Network Tools ](#wireless-network-tools )
- [SSL Analysis Tools ](#ssl-analysis-tools )
2017-02-16 01:06:48 -05:00
- [Web Exploitation ](#web-exploitation )
2014-08-06 04:17:27 -04:00
- [Hex Editors ](#hex-editors )
2017-04-03 17:35:54 -04:00
- [Hash Cracking Tools ](#hash-cracking-tools )
2014-08-06 04:17:27 -04:00
- [Windows Utils ](#windows-utils )
2016-04-23 13:30:56 -04:00
- [Linux Utils ](#linux-utils )
2014-08-06 04:17:27 -04:00
- [DDoS Tools ](#ddos-tools )
- [Social Engineering Tools ](#social-engineering-tools )
2015-02-11 14:20:40 -05:00
- [OSInt Tools ](#osint-tools )
2016-03-13 11:51:32 -04:00
- [Anonymity Tools ](#anonymity-tools )
2014-08-06 04:17:27 -04:00
- [Reverse Engineering Tools ](#reverse-engineering-tools )
2017-04-14 19:10:36 -04:00
- [Physical Access Tools ](#physical-access-tools )
2016-03-13 12:15:28 -04:00
- [CTF Tools ](#ctf-tools )
2017-04-06 19:24:35 -04:00
- [Practice CTFs ](#practice-ctfs )
2014-08-06 04:17:27 -04:00
- [Books ](#books )
- [Penetration Testing Books ](#penetration-testing-books )
- [Hackers Handbook Series ](#hackers-handbook-series )
2016-12-26 15:46:03 -05:00
- [Defensive Development ](#defensive-development )
2014-08-06 04:17:27 -04:00
- [Network Analysis Books ](#network-analysis-books )
- [Reverse Engineering Books ](#reverse-engineering-books )
- [Malware Analysis Books ](#malware-analysis-books )
- [Windows Books ](#windows-books )
- [Social Engineering Books ](#social-engineering-books )
2014-08-09 19:18:33 -04:00
- [Lock Picking Books ](#lock-picking-books )
2017-01-29 01:21:39 -05:00
- [Defcon Suggested Reading ](#defcon-suggested-reading )
2014-08-09 19:27:48 -04:00
- [Vulnerability Databases ](#vulnerability-databases )
- [Security Courses ](#security-courses )
2014-08-06 04:17:27 -04:00
- [Information Security Conferences ](#information-security-conferences )
- [Information Security Magazines ](#information-security-magazines )
- [Awesome Lists ](#awesome-lists )
- [Contribution ](#contribution )
- [License ](#license )
2014-08-04 17:28:22 -04:00
### Online Resources
#### Penetration Testing Resources
2016-09-29 14:36:35 -04:00
* [Metasploit Unleashed ](https://www.offensive-security.com/metasploit-unleashed/ ) - Free Offensive Security Metasploit course
2014-11-15 01:08:29 -05:00
* [PTES ](http://www.pentest-standard.org/ ) - Penetration Testing Execution Standard
2016-04-14 14:28:38 -04:00
* [OWASP ](https://www.owasp.org/index.php/Main_Page ) - Open Web Application Security Project
2016-11-10 21:26:36 -05:00
* [PENTEST-WIKI ](https://github.com/nixawk/pentest-wiki ) - A free online security knowledge library for pentesters / researchers.
2016-12-03 04:34:38 -05:00
* [Vulnerability Assessment Framework ](http://www.vulnerabilityassessment.co.uk/Penetration%20Test.html ) - Penetration Testing Framework.
2017-02-01 21:32:50 -05:00
* [XSS-Payloads ](http://www.xss-payloads.com ) - Ultimate resource for all things cross-site including payloads, tools, games and documentation.
2014-08-04 20:29:30 -04:00
2016-03-13 11:51:32 -04:00
#### Exploit development
* [Shellcode Tutorial ](http://www.vividmachines.com/shellcode/shellcode.html ) - Tutorial on how to write shellcode
2015-03-10 01:12:23 -04:00
* [Shellcode Examples ](http://shell-storm.org/shellcode/ ) - Shellcodes database
2016-03-13 11:51:32 -04:00
* [Exploit Writing Tutorials ](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/ ) - Tutorials on how to develop exploits
2016-04-23 13:30:56 -04:00
* [shellsploit ](https://github.com/b3mb4m/shellsploit-framework ) - New Generation Exploit Development Kit
2016-09-20 22:43:40 -04:00
* [Voltron ](https://github.com/snare/voltron ) - A hacky debugger UI for hackers
2014-09-16 04:08:43 -04:00
2017-04-13 20:20:24 -04:00
#### OSINT Resources
* [OSINT Framework ](http://osintframework.com/ ) - Collection of various OSInt tools broken out by category.
* [Intel Techniques ](https://inteltechniques.com/menu.html ) - A collection of OSINT tools. Menu on the left can be used to navigate through the categories.
* [NetBootcamp OSINT Tools ](http://netbootcamp.org/osinttools/ ) - A collection of OSINT links and custom Web interfaces to other services such as [Facebook Graph Search ](http://netbootcamp.org/facebook.html ) and [various paste sites ](http://netbootcamp.org/pastesearch.html ).
2014-08-04 17:28:22 -04:00
#### Social Engineering Resources
2016-07-25 10:03:45 -04:00
* [Social Engineering Framework ](http://www.social-engineer.org/framework/general-discussion/ ) - An information resource for social engineers
2014-08-04 10:50:13 -04:00
2014-09-17 12:47:55 -04:00
#### Lock Picking Resources
2016-07-23 18:22:30 -04:00
* [Schuyler Towne channel ](https://www.youtube.com/user/SchuylerTowne/ ) - Lockpicking videos and security talks
2017-04-06 19:24:35 -04:00
* [bosnianbill ](https://www.youtube.com/user/bosnianbill ) - More lockpicking videos
2015-02-11 14:30:03 -05:00
* [/r/lockpicking ](https://www.reddit.com/r/lockpicking ) - Resources for learning lockpicking, equipment recommendations.
2014-08-04 10:50:13 -04:00
2017-02-17 11:55:54 -05:00
#### Operating Systems
* [Security related Operating Systems @ Rawsec ](http://rawsec.ml/en/security-related-os/ ) - Complete list of security related operating systems
* [Best Linux Penetration Testing Distributions @ CyberPunk ](https://n0where.net/best-linux-penetration-testing-distributions/ ) - Description of main penetration testing distributions
* [Security @ Distrowatch ](http://distrowatch.com/search.php?category=Security ) - Website dedicated to talking about, reviewing and keeping up to date with open source operating systems
2017-04-06 19:24:35 -04:00
* [cuckoo ](https://cuckoosandbox.org/ ) - Cuckoo Sandbox is a malware analysis system
* [CAINE ](http://www.caine-live.net/ ) - (Computer Aided INvestigative Environment) is an Italian GNU/Linux live distribution created as a Digital Forensics project
* [DEFT ](http://www.deftlinux.net/ ) - Digital Evidence & Forensics Toolkit Live OS
* [Tails ](https://tails.boum.org/ ) - Live OS aimed at preserving privacy and anonymity
2017-02-17 11:55:54 -05:00
2014-08-04 14:29:52 -04:00
### Tools
2014-08-09 19:54:07 -04:00
#### Penetration Testing Distributions
2016-07-23 18:22:30 -04:00
* [Kali ](https://www.kali.org/ ) - A Linux distribution designed for digital forensics and penetration testing
* [ArchStrike ](https://archstrike.org/ ) - An Arch Linux repository for security professionals and enthusiasts
* [BlackArch ](https://www.blackarch.org/ ) - Arch Linux-based distribution for penetration testers and security researchers
2016-07-26 10:53:41 -04:00
* [NST ](http://networksecuritytoolkit.org/ ) - Network Security Toolkit distribution
2016-07-23 18:22:30 -04:00
* [Pentoo ](http://www.pentoo.ch/ ) - Security-focused livecd based on Gentoo
2016-07-25 10:03:45 -04:00
* [BackBox ](https://backbox.org/ ) - Ubuntu-based distribution for penetration tests and security assessments
2016-06-30 19:18:28 -04:00
* [Parrot ](https://www.parrotsec.org/ ) - A distribution similar to Kali, with multiple architecture
2017-03-13 21:59:15 -04:00
* [Buscador ](https://inteltechniques.com/buscador/ ) - A Linux Virtual Machine that is pre-configured for online investigators
2017-01-11 04:13:26 -05:00
* [Fedora Security Lab ](https://labs.fedoraproject.org/en/security/ ) - Provides a safe test environment to work on security auditing, forensics, system rescue and teaching security testing methodologies.
2017-02-06 01:44:35 -05:00
* [The Pentesters Framework ](https://github.com/trustedsec/ptf ) - PTF attempts to install all of your penetration testing tools (latest and greatest), compile them, build them, and make it so that you can install/update your distribution on any machine. Everything is organized in a fashion that is cohesive to the Penetration Testing Execution Standard (PTES) and eliminates a lot of things that are hardly used.
2014-08-09 19:54:57 -04:00
2014-08-09 19:54:07 -04:00
#### Basic Penetration Testing Tools
2016-07-23 18:22:30 -04:00
* [Metasploit Framework ](https://www.metasploit.com/ ) - World's most used penetration testing software
2017-02-03 19:53:00 -05:00
* [ExploitPack ](https://github.com/juansacco/exploitpack ) - Graphical tool for penetration testing with a bunch of exploits
2016-03-13 11:51:32 -04:00
* [BeeF ](https://github.com/beefproject/beef ) - The Browser Exploitation Framework Project
* [faraday ](https://github.com/infobyte/faraday ) - Collaborative Penetration Test and Vulnerability Management Platform
* [evilgrade ](https://github.com/infobyte/evilgrade ) - The update explotation framework
2016-04-11 10:38:41 -04:00
* [commix ](https://github.com/stasinopoulos/commix ) - Automated All-in-One OS Command Injection and Exploitation Tool
2016-07-05 17:41:24 -04:00
* [routersploit ](https://github.com/reverse-shell/routersploit ) - Automated penetration testing software for router
2017-04-14 11:25:22 -04:00
* [redsnarf ](https://github.com/nccgroup/redsnarf ) - Post-exploitation tool for grabbing credentials
2017-02-11 16:00:27 -05:00
* [Bella ](https://github.com/manwhoami/Bella ) - Bella is a pure Python post-exploitation data mining & remote administration tool for Mac OS.
2014-08-09 19:54:57 -04:00
2016-06-07 11:23:29 -04:00
#### Docker for Penetration Testing
* `docker pull kalilinux/kali-linux-docker` [official Kali Linux ](https://hub.docker.com/r/kalilinux/kali-linux-docker/ )
* `docker pull owasp/zap2docker-stable` - [official OWASP ZAP ](https://github.com/zaproxy/zaproxy )
* `docker pull wpscanteam/wpscan` - [official WPScan ](https://hub.docker.com/r/wpscanteam/wpscan/ )
* `docker pull citizenstig/dvwa` - [Damn Vulnerable Web Application (DVWA) ](https://hub.docker.com/r/citizenstig/dvwa/ )
* `docker pull wpscanteam/vulnerablewordpress` - [Vulnerable WordPress Installation ](https://hub.docker.com/r/wpscanteam/vulnerablewordpress/ )
* `docker pull hmlio/vaas-cve-2014-6271` - [Vulnerability as a service: Shellshock ](https://hub.docker.com/r/hmlio/vaas-cve-2014-6271/ )
* `docker pull hmlio/vaas-cve-2014-0160` - [Vulnerability as a service: Heartbleed ](https://hub.docker.com/r/hmlio/vaas-cve-2014-0160/ )
* `docker pull opendns/security-ninjas` - [Security Ninjas ](https://hub.docker.com/r/opendns/security-ninjas/ )
* `docker pull diogomonica/docker-bench-security` - [Docker Bench for Security ](https://hub.docker.com/r/diogomonica/docker-bench-security/ )
* `docker pull ismisepaul/securityshepherd` - [OWASP Security Shepherd ](https://hub.docker.com/r/ismisepaul/securityshepherd/ )
* `docker pull danmx/docker-owasp-webgoat` - [OWASP WebGoat Project docker image ](https://hub.docker.com/r/danmx/docker-owasp-webgoat/ )
2016-12-25 22:27:52 -05:00
* `docker-compose build && docker-compose up` - [OWASP NodeGoat ](https://github.com/owasp/nodegoat#option-3---run-nodegoat-on-docker )
2016-06-07 11:23:29 -04:00
* `docker pull citizenstig/nowasp` - [OWASP Mutillidae II Web Pen-Test Practice Application ](https://hub.docker.com/r/citizenstig/nowasp/ )
2016-12-27 03:49:03 -05:00
* `docker pull bkimminich/juice-shop` - [OWASP Juice Shop ](https://github.com/bkimminich/juice-shop#docker-container-- )
2017-01-30 20:30:45 -05:00
* `docker pull kalilinux/kali-linux-docker` - [Kali Linux Docker Image ](https://www.kali.org/news/official-kali-linux-docker-images/ )
2017-03-14 00:25:26 -04:00
* `docker pull remnux/metasploit` - [docker-metasploit ](https://hub.docker.com/r/remnux/metasploit/ )
2016-06-07 11:23:29 -04:00
2014-08-04 16:55:09 -04:00
#### Vulnerability Scanners
2014-08-09 19:27:48 -04:00
* [Nexpose ](https://www.rapid7.com/products/nexpose/ ) - Vulnerability Management & Risk Management Software
2016-07-25 10:03:45 -04:00
* [Nessus ](http://www.tenable.com/products/nessus-vulnerability-scanner ) - Vulnerability, configuration, and compliance assessment
2014-10-28 21:55:48 -04:00
* [Nikto ](https://cirt.net/nikto2 ) - Web application vulnerability scanner
2014-08-09 19:27:48 -04:00
* [OpenVAS ](http://www.openvas.org/ ) - Open Source vulnerability scanner and manager
2015-01-14 12:12:27 -05:00
* [Secapps ](https://secapps.com/ ) - Integrated web application security testing environment
2014-08-09 19:27:48 -04:00
* [w3af ](https://github.com/andresriancho/w3af ) - Web application attack and audit framework
2014-10-28 21:55:48 -04:00
* [Wapiti ](http://wapiti.sourceforge.net/ ) - Web application vulnerability scanner
2015-01-14 12:12:27 -05:00
* [WebReaver ](http://www.webreaver.com/ ) - Web application vulnerability scanner for Mac OS X
2016-03-13 12:15:28 -04:00
* [DVCS Ripper ](https://github.com/kost/dvcs-ripper ) - Rip web accessible (distributed) version control systems: SVN/GIT/HG/BZR
2016-04-23 13:30:56 -04:00
* [arachni ](https://github.com/Arachni/arachni ) - Web Application Security Scanner Framework
2017-01-30 00:53:13 -05:00
* [Vuls ](https://github.com/future-architect/vuls ) - Vulnerability scanner for Linux/FreeBSD, agentless, written in Go
2014-08-04 14:28:29 -04:00
2015-02-01 11:19:52 -05:00
#### Network Tools
2017-04-06 18:06:15 -04:00
* [zmap ](https://zmap.io/ ) - Open-source network scanner that enables researchers to easily perform Internet-wide network studies
2016-07-25 10:03:45 -04:00
* [nmap ](https://nmap.org/ ) - Free Security Scanner For Network Exploration & Security Audits
2016-03-13 14:46:27 -04:00
* [pig ](https://github.com/rafael-santiago/pig ) - A Linux packet crafting tool
2014-08-09 19:27:48 -04:00
* [tcpdump/libpcap ](http://www.tcpdump.org/ ) - A common packet analyzer that runs under the command line
2016-07-25 10:03:45 -04:00
* [Wireshark ](https://www.wireshark.org/ ) - A network protocol analyzer for Unix and Windows
2014-11-07 21:57:42 -05:00
* [Network Tools ](http://network-tools.com/ ) - Different network tools: ping, lookup, whois, etc
2014-08-09 21:44:00 -04:00
* [netsniff-ng ](https://github.com/netsniff-ng/netsniff-ng ) - A Swiss army knife for for network sniffing
2016-09-23 15:36:35 -04:00
* [Intercepter-NG ](http://sniff.su/ ) - a multifunctional network toolkit
2015-01-20 20:52:46 -05:00
* [SPARTA ](http://sparta.secforce.com/ ) - Network Infrastructure Penetration Testing Tool
2016-09-24 15:36:35 -04:00
* [dnschef ](http://thesprawl.org/projects/dnschef/ ) - A highly configurable DNS proxy for pentesters
2016-07-24 12:37:18 -04:00
* [DNSDumpster ](https://dnsdumpster.com/ ) - Online DNS recon and search service
* [dnsenum ](https://github.com/fwaeytens/dnsenum/ ) - Perl script that enumerates DNS information from a domain, attempts zone transfers, performs a brute force dictionary style attack, and then performs reverse look-ups on the results
* [dnsmap ](https://github.com/makefu/dnsmap/ ) - Passive DNS network mapper
* [dnsrecon ](https://github.com/darkoperator/dnsrecon/ ) - DNS Enumeration Script
* [dnstracer ](http://www.mavetju.org/unix/dnstracer.php ) - Determines where a given DNS server gets its information from, and follows the chain of DNS servers
* [passivedns-client ](https://github.com/chrislee35/passivedns-client ) - Provides a library and a query tool for querying several passive DNS providers
* [passivedns ](https://github.com/gamelinux/passivedns ) - A network sniffer that logs all DNS server replies for use in a passive DNS setup
2016-04-14 14:28:38 -04:00
* [Mass Scan ](https://github.com/robertdavidgraham/masscan ) - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
2016-04-16 19:58:09 -04:00
* [Zarp ](https://github.com/hatRiot/zarp ) - Zarp is a network attack tool centered around the exploitation of local networks
* [mitmproxy ](https://github.com/mitmproxy/mitmproxy ) - An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers
* [mallory ](https://github.com/justmao945/mallory ) - HTTP/HTTPS proxy over SSH
2016-08-07 00:08:08 -04:00
* [Netzob ](https://github.com/netzob/netzob ) - Reverse engineering, traffic generation and fuzzing of communication protocols
2016-04-16 19:58:09 -04:00
* [DET ](https://github.com/sensepost/DET ) - DET is a proof of concept to perform Data Exfiltration using either single or multiple channel(s) at the same time
2016-04-23 13:30:56 -04:00
* [pwnat ](https://github.com/samyk/pwnat ) - punches holes in firewalls and NATs
* [dsniff ](https://www.monkey.org/~dugsong/dsniff/ ) - a collection of tools for network auditing and pentesting
* [tgcd ](http://tgcd.sourceforge.net/ ) - a simple Unix network utility to extend the accessibility of TCP/IP based network services beyond firewalls
2016-06-24 20:14:29 -04:00
* [smbmap ](https://github.com/ShawnDEvans/smbmap ) - a handy SMB enumeration tool
2016-07-13 07:57:09 -04:00
* [scapy ](https://github.com/secdev/scapy ) - a python-based interactive packet manipulation program & library
2016-10-03 21:57:47 -04:00
* [Dshell ](https://github.com/USArmyResearchLab/Dshell ) - Network forensic analysis framework
2016-10-01 04:45:41 -04:00
* [Debookee (MAC OS X) ](http://www.iwaxx.com/debookee/ ) - Intercept traffic from any device on your network
* [Dripcap ](https://github.com/dripcap/dripcap ) - Caffeinated packet analyzer
2017-02-03 17:31:09 -05:00
* [PRET ](https://github.com/RUB-NDS/PRET ) - Printer Exploitation Toolkit offers commands useful for printer attacks and fuzzing
2014-08-04 14:28:29 -04:00
2015-02-05 20:45:03 -05:00
#### Wireless Network Tools
2016-04-23 13:30:56 -04:00
* [Aircrack-ng ](http://www.aircrack-ng.org/ ) - a set of tools for auditing wireless network
* [Kismet ](https://kismetwireless.net/ ) - Wireless network detector, sniffer, and IDS
2016-07-25 10:03:45 -04:00
* [Reaver ](https://code.google.com/archive/p/reaver-wps ) - Brute force attack against Wifi Protected Setup
2016-04-23 13:30:56 -04:00
* [Wifite ](https://github.com/derv82/wifite ) - Automated wireless attack tool
* [wifiphisher ](https://github.com/sophron/wifiphisher ) - Automated phishing attacks against Wi-Fi networks
2015-02-05 20:45:03 -05:00
2014-10-28 21:55:48 -04:00
#### SSL Analysis Tools
* [SSLyze ](https://github.com/nabla-c0d3/sslyze ) - SSL configuration scanner
2016-07-25 10:03:45 -04:00
* [sslstrip ](https://www.thoughtcrime.org/software/sslstrip/ ) - a demonstration of the HTTPS stripping attacks
2016-04-14 14:28:38 -04:00
* [sslstrip2 ](https://github.com/LeonardoNve/sslstrip2 ) - SSLStrip version to defeat HSTS
2016-06-01 02:40:26 -04:00
* [tls_prober ](https://github.com/WestpointLtd/tls_prober ) - fingerprint a server's SSL/TLS implementation
2014-10-28 21:55:48 -04:00
2016-04-16 19:58:09 -04:00
#### Web exploitation
2017-04-14 11:25:22 -04:00
* [OWASP Zed Attack Proxy ](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project ) - Penetration testing tool for web applications
2017-04-06 19:24:35 -04:00
* [Burp Suite ](https://portswigger.net/burp/ ) - An integrated platform for performing security testing of web applications
* [autochrome ](https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2017/march/autochrome/ ) - Easy to install a test browser with all the appropriate setting needed for web application testing with native Burp support, from NCCGroup.
2016-07-25 10:03:45 -04:00
* [WPScan ](https://wpscan.org/ ) - Black box WordPress vulnerability scanner
2017-04-06 18:23:29 -04:00
* [Wordpress Exploit Framework ](https://github.com/rastating/wordpress-exploit-framework ) - A Ruby framework for developing and using modules which aid in the penetration testing of WordPress powered websites and systems.
2017-02-06 01:44:35 -05:00
* [WPSploit ](https://github.com/espreto/wpsploit ) - WPSploit - Exploiting Wordpress With Metasploit
2016-04-16 19:58:09 -04:00
* [SQLmap ](http://sqlmap.org/ ) - Automatic SQL injection and database takeover tool
2017-02-22 15:01:20 -05:00
* [tplmap ](https://github.com/epinna/tplmap ) - Automatic server-side template injection and Web server takeover tool
2016-04-16 19:58:09 -04:00
* [weevely3 ](https://github.com/epinna/weevely3 ) - Weaponized web shell
* [Wappalyzer ](https://wappalyzer.com/ ) - Wappalyzer uncovers the technologies used on websites
2016-04-23 13:30:56 -04:00
* [cms-explorer ](https://code.google.com/archive/p/cms-explorer/ ) - CMS Explorer is designed to reveal the the specific modules, plugins, components and themes that various CMS driven web sites are running.
* [joomscan ](https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project ) - Joomla CMS scanner
* [WhatWeb ](https://github.com/urbanadventurer/WhatWeb ) - Website Fingerprinter
* [BlindElephant ](http://blindelephant.sourceforge.net/ ) - Web Application Fingerprinter
2016-07-23 18:22:30 -04:00
* [fimap ](https://github.com/kurobeats/fimap ) - Find, prepare, audit, exploit and even google automatically for LFI/RFI bugs
* [Kadabra ](https://github.com/D35m0nd142/Kadabra ) - Automatic LFI exploiter and scanner
* [Kadimus ](https://github.com/P0cL4bs/Kadimus ) - LFI scan and exploit tool
* [liffy ](https://github.com/hvqzao/liffy ) - LFI exploitation tool
2017-02-16 01:39:01 -05:00
* [GitTools ](https://github.com/internetwache/GitTools ) - Automatically find and download Web-accessible `.git` repositories
2017-02-17 05:16:52 -05:00
* [Commix ](https://github.com/commixproject/commix ) - Automated All-in-One OS command injection and exploitation tool
2016-04-16 19:58:09 -04:00
2017-02-06 01:44:35 -05:00
2014-08-04 17:28:22 -04:00
#### Hex Editors
2016-07-25 10:03:45 -04:00
* [HexEdit.js ](https://hexed.it ) - Browser-based hex editing
2016-04-16 19:58:09 -04:00
* [Hexinator ](https://hexinator.com/ ) (commercial) - World's finest Hex Editor
2014-08-04 16:55:09 -04:00
2017-03-02 19:52:59 -05:00
#### File Format Analysis Tools
* [Kaitai Struct ](http://kaitai.io/ ) - File formats and network protocols dissection language and web IDE, generating parsers in C++, C#, Java, JavaScript, Perl, PHP, Python, Ruby
* [Veles ](https://codisec.com/veles/ ) - Binary data visualization and analysis tool
* [Hachoir ](http://hachoir3.readthedocs.io/ ) - Python library to view and edit a binary stream as tree of fields and tools for metadata extraction
2017-04-03 17:35:54 -04:00
#### Hash Cracking Tools
2014-09-16 03:50:48 -04:00
* [John the Ripper ](http://www.openwall.com/john/ ) - Fast password cracker
2016-07-25 10:03:45 -04:00
* [Hashcat ](http://hashcat.net/hashcat/ ) - The more fast hash cracker
2017-04-03 17:35:54 -04:00
* [CeWL ](https://digi.ninja/projects/cewl.php ) - Generates custom wordlists by spidering a target's website and collecting unique words
2014-09-16 03:47:27 -04:00
2014-08-04 17:28:22 -04:00
#### Windows Utils
2016-07-25 10:03:45 -04:00
* [Sysinternals Suite ](https://technet.microsoft.com/en-us/sysinternals/bb842062 ) - The Sysinternals Troubleshooting Utilities
2014-11-15 01:08:29 -05:00
* [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
2015-02-20 06:20:06 -05:00
* [mimikatz ](http://blog.gentilkiwi.com/mimikatz ) - Credentials extraction tool for Windows OS
2016-05-17 11:28:52 -04:00
* [PowerSploit ](https://github.com/PowerShellMafia/PowerSploit ) - A PowerShell Post-Exploitation Framework
2016-04-23 13:30:56 -04:00
* [Windows Exploit Suggester ](https://github.com/GDSSecurity/Windows-Exploit-Suggester ) - Detects potential missing patches on the target
* [Responder ](https://github.com/SpiderLabs/Responder ) - A LLMNR, NBT-NS and MDNS poisoner
2016-12-31 10:26:30 -05:00
* [Bloodhound ](https://github.com/adaptivethreat/Bloodhound/wiki ) - A graphical Active Directory trust relationship explorer
2017-04-14 11:25:22 -04:00
* [Empire ](https://www.powershellempire.com/ ) - A pure PowerShell post-exploitation agent
2016-06-12 17:29:25 -04:00
* [Fibratus ](https://github.com/rabbitstack/fibratus ) - Tool for exploration and tracing of the Windows kernel
2017-03-11 00:37:00 -05:00
* [wePWNise ](https://labs.mwrinfosecurity.com/tools/wepwnise/ ) - Generates architecture independent VBA code to be used in Office documents or templates and automates bypassing application control and exploit mitigation software
2016-04-23 13:30:56 -04:00
#### Linux Utils
* [Linux Exploit Suggester ](https://github.com/PenturaLabs/Linux_Exploit_Suggester ) - Linux Exploit Suggester; based on operating system release number.
2014-08-04 16:55:09 -04:00
2014-08-04 17:28:22 -04:00
#### DDoS Tools
2014-08-09 19:27:48 -04:00
* [LOIC ](https://github.com/NewEraCracker/LOIC/ ) - An open source network stress tool for Windows
* [JS LOIC ](http://metacortexsecurity.com/tools/anon/LOIC/LOICv1.html ) - JavaScript in-browser version of LOIC
2017-04-06 19:24:35 -04:00
* [SlowLoris ](https://github.com/gkbrk/slowloris ) - DoS tool that uses low bandwidth on the attacking side
* [HOIC ](https://sourceforge.net/projects/high-orbit-ion-cannon/ ) - Updated version of Low Orbit Ion Cannon, has 'boosters' to get around common counter measures
2016-07-25 10:03:45 -04:00
* [T50 ](https://sourceforge.net/projects/t50/ ) - The more fast network stress tool
2017-02-06 01:44:35 -05:00
* [UFONet ](https://github.com/epsylon/ufonet ) - UFONet abuses OSI Layer 7-HTTP to create/manage 'zombies' and to conduct different attacks using; GET/POST, multithreading, proxies, origin spoofing methods, cache evasion techniques, etc.
2014-08-04 16:55:09 -04:00
2014-08-04 17:28:22 -04:00
#### Social Engineering Tools
2014-08-04 16:55:09 -04:00
* [SET ](https://github.com/trustedsec/social-engineer-toolkit ) - The Social-Engineer Toolkit from TrustedSec
2017-03-11 01:06:39 -05:00
* [King Phisher ](https://github.com/securestate/king-phisher ) - Phishing campaign toolkit used for creating and managing multiple simultaneous phishing attacks with custom email and server content
2014-08-04 16:55:09 -04:00
2015-02-11 14:20:40 -05:00
#### OSInt Tools
2016-07-25 10:03:45 -04:00
* [Maltego ](http://www.paterva.com/web7/ ) - Proprietary software for open source intelligence and forensics, from Paterva.
2016-04-14 14:28:38 -04:00
* [theHarvester ](https://github.com/laramies/theHarvester ) - E-mail, subdomain and people names harvester
* [creepy ](https://github.com/ilektrojohn/creepy ) - A geolocation OSINT tool
* [metagoofil ](https://github.com/laramies/metagoofil ) - Metadata harvester
* [Google Hacking Database ](https://www.exploit-db.com/google-hacking-database/ ) - a database of Google dorks; can be used for recon
2017-04-13 20:20:24 -04:00
* [Google-dorks ](https://github.com/JohnTroony/Google-dorks ) - Common google dorks and others you prolly don't know
* [GooDork ](https://github.com/k3170makan/GooDork ) - Command line go0gle dorking tool
* [dork-cli ](https://github.com/jgor/dork-cli ) - Command-line Google dork tool.
2016-07-23 18:22:30 -04:00
* [Censys ](https://www.censys.io/ ) - Collects data on hosts and websites through daily ZMap and ZGrab scans
2016-04-14 14:28:38 -04:00
* [Shodan ](https://www.shodan.io/ ) - Shodan is the world's first search engine for Internet-connected devices
2016-04-23 13:30:56 -04:00
* [recon-ng ](https://bitbucket.org/LaNMaSteR53/recon-ng ) - A full-featured Web Reconnaissance framework written in Python
2016-07-03 00:11:16 -04:00
* [github-dorks ](https://github.com/techgaun/github-dorks ) - CLI tool to scan github repos/organizations for potential sensitive information leak
2016-08-25 12:51:04 -04:00
* [vcsmap ](https://github.com/melvinsh/vcsmap ) - A plugin-based tool to scan public version control systems for sensitive information
2016-11-26 22:05:29 -05:00
* [Spiderfoot ](http://www.spiderfoot.net/ ) - multi-source OSINT automation tool with a Web UI and report visualizations
2017-01-31 11:42:49 -05:00
* [BinGoo ](https://github.com/Hood3dRob1n/BinGoo ) - A Linux bash based Bing and Google Dorking Tool
* [fast-recon ](https://github.com/DanMcInerney/fast-recon ) - Does some google dorks against a domain
* [snitch ](https://github.com/Smaash/snitch ) - information gathering via dorks
2017-02-06 01:44:35 -05:00
* [Sn1per ](https://github.com/1N3/Sn1per ) - Automated Pentest Recon Scanner
* [Threat Crowd ](https://www.threatcrowd.org/ ) - A search engine for threats
* [Virus Total ](https://www.virustotal.com/ ) - VirusTotal is a free service that analyzes suspicious files and URLs and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware.
2017-02-20 09:40:27 -05:00
* [DataSploit ](https://github.com/upgoingstar/datasploit ) - OSINT visualizer utilizing Shodan, Censys, Clearbit, EmailHunter, FullContact, and Zoomeye behind the scenes.
2015-02-11 14:20:40 -05:00
2016-03-13 11:51:32 -04:00
#### Anonymity Tools
2014-08-09 19:27:48 -04:00
* [Tor ](https://www.torproject.org/ ) - The free software for enabling onion routing online anonymity
2016-07-25 10:03:45 -04:00
* [I2P ](https://geti2p.net/en/ ) - The Invisible Internet Project
* [Nipe ](https://github.com/GouveaHeitor/nipe ) - Script to redirect all traffic from the machine to the Tor network.
2014-08-04 16:55:09 -04:00
2014-08-04 17:28:22 -04:00
#### Reverse Engineering Tools
2014-08-09 19:27:48 -04:00
* [IDA Pro ](https://www.hex-rays.com/products/ida/ ) - A Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger
2015-01-13 04:06:14 -05:00
* [IDA Free ](https://www.hex-rays.com/products/ida/support/download_freeware.shtml ) - The freeware version of IDA v5.0
2016-07-25 10:03:45 -04:00
* [WDK/WinDbg ](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx ) - Windows Driver Kit and WinDbg
2014-08-04 15:36:04 -04:00
* [OllyDbg ](http://www.ollydbg.de/ ) - An x86 debugger that emphasizes binary code analysis
2016-09-30 14:36:35 -04:00
* [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
2015-03-07 00:49:48 -05:00
* [Immunity Debugger ](http://debugger.immunityinc.com/ ) - A powerful new way to write exploits and analyze malware
2015-02-16 19:00:23 -05:00
* [Evan's Debugger ](http://www.codef00.com/projects#debugger ) - OllyDbg-like debugger for Linux
2016-03-13 12:15:28 -04:00
* [Medusa disassembler ](https://github.com/wisk/medusa ) - An open source interactive disassembler
2016-09-30 14:36:35 -04:00
* [plasma ](https://github.com/joelpx/plasma ) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code
* [peda ](https://github.com/longld/peda ) - Python Exploit Development Assistance for GDB
2016-12-07 23:19:32 -05:00
* [dnSpy ](https://github.com/0xd4d/dnSpy ) - dnSpy is a tool to reverse engineer .NET assemblies
2014-08-04 15:36:04 -04:00
2017-04-14 19:10:36 -04:00
#### Physical Access Tools
* [LAN Turtle ](https://lanturtle.com/ ) - a covert "USB Ethernet Adapter" that provides remote access, network intelligence gathering, and MITM capabilities when installed in a local network.
* [USB Rubber Ducky ](http://usbrubberducky.com/ ) - customizable keystroke injection attack platform masquerading as a USB thumbdrive
* [Poisontap ](https://samy.pl/poisontap/ ) - siphons cookies, exposes internal (LAN-side) router and installs web backdoor on locked computers
2016-03-13 12:15:28 -04:00
#### CTF Tools
2017-03-11 02:01:03 -05:00
* [Pwntools ](https://github.com/Gallopsled/pwntools ) - Rapid exploit development framework built for use in CTFs
* [RsaCtfTool ](https://github.com/sourcekris/RsaCtfTool ) - Decrypt data enciphered using weak RSA keys, and recover private keys from public keys using a variety of automated attacks
2014-08-04 14:28:29 -04:00
2017-04-06 19:24:35 -04:00
#### Practice CTFs
2017-04-13 20:20:24 -04:00
* [HackThisSite ](https://hackthissite.org/ ) - An online CTF with short challenges and clear progression
2017-04-06 19:24:35 -04:00
* [HackMethod ](https://hackmethod.com/ ) - An online CTF with short challenges and clear progression
* [VulnHub ](https://www.vulnhub.com/ ) - Hosts vulnerable VMs for downloading and hacking, founded by g0tmi1k
2014-08-04 14:29:52 -04:00
### Books
2014-08-04 17:28:22 -04:00
#### Penetration Testing Books
2016-07-25 10:03:45 -04:00
* [The Art of Exploitation by Jon Erickson, 2008 ](https://www.nostarch.com/hacking2.htm )
* [Metasploit: The Penetration Tester's Guide by David Kennedy et al., 2011 ](https://www.nostarch.com/metasploit )
* [Penetration Testing: A Hands-On Introduction to Hacking by Georgia Weidman, 2014 ](https://www.nostarch.com/pentesting )
2014-08-04 15:11:49 -04:00
* [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/ )
2014-08-04 19:02:50 -04:00
* [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 )
2016-07-25 10:03:45 -04:00
* [Advanced Penetration Testing for Highly-Secured Environments by Lee Allen, 2012 ](http://www.packtpub.com/networking-and-servers/advanced-penetration-testing-highly-secured-environments-ultimate-security-gu )
* [Violent Python by TJ O'Connor, 2012 ](https://www.elsevier.com/books/violent-python/unknown/978-1-59749-957-6 )
2016-04-14 14:28:38 -04:00
* [Fuzzing: Brute Force Vulnerability Discovery by Michael Sutton et al., 2007 ](http://www.fuzzing.org/ )
* [Black Hat Python: Python Programming for Hackers and Pentesters by Justin Seitz, 2014 ](http://www.amazon.com/Black-Hat-Python-Programming-Pentesters/dp/1593275900 )
* [Penetration Testing: Procedures & Methodologies by EC-Council, 2010 ](http://www.amazon.com/Penetration-Testing-Procedures-Methodologies-EC-Council/dp/1435483677 )
* [Unauthorised Access: Physical Penetration Testing For IT Security Teams by Wil Allsopp, 2010 ](http://www.amazon.com/Unauthorised-Access-Physical-Penetration-Security-ebook/dp/B005DIAPKE )
* [Advanced Persistent Threat Hacking: The Art and Science of Hacking Any Organization by Tyler Wrightson, 2014 ](http://www.amazon.com/Advanced-Persistent-Threat-Hacking-Organization/dp/0071828362 )
2016-04-23 13:30:56 -04:00
* [Bug Hunter's Diary by Tobias Klein, 2011 ](https://www.nostarch.com/bughunter )
2014-08-04 14:49:17 -04:00
2014-08-04 17:32:07 -04:00
#### Hackers Handbook Series
2016-07-25 10:03:45 -04:00
* [The Database Hacker's Handbook, David Litchfield et al., 2005 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764578014.html )
* [The Shellcoders Handbook by Chris Anley et al., 2007 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-047008023X.html )
* [The Mac Hacker's Handbook by Charlie Miller & Dino Dai Zovi, 2009 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470395362.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 et al., 2012 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118204123.html )
* [Android Hackers Handbook by Joshua J. Drake et al., 2014 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-111860864X.html )
* [The Browser Hackers Handbook by Wade Alcorn et al., 2014 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118662091.html )
* [The Mobile Application Hackers Handbook by Dominic Chell et al., 2015 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html )
2016-04-23 13:30:56 -04:00
* [Car Hacker's Handbook by Craig Smith, 2016 ](https://www.nostarch.com/carhacking )
2014-08-04 15:05:33 -04:00
2016-12-26 15:46:03 -05:00
#### Defensive Development
2016-12-25 22:19:34 -05:00
* [Holistic Info-Sec for Web Developers (Fascicle 0) ](https://leanpub.com/holistic-infosec-for-web-developers )
* [Holistic Info-Sec for Web Developers (Fascicle 1) ](https://leanpub.com/holistic-infosec-for-web-developers-fascicle1-vps-network-cloud-webapplications )
2014-08-04 17:28:22 -04:00
#### Network Analysis Books
2016-07-25 10:03:45 -04:00
* [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 )
2017-01-29 01:32:57 -05:00
* [Wireshark Network Analysis by by Laura Chappell & Gerald Combs, 2012 ](https://www.amazon.com/Wireshark-Network-Analysis-Second-Certified/dp/1893939944 )
2016-04-14 14:28:38 -04:00
* [Network Forensics: Tracking Hackers through Cyberspace by Sherri Davidoff & Jonathan Ham, 2012 ](http://www.amazon.com/Network-Forensics-Tracking-Hackers-Cyberspace-ebook/dp/B008CG8CYU/ )
2014-08-04 14:28:29 -04:00
2014-08-04 17:28:22 -04:00
#### Reverse Engineering Books
2016-04-14 14:28:38 -04:00
* [Reverse Engineering for Beginners by Dennis Yurichev ](http://beginners.re/ )
2016-04-23 13:30:56 -04:00
* [Hacking the Xbox by Andrew Huang, 2003 ](https://www.nostarch.com/xbox.htm )
2016-07-25 10:03:45 -04:00
* [The IDA Pro Book by Chris Eagle, 2011 ](https://www.nostarch.com/idapro2.htm )
* [Practical Reverse Engineering by Bruce Dang et al., 2014 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118787315.html )
2016-04-14 14:28:38 -04:00
* [Gray Hat Hacking The Ethical Hacker's Handbook by Daniel Regalado et al., 2015 ](http://www.amazon.com/Hacking-Ethical-Hackers-Handbook-Edition/dp/0071832386 )
2014-08-04 15:36:04 -04:00
2014-08-04 17:28:22 -04:00
#### Malware Analysis Books
2016-07-25 10:03:45 -04:00
* [Practical Malware Analysis by Michael Sikorski & Andrew Honig, 2012 ](https://www.nostarch.com/malware )
* [The Art of Memory Forensics by Michael Hale Ligh et al., 2014 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-1118825098.html )
2016-04-14 14:28:38 -04:00
* [Malware Analyst's Cookbook and DVD by Michael Hale Ligh et al., 2010 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470613033.html )
2014-08-04 15:36:04 -04:00
2014-08-04 17:28:22 -04:00
#### Windows Books
2016-04-14 14:28:38 -04:00
* [Windows Internals by Mark Russinovich et al., 2012 ](http://www.amazon.com/Windows-Internals-Part-Developer-Reference/dp/0735648735/ )
2014-08-04 14:28:29 -04:00
2014-08-04 17:28:22 -04:00
#### Social Engineering Books
2016-07-25 10:03:45 -04:00
* [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 )
2016-04-14 14:28:38 -04:00
* [Ghost in the Wires by Kevin D. Mitnick & William L. Simon, 2011 ](http://www.hachettebookgroup.com/titles/kevin-mitnick/ghost-in-the-wires/9780316134477/ )
2016-07-25 10:03:45 -04:00
* [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 ](https://www.mhprofessional.com/product.php?isbn=0071818464 )
2014-08-04 13:29:04 -04:00
2014-08-09 19:18:33 -04:00
#### Lock Picking Books
2014-08-04 19:02:50 -04:00
* [Practical Lock Picking by Deviant Ollam, 2012 ](https://www.elsevier.com/books/practical-lock-picking/ollam/978-1-59749-989-7 )
* [Keys to the Kingdom by Deviant Ollam, 2012 ](https://www.elsevier.com/books/keys-to-the-kingdom/ollam/978-1-59749-983-5 )
2016-07-25 10:03:45 -04:00
* [CIA Lock Picking Field Operative Training Manual ](https://www.scribd.com/doc/7207/CIA-Lock-Picking-Field-Operative-Training-Manual )
2015-02-11 14:30:03 -05:00
* [Lock Picking: Detail Overkill by Solomon ](https://www.dropbox.com/s/y39ix9u9qpqffct/Lockpicking%20Detail%20Overkill.pdf?dl=0 )
* [Eddie the Wire books ](https://www.dropbox.com/sh/k3z4dm4vyyojp3o/AAAIXQuwMmNuCch_StLPUYm-a?dl=0 )
2014-08-04 19:02:50 -04:00
2017-01-29 01:21:39 -05:00
#### Defcon Suggested Reading
* [Defcon Suggested Reading ](https://www.defcon.org/html/links/book-list.html )
2014-08-09 19:27:48 -04:00
### Vulnerability Databases
2016-07-25 10:03:45 -04:00
* [NVD ](https://nvd.nist.gov/ ) - US National Vulnerability Database
* [CERT ](https://www.us-cert.gov/ ) - US Computer Emergency Readiness Team
* [OSVDB ](https://blog.osvdb.org/ ) - Open Sourced Vulnerability Database
2014-08-09 19:43:20 -04:00
* [Bugtraq ](http://www.securityfocus.com/ ) - Symantec SecurityFocus
2016-07-25 10:03:45 -04:00
* [Exploit-DB ](https://www.exploit-db.com/ ) - Offensive Security Exploit Database
2014-08-09 19:43:20 -04:00
* [Fulldisclosure ](http://seclists.org/fulldisclosure/ ) - Full Disclosure Mailing List
2016-07-25 10:03:45 -04:00
* [MS Bulletin ](https://technet.microsoft.com/en-us/security/bulletins ) - Microsoft Security Bulletin
* [MS Advisory ](https://technet.microsoft.com/en-us/security/advisories ) - Microsoft Security Advisories
* [Inj3ct0r ](http://www.1337day.com/ ) - Inj3ct0r Exploit Database
* [Packet Storm ](https://packetstormsecurity.com/ ) - Packet Storm Global Security Resource
2014-08-09 19:43:20 -04:00
* [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
* [ZDI ](http://www.zerodayinitiative.com/ ) - Zero Day Initiative
2016-11-23 04:45:34 -05:00
* [Vulners ](https://vulners.com ) - Security database of software vulnerabilities
2014-08-09 19:43:20 -04:00
2014-08-09 19:27:48 -04:00
### Security Courses
2016-07-25 10:03:45 -04:00
* [Offensive Security Training ](https://www.offensive-security.com/information-security-training/ ) - Training from BackTrack/Kali developers
2014-08-09 19:18:33 -04:00
* [SANS Security Training ](http://www.sans.org/ ) - Computer Security Training & Certification
2014-12-27 19:23:25 -05:00
* [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
2016-12-03 04:34:38 -05:00
* [ARIZONA CYBER WARFARE RANGE ](http://azcwr.org/ ) - 24x7 live fire exercises for beginners through real world operations; capability for upward progression into the real world of cyber warfare.
* [Cybrary ](http://cybrary.it ) - Free courses in ethical hacking and advanced penetration testing. Advanced penetration testing courses are based on the book 'Penetration Testing for Highly Secured Enviroments'.
* [Computer Security Student ](http://computersecuritystudent.com ) - Many free tutorials, great for beginners, $10/mo membership unlocks all content
2017-01-29 01:21:39 -05:00
* [European Union Agency for Network and Information Security ](https://www.enisa.europa.eu/topics/trainings-for-cybersecurity-specialists/online-training-material ) - ENISA Cyber Security Training material
2014-08-09 19:18:33 -04:00
2014-08-04 17:28:22 -04:00
### Information Security Conferences
2014-08-09 19:27:48 -04:00
* [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
2016-07-25 10:03:45 -04:00
* [CCC ](https://events.ccc.de/congress/ ) - An annual meeting of the international hacker scene in Germany
2014-08-09 19:27:48 -04:00
* [DerbyCon ](https://www.derbycon.com/ ) - An annual hacker conference based in Louisville
* [PhreakNIC ](http://phreaknic.info/ ) - A technology conference held annually in middle Tennessee
2016-07-25 10:03:45 -04:00
* [ShmooCon ](http://shmoocon.org/ ) - An annual US east coast hacker convention
2014-08-09 19:27:48 -04:00
* [CarolinaCon ](http://www.carolinacon.org/ ) - An infosec conference, held annually in North Carolina
2017-02-17 11:55:54 -05:00
* [CHCon ](https://2016.chcon.nz/ ) - Christchurch Hacker Con, Only South Island of New Zealand hacker con
2014-08-09 19:27:48 -04:00
* [SummerCon ](http://www.summercon.org/ ) - One of the oldest hacker conventions, held during Summer
2016-07-25 10:03:45 -04:00
* [Hack.lu ](https://2016.hack.lu/ ) - An annual conference held in Luxembourg
2017-03-10 10:11:27 -05:00
* [Hackfest ](https://hackfest.ca ) - Largest hacking conference in Canada
2016-07-25 10:03:45 -04:00
* [HITB ](https://conference.hitb.org/ ) - Deep-knowledge security conference held in Malaysia and The Netherlands
2014-08-09 19:27:48 -04:00
* [Troopers ](https://www.troopers.de ) - Annual international IT Security event with workshops held in Heidelberg, Germany
* [Hack3rCon ](http://hack3rcon.org/ ) - An annual US hacker conference
* [ThotCon ](http://thotcon.org/ ) - An annual US hacker conference held in Chicago
2016-03-13 11:51:32 -04:00
* [LayerOne ](http://www.layerone.org/ ) - An annual US security conference held every spring in Los Angeles
2014-08-09 19:27:48 -04:00
* [DeepSec ](https://deepsec.net/ ) - Security Conference in Vienna, Austria
* [SkyDogCon ](http://www.skydogcon.com/ ) - A technology conference in Nashville
2016-07-25 10:03:45 -04:00
* [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
2017-02-20 13:38:33 -05:00
* [AppSecUSA ](https://2016.appsecusa.org/ ) - An annual conference organised by OWASP
2016-03-13 11:51:32 -04:00
* [BruCON ](http://brucon.org ) - An annual security conference in Belgium
* [Infosecurity Europe ](http://www.infosecurityeurope.com/ ) - Europe's number one information security event, held in London, UK
* [Nullcon ](http://nullcon.net/website/ ) - An annual conference in Delhi and Goa, India
2016-07-25 10:03:45 -04:00
* [RSA Conference USA ](https://www.rsaconference.com/ ) - An annual security conference in San Francisco, California, USA
2016-03-13 11:51:32 -04:00
* [Swiss Cyber Storm ](https://www.swisscyberstorm.com/ ) - An annual security conference in Lucerne, Switzerland
2016-07-25 10:03:45 -04:00
* [Virus Bulletin Conference ](https://www.virusbulletin.com/conference/index ) - An annual conference going to be held in Denver, USA for 2016
2016-03-13 11:51:32 -04:00
* [Ekoparty ](http://www.ekoparty.org ) - Largest Security Conference in Latin America, held annually in Buenos Aires, Argentina
2016-07-25 10:03:45 -04:00
* [44Con ](https://44con.com/ ) - Annual Security Conference held in London
2016-06-28 16:33:12 -04:00
* [BalCCon ](https://www.balccon.org ) - Balkan Computer Congress, annualy held in Novi Sad, Serbia
* [FSec ](http://fsec.foi.hr ) - FSec - Croatian Information Security Gathering in Varaždin, Croatia
2014-08-04 17:28:22 -04:00
### Information Security Magazines
2016-07-25 10:03:45 -04:00
* [2600: The Hacker Quarterly ](https://www.2600.com/Magazine/DigitalEditions ) - An American publication about technology and computer "underground"
2015-01-19 13:10:15 -05:00
* [Phrack Magazine ](http://www.phrack.org/ ) - By far the longest running hacker zine
2014-08-04 16:57:20 -04:00
2014-08-04 19:02:50 -04:00
### Awesome Lists
2016-04-23 13:30:56 -04:00
* [Kali Linux Tools ](http://tools.kali.org/tools-listing ) - List of tools present in Kali Linux
2014-08-04 19:51:27 -04:00
* [SecTools ](http://sectools.org/ ) - Top 125 Network Security Tools
2017-02-17 05:25:29 -05:00
* [Pentest Cheat Sheets ](https://github.com/coreb1t/awesome-pentest-cheat-sheets ) - Awesome Pentest Cheat Sheets
2014-08-09 19:27:48 -04:00
* [C/C++ Programming ](https://github.com/fffaraz/awesome-cpp ) - One of the main language for open source security tools
* [.NET Programming ](https://github.com/quozd/awesome-dotnet ) - A software framework for Microsoft Windows platform development
* [Shell Scripting ](https://github.com/alebcay/awesome-shell ) - Command-line frameworks, toolkits, guides and gizmos
* [Ruby Programming by @dreikanter ](https://github.com/dreikanter/ruby-bookmarks ) - The de-facto language for writing exploits
* [Ruby Programming by @markets ](https://github.com/markets/awesome-ruby ) - The de-facto language for writing exploits
* [Ruby Programming by @Sdogruyol ](https://github.com/Sdogruyol/awesome-ruby ) - The de-facto language for writing exploits
* [JavaScript Programming ](https://github.com/sorrycc/awesome-javascript ) - In-browser development and scripting
2017-01-29 01:32:57 -05:00
* [Node.js Programming by @sindresorhus ](https://github.com/sindresorhus/awesome-nodejs ) - A curated list of delightful Node.js packages and resources
2016-05-04 11:15:10 -04:00
* [Python tools for penetration testers ](https://github.com/dloss/python-pentest-tools ) - Lots of pentesting tools are written in Python
2014-08-09 19:27:48 -04:00
* [Python Programming by @svaksha ](https://github.com/svaksha/pythonidae ) - General Python programming
* [Python Programming by @vinta ](https://github.com/vinta/awesome-python ) - General Python programming
2015-05-22 18:40:16 -04:00
* [Android Security ](https://github.com/ashishb/android-security-awesome ) - A collection of android security related resources
2014-08-09 19:27:48 -04:00
* [Awesome Awesomness ](https://github.com/bayandin/awesome-awesomeness ) - The List of the Lists
2016-03-13 11:51:32 -04:00
* [AppSec ](https://github.com/paragonie/awesome-appsec ) - Resources for learning about application security
* [CTFs ](https://github.com/apsdehal/awesome-ctf ) - Capture The Flag frameworks, libraries, etc
* [Hacking ](https://github.com/carpedm20/awesome-hacking ) - Tutorials, tools, and resources
* [Honeypots ](https://github.com/paralax/awesome-honeypots ) - Honeypots, tools, components, and more
* [Infosec ](https://github.com/onlurking/awesome-infosec ) - Information security resources for pentesting, forensics, and more
* [Malware Analysis ](https://github.com/rshipp/awesome-malware-analysis ) - Tools and resources for analysts
* [PCAP Tools ](https://github.com/caesar0301/awesome-pcaptools ) - Tools for processing network traffic
* [Security ](https://github.com/sbilly/awesome-security ) - Software, libraries, documents, and other resources
* [Awesome List ](https://github.com/sindresorhus/awesome ) - A curated list of awesome lists
2016-03-13 12:15:28 -04:00
* [SecLists ](https://github.com/danielmiessler/SecLists ) - Collection of multiple types of lists used during security assessments
2016-03-13 12:39:55 -04:00
* [Security Talks ](https://github.com/PaulSec/awesome-sec-talks ) - A curated list of security conferences
2014-08-04 19:02:50 -04:00
2014-08-04 17:01:19 -04:00
### Contribution
2016-03-13 12:23:01 -04:00
Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Please check the [Contributing Guidelines ](.github/CONTRIBUTING.md ) for more details.
2014-08-04 17:01:19 -04:00
2014-08-04 16:57:20 -04:00
### License
2016-07-25 10:03:45 -04:00
[![Creative Commons License ](http://i.creativecommons.org/l/by/4.0/88x31.png )](https://creativecommons.org/licenses/by/4.0/)
2014-08-04 16:57:20 -04:00
2014-10-28 21:55:48 -04:00
This work is licensed under a [Creative Commons Attribution 4.0 International License ](http://creativecommons.org/licenses/by/4.0/ )