awesome-hacking/README.md

129 lines
3.4 KiB
Markdown
Raw Normal View History

2014-12-16 12:16:22 +00:00
# Awesome Hacking
A curated list of awesome Hacking. Inspired by [awesome-python](https://github.com/vinta/awesome-python).
### Contents
- [System](#system)
- [Bug bounty](#bug-bounty)
- [Reverse engineering](#reverse-engineering)
- [Messanger](#messagner)
- [Tools](#reverse-engineering-tools)
- [Web](#web)
2014-12-16 12:41:40 +00:00
- [Tutorials](#web-tutorials)
2014-12-16 12:16:22 +00:00
- [Tools](#web-tools)
- [Network](#network)
- [Tutorials](#network-tutorials)
- [Tools](#network-tools)
2014-12-16 12:41:40 +00:00
- [Forensic](#forensic)
- [Tools]()
- [Cryptography](#cryptography)
- [Tools]()
2014-12-16 12:16:22 +00:00
- [Wargame](#wargame)
- [System](#wargame-system)
- [Reverse engineering](#wargame-reverse-engineering)
2014-12-16 12:41:40 +00:00
- [Web](#wargame-reverse-engineering)
- [Cryptography](#wargame-reverse-engineering)
2014-12-16 12:16:22 +00:00
- [CTF](#CTF)
-
2014-12-16 12:22:09 +00:00
# System
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
# Reverse Engineering
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
## Tutorials
2014-12-16 12:16:22 +00:00
Tutorials for reverse engineering
* [Lenas Reversing for Newbies](https://tuts4you.com/download.php?list.17)
2014-12-16 12:22:09 +00:00
## Tools
2014-12-16 12:16:22 +00:00
Tools for reverse engineering
2014-12-16 12:41:40 +00:00
### Debugger
* [IDA](https://www.hex-rays.com/products/ida/)
* [OllyDbg](http://www.ollydbg.de/)
### Unpacker
* [UPX](http://upx.sourceforge.net/)
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
# Web
## Tools
2014-12-16 12:16:22 +00:00
Tools for web hacking
2014-12-16 12:41:40 +00:00
### Encoding/Decoding
* [tools.web-max.ca](http://tools.web-max.ca/encode_decode.php) - base64 base85 md4,5 hash, sha1 hash encoding/decoding
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
# Network
## Tools
2014-12-16 12:16:22 +00:00
Tools for network analysis
2014-12-16 12:22:09 +00:00
### Packet Capture
2014-12-16 12:16:22 +00:00
2014-12-16 12:41:40 +00:00
* [Wireshark](https://www.wireshark.org/) - A free and open-source packet analyzer
* [NetworkMiner](http://www.netresec.com/?page=NetworkMiner) - A Network Forensic Analysis Tool (NFAT)
2014-12-16 12:16:22 +00:00
* [Paros](http://sourceforge.net/projects/paros/) - A Java based HTTP/HTTPS proxy for assessing web application vulnerability
2014-12-16 12:41:40 +00:00
* [ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications
### Man In The Middle
* [mitmproxy](https://mitmproxy.org/) - An interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface
2014-12-16 12:16:22 +00:00
* [mitmsocks4j](https://github.com/Akdeniz/mitmsocks4j) - Man in the Middle SOCKS Proxy for JAVA
2014-12-16 12:22:09 +00:00
### Packet Sniffer
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
### Scanner
2014-12-16 12:16:22 +00:00
* [nmap](http://nmap.org/) - Nmap (Network Mapper) is a security scanner
2014-12-16 12:41:40 +00:00
# Forensic
## Tools
Tools for forensic
### Binary
* [malzilla](http://malzilla.sourceforge.net/)
# Cryptography
2014-12-16 12:22:09 +00:00
# Wargame
## System
2014-12-16 12:41:40 +00:00
* [OverTheWire - Semtex](http://overthewire.org/wargames/semtex/)
* [OverTheWire - Vortex](http://overthewire.org/wargames/vortex/)
* [OverTheWire - Drifter](http://overthewire.org/wargames/drifter/)
* [pwnable.kr](http://pwnable.kr/) - Provide various pwn challenges regarding system security
* [SmashTheStack](http://smashthestack.org/)
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
## Reverse engineering
2014-12-16 12:41:40 +00:00
* [Reversing.kr](http://www.reversing.kr/) - This site tests your ability to Cracking & Reverse Code Engineering
* [CodeEngn](http://codeengn.com/challenges/) - (Korean)
2014-12-16 12:16:22 +00:00
2014-12-16 12:22:09 +00:00
## Web
2014-12-16 12:16:22 +00:00
* [Hack This Site!](https://www.hackthissite.org/) - a free, safe and legal training ground for hackers to test and expand their hacking skills
* [Webhacking.kr](http://webhacking.kr/)
2014-12-16 12:41:40 +00:00
## Cryptography
* [OverTheWire - Krypton](http://overthewire.org/wargames/krypton/)
## Overall
2014-12-16 12:22:09 +00:00
# CTF
2014-12-16 12:16:22 +00:00
* [CTFtime.org](https://ctftime.org/) - All about CTF (Capture The Flag)
2014-12-16 12:41:40 +00:00
* [WeChall](http://www.wechall.net/)
2014-12-16 12:16:22 +00:00
* [DEF CON](https://legitbs.net/)
* [CSAW CTF](https://ctf.isis.poly.edu/)