mirror of
https://github.com/carpedm20/awesome-hacking
synced 2025-02-16 21:38:37 +00:00
change rules
This commit is contained in:
parent
863a91aff2
commit
43b5eea271
1 changed files with 20 additions and 18 deletions
38
README.md
38
README.md
|
@ -20,38 +20,38 @@ A curated list of awesome Hacking. Inspired by [awesome-python](https://github.c
|
|||
- [CTF](#CTF)
|
||||
-
|
||||
|
||||
## System
|
||||
# System
|
||||
|
||||
# Wargames
|
||||
|
||||
War
|
||||
|
||||
## Reverse Engineering
|
||||
# Reverse Engineering
|
||||
|
||||
# Tutorials
|
||||
## Tutorials
|
||||
|
||||
Tutorials for reverse engineering
|
||||
|
||||
* [Lenas Reversing for Newbies](https://tuts4you.com/download.php?list.17)
|
||||
* [Lenas Reversing for Newbies](https://tuts4you.com/download.php?list.17)
|
||||
|
||||
# Tools
|
||||
## Tools
|
||||
|
||||
Tools for reverse engineering
|
||||
|
||||
## Web
|
||||
|
||||
# Tools
|
||||
# Web
|
||||
|
||||
## Tools
|
||||
|
||||
Tools for web hacking
|
||||
|
||||
## Network
|
||||
|
||||
# Tools [network-tools] #
|
||||
# Network
|
||||
|
||||
## Tools
|
||||
|
||||
Tools for network analysis
|
||||
|
||||
## Packet Capture
|
||||
### Packet Capture
|
||||
|
||||
* [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)
|
||||
|
@ -59,26 +59,28 @@ Tools for network analysis
|
|||
* [mitmproxy](https://mitmproxy.org/) - an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface
|
||||
* [mitmsocks4j](https://github.com/Akdeniz/mitmsocks4j) - Man in the Middle SOCKS Proxy for JAVA
|
||||
|
||||
## Packet Sniffer
|
||||
### Packet Sniffer
|
||||
|
||||
## Scanner
|
||||
### Scanner
|
||||
|
||||
* [nmap](http://nmap.org/) - Nmap (Network Mapper) is a security scanner
|
||||
|
||||
## Wargame
|
||||
|
||||
# System
|
||||
# Wargame
|
||||
|
||||
## System
|
||||
* [OverTheWire](http://overthewire.org/wargames/)
|
||||
* [pwnable.kr](pwnable.kr) - provide various pwn challenges regarding system security
|
||||
|
||||
# Reverse engineering
|
||||
## Reverse engineering
|
||||
* [OverTheWire](http://overthewire.org/wargames/)
|
||||
|
||||
# Web
|
||||
## Web
|
||||
* [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/)
|
||||
|
||||
## CTF
|
||||
|
||||
# CTF
|
||||
* [CTFtime.org](https://ctftime.org/) - All about CTF (Capture The Flag)
|
||||
* [DEF CON](https://legitbs.net/)
|
||||
* [CSAW CTF](https://ctf.isis.poly.edu/)
|
||||
|
|
Loading…
Add table
Reference in a new issue