mirror of
https://github.com/carpedm20/awesome-hacking
synced 2024-11-21 20:13:02 +00:00
First commit
This commit is contained in:
commit
863a91aff2
2 changed files with 105 additions and 0 deletions
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Thiago Avelino
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
84
README.md
Normal file
84
README.md
Normal file
|
@ -0,0 +1,84 @@
|
|||
# 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)
|
||||
- [Tools](#web-tools)
|
||||
- [Network](#network)
|
||||
- [Tutorials](#network-tutorials)
|
||||
- [Tools](#network-tools)
|
||||
- [Wargame](#wargame)
|
||||
- [System](#wargame-system)
|
||||
- [Reverse engineering](#wargame-reverse-engineering)
|
||||
- [CTF](#CTF)
|
||||
-
|
||||
|
||||
## System
|
||||
|
||||
# Wargames
|
||||
|
||||
War
|
||||
|
||||
## Reverse Engineering
|
||||
|
||||
# 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 for reverse engineering
|
||||
|
||||
## Web
|
||||
|
||||
# Tools
|
||||
|
||||
Tools for web hacking
|
||||
|
||||
## Network
|
||||
|
||||
# Tools [network-tools] #
|
||||
|
||||
Tools for network analysis
|
||||
|
||||
## 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)
|
||||
* [Paros](http://sourceforge.net/projects/paros/) - A Java based HTTP/HTTPS proxy for assessing web application vulnerability
|
||||
* [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
|
||||
|
||||
## Scanner
|
||||
|
||||
* [nmap](http://nmap.org/) - Nmap (Network Mapper) is a security scanner
|
||||
|
||||
## Wargame
|
||||
|
||||
# System
|
||||
* [OverTheWire](http://overthewire.org/wargames/)
|
||||
* [pwnable.kr](pwnable.kr) - provide various pwn challenges regarding system security
|
||||
|
||||
# Reverse engineering
|
||||
* [OverTheWire](http://overthewire.org/wargames/)
|
||||
|
||||
# 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
|
||||
* [CTFtime.org](https://ctftime.org/) - All about CTF (Capture The Flag)
|
||||
* [DEF CON](https://legitbs.net/)
|
||||
* [CSAW CTF](https://ctf.isis.poly.edu/)
|
Loading…
Reference in a new issue