awesome-hacking
A curated list of awesome Hacking tutorials, tools and resources
https://github.com/carpedm20/awesome-hacking
Last synced: 4 days ago
JSON representation
-
Tools
-
- Hackers tools - Tutorial on tools.
- Hackers tools - Tutorial on tools.
- Metasploit
- mimikatz - A little tool to play with Windows security
-
Docker Images for Penetration Testing & Security
- official Kali Linux
- Official Metasploit
- official Kali Linux
- official WPScan
- Official Metasploit
- Damn Vulnerable Web Application (DVWA)
- Vulnerability as a service: Shellshock
- Vulnerability as a service: Heartbleed
- Security Ninjas
- Arch Linux Penetration Tester
- Docker Bench for Security
- OWASP Security Shepherd
- OWASP WebGoat Project docker image
- OWASP Mutillidae II Web Pen-Test Practice Application
- Docker Metasploit
- official OWASP ZAP
- OWASP NodeGoat
- Security Ninjas
- Vulnerability as a service: Heartbleed
- OWASP Juice Shop
- Vulnerability as a service: Shellshock
-
Disassemblers and debuggers
- OllyDbg - A 32-bit assembler level analysing debugger for Windows
- Capstone
- Ghidra - A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission
- OllyDbg - A 32-bit assembler level analysing debugger for Windows
- x64dbg - An open-source x64/x32 debugger for Windows
- ScratchABit - Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
-
Decompilers
- dnSpy - .NET assembly editor, decompiler, and debugger
- retdec
- dotPeek - a free-of-charge .NET decompiler from JetBrains
- cutter - a decompiler based on radare2.
- Hex-Rays
- Krakatau - the best decompiler I have used. Is able to decompile apps written in Scala and Kotlin into Java code. JD-GUI and Luyten have failed to do it fully.
- JD-GUI
- Luyten - one of the best, though a bit slow, hangs on some binaries and not very well maintained.
- JADX - a decompiler for Android apps. Not related to JAD.
- snowman
- uncompyle6 - decompiler for the over 20 releases and 20 years of CPython.
-
Deobfuscators
- JS Beautifier
- JS Nice - a web service guessing JS variables names and types based on the model derived from open source.
- JS Nice - a web service guessing JS variables names and types based on the model derived from open source.
- de4dot - .NET deobfuscator and unpacker.
-
Execution logging and tracing
- mitmproxy - An interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface
- USBPcap - USB capture for Windows.
- dynStruct - structures recovery via dynamic instrumentation.
- drltrace - shared library calls tracing.
- Wireshark - A free and open-source packet analyzer
- usbmon - USB capture for Linux.
-
Binary files examination and editing
- wxHexEditor
- Binwalk - Detects signatures, unpacks archives, visualizes entropy.
- Veles - a visualizer for statistical properties of blobs.
- Kaitai Struct - a DSL for creating parsers in a variety of programming languages. The Web IDE is particularly useful for reverse-engineering.
- Protobuf inspector
- DarunGrim - executable differ.
- DBeaver - a DB editor.
- Dependencies - a FOSS replacement to Dependency Walker.
- PEview - A quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files
- BinText - A small, very fast and powerful text extractor that will be of particular interest to programmers.
- sqlmap - Automatic SQL injection and database takeover tool
- NoSQLMap - Automated NoSQL database enumeration and web application exploitation tool.
- VHostScan - A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, aliases and dynamic default pages.
- SubFinder - SubFinder is a subdomain discovery tool that discovers valid subdomains for any target using passive online sources.
- badtouch - Scriptable network authentication cracker
- PhpSploit - Full-featured C2 framework which silently persists on webserver via evil PHP oneliner
- Git-Scanner - A tool for bug hunting or pentesting for targeting websites that have open `.git` repositories available in public
- CSP Scanner - Analyze a site's Content-Security-Policy (CSP) to find bypasses and missing directives.
- masscan - Internet scale portscanner.
- Keyscope - an extensible key and secret validation tool for auditing active secrets against multiple SaaS vendors
- pig - A Linux packet crafting tool
- mitmsocks4j - Man-in-the-middle SOCKS Proxy for Java
- ssh-mitm - An SSH/SFTP man-in-the-middle tool that logs interactive sessions and passwords.
- Nipe - A script to make Tor Network your default gateway.
- Habu - Python Network Hacking Toolkit
- Firesheep - Free program for HTTP session hijacking attacks.
- Amass - In-depth subdomain enumeration tool that performs scraping, recursive brute forcing, crawling of web archives, name altering and reverse DNS sweeping
- sniffglue - Secure multithreaded packet sniffer
- Netz - Discover internet-wide misconfigurations, using zgrab2 and others.
- RustScan - Extremely fast port scanner built with Rust, designed to scan all ports in a couple of seconds and utilizes nmap to perform port enumeration in a fraction of the time.
- PETEP - Extensible TCP/UDP proxy with GUI for traffic analysis & modification with SSL/TLS support.
- Autopsy - A digital forensics platform and graphical interface to [The Sleuth Kit](http://www.sleuthkit.org/sleuthkit/index.php) and other digital forensics tools
- sleuthkit - A library and collection of command-line digital forensics tools
- EnCase - The shared technology within a suite of digital investigations products by Guidance Software
- CyLR - NTFS forensic image collector
- Synalize It
- PEview - A quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files
- BinText - A small, very fast and powerful text extractor that will be of particular interest to programmers.
- Spyse - Data gathering service that collects web info using OSINT. Provided info: IPv4 hosts, domains/whois, ports/banners/protocols, technologies, OS, AS, maintains huge SSL/TLS DB, and more... All the data is stored in its own database allowing get the data without scanning.
- Findsubdomains - A subdomains discovery tool that collects all possible subdomains from open source internet and validates them through various tools to provide accurate results.
- CSP Scanner - Analyze a site's Content-Security-Policy (CSP) to find bypasses and missing directives.
- Shodan - A web-crawling search engine that lets users search for various types of servers connected to the internet.
- Decompiler.com - Java, Android, Python, C# online decompiler.
- findsubdomains - really fast subdomains scanning service that has much greater opportunities than simple subs finder(works using OSINT).
- cirt-fuzzer - A simple TCP/UDP protocol fuzzer.
- ASlookup - a useful tool for exploring autonomous systems and all related info (CIDR, ASN, Org...)
- ZAP - The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications
- nmap - Nmap (Network Mapper) is a security scanner
- Scapy - A Python tool and library for low level packet creation and manipulation
- Autopsy - A digital forensics platform and graphical interface to [The Sleuth Kit](http://www.sleuthkit.org/sleuthkit/index.php) and other digital forensics tools
- CAINE - CAINE is a Ubuntu-based app that offers a complete forensic environment that provides a graphical interface. This tool can be integrated into existing software tools as a module. It automatically extracts a timeline from RAM.
- Spyse - Data gathering service that collects web info using OSINT. Provided info: IPv4 hosts, domains/whois, ports/banners/protocols, technologies, OS, AS, maintains huge SSL/TLS DB, and more... All the data is stored in its own database allowing get the data without scanning.
- IPED - Indexador e Processador de Evidências Digitais - Brazilian Federal Police Tool for Forensic Investigation
- Wifi Jammer - Free program to jam all wifi clients in range
- CSP Scanner - Analyze a site's Content-Security-Policy (CSP) to find bypasses and missing directives.
- Wifi Jammer - Free program to jam all wifi clients in range
-
Tools
-
Other
-
-
General
-
Binary files examination and editing
- Strong node.js - An exhaustive checklist to assist in the source code security analysis of a node.js web service.
- Open Malware
-
Tools
- Hack+ - An Intelligent network of bots that fetch the latest InfoSec content.
- CTF archives (shell-storm)
- Pentest Cheat Sheets - Collection of cheat sheets useful for pentesting
- Movies For Hackers - A curated list of movies every hacker & cyberpunk must watch.
- Hack+ - An Intelligent network of bots that fetch the latest InfoSec content.
- CTFtime.org - All about CTF (Capture The Flag)
- WeChall
- CTF archives (shell-storm)
- Rookit Arsenal - OS RE and rootkit development
- Roppers CTF Fundamentals Course - Free course designed to get a student crushing CTFs as quickly as possible. Teaches the mentality and skills required for crypto, forensics, and more. Full text available as a [gitbook](https://www.hoppersroppers.org/ctf/).
-
Docker Images for Penetration Testing & Security
- Exploit database - An ultimate archive of exploits and vulnerable software
-
-
System
-
Tools
-
-
Reverse Engineering
-
Tools
- Reversing.kr - This site tests your ability to Cracking & Reverse Code Engineering
- simples.kr - (Korean)
- Reversing.kr - This site tests your ability to Cracking & Reverse Code Engineering
- CodeEngn - (Korean)
- Crackmes.de - The world first and largest community website for crackmes and reversemes.
-
-
Bug bounty
-
Bug bounty - Earn Some Money
-
Competition
-
tools
-
Tools
- empire - A post exploitation framework for powershell and python.
- silenttrinity - A post exploitation tool that uses iron python to get past powershell restrictions.
- PowerSploit - A PowerShell post exploitation framework
- ebowla - Framework for Making Environmental Keyed Payloads
- The Cyberclopaedia - The open-source encyclopedia of cybersecurity. [GitHub Repository](https://github.com/cr0mll/cyberclopaedia)
- Roppers Security Fundamentals - Free course that teaches a beginner how security works in the real world. Learn security theory and execute defensive measures so that you are better prepared against threats online and in the physical world. Full text available as a [gitbook](https://www.hoppersroppers.org/security/).
- Roppers Practical Networking - A hands-on, wildly practical introduction to networking and making packets dance. No wasted time, no memorizing, just learning the fundamentals.
- Rawsec's CyberSecurity Inventory - An open-source inventory of tools, resources, CTF platforms and Operating Systems about CyberSecurity. ([Source](https://gitlab.com/rawsec/rawsec-cybersecurity-list))
-
-
Web
-
Tools
- 0xf.at - a website without logins or ads where you can solve password-riddles (so called hackits).
- Hack This Site! - a free, safe and legal training ground for hackers to test and expand their hacking skills
- fuzzy.land - Website by an Austrian group. Lots of challenges taken from CTFs they participated in.
- Gruyere
- TryHackMe - Hands-on cyber security training through real-world scenarios.
-
-
Tutorials
-
Docker Images for Penetration Testing & Security
-
Online resources
-
Tools
- Security related Operating Systems @ Rawsec - Complete list of security related operating systems
- Best Linux Penetration Testing Distributions @ CyberPunk - Description of main penetration testing distributions
-
Programming Languages
Categories
Sub Categories
Keywords
hacking
11
security
10
python
8
reverse-engineering
6
pentesting
5
security-tools
5
bugbounty
4
rust
4
golang
4
java
4
javascript
4
penetration-testing
4
cpp
3
ctf
3
disassembler
3
osint
3
go
3
offensive-security
3
hacking-tool
3
scanner
3
security-audit
3
awesome
3
debugging
2
man-in-the-middle
2
networking
2
docker
2
nodejs
2
owasp-top-ten
2
lua
2
post-exploitation
2
forensics
2
cryptography
2
nosql
2
cybersecurity
2
malware-analysis
2
oscp
2
x86
2
x86-64
2
pentest
2
database
2
enumeration
2
awesome-list
2
ctf-tools
2
web-application-security
2
owasp
2
appsec
2
windows
2
decompiler
2
csharp
2
sql-injection
2