Skip to content

Commit 114e34c

Browse files
authored
Merge pull request sundowndev#13 from Sundowndev/roadmap
Additional resources and Challenges
2 parents ed8ce5b + 5c27a35 commit 114e34c

File tree

1 file changed

+40
-4
lines changed

1 file changed

+40
-4
lines changed

README.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ This repository is a guide for amateurs pen testers and a summary of hacking too
3131
* [Exploitation Tools](#wrench-exploitation-tools)
3232
* [Sniffing & Spoofing](#busts_in_silhouette-sniffing--spoofing)
3333
* [Web Hacking](#rocket-web-hacking)
34-
* [Private Web Hacking](#zap-private-web-hacking)
3534
* [Post Exploitation](#tada-post-exploitation)
3635
* [Frameworks](#package-frameworks)
3736
* [Additional resources](#additional-resources)
3837
* [Books / Manuals](#books--manuals)
3938
* [Discussions](#discussions)
39+
* [Security Advisories](#security-advisories)
40+
* [Challenges](#challenges)
4041
* [License](#license)
4142

4243
# Introduction
@@ -156,6 +157,7 @@ Listen to network traffic or fake a network entity.
156157
| ----------- |-------------------------|----------|----------------|
157158
| [Wireshark](https://www.wireshark.org) | **C/C++** | `Linux/Windows/macOS` | Wireshark is a network protocol analyzer. |
158159
| [WiFi Pumpkin](https://github.com/P0cL4bs/WiFi-Pumpkin) | **Python** | `Linux/Windows/macOS/Android` | Framework for Rogue Wi-Fi Access Point Attack. |
160+
| [Zarp](https://github.com/hatRiot/zarp) | **Python** | `Linux/Windows/macOS` | A free network attack framework. |
159161

160162
#### :rocket: Web Hacking
161163

@@ -196,15 +198,31 @@ Frameworks are packs of pen testing tools with custom shell navigation and docum
196198

197199
# Additional resources
198200

199-
- [Devbreak on Twitter](https://twitter.com/DevbreakFR) Twitter Bot that post articles about security, hacking, opensource, dev, webdesign and more.
201+
- [Devbreak on Twitter](https://twitter.com/DevbreakFR)
200202
- [The Life of a Security Researcher](https://www.alienvault.com/blogs/security-essentials/the-life-of-a-security-researcher)
201203
- [Find an awesome hacking spots in your country](https://github.com/diasdavid/awesome-hacking-spots)
202-
- [Awesome Infosec](https://hackmd.io/s/V1GLSF0R)
204+
- [Awesome-Hacking Lists](https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md)
205+
- [Citadel Database](https://citadel.pw/)
206+
- [Crack Station](http://crackstation.net/)
207+
- [Exploit Database](http://www.exploit-db.com/)
208+
- [Hackavision](http://www.hackavision.com/)
209+
- [Hash Generator](http://www.insidepro.com/hashes.php?lang=eng)
210+
- [Hackmethod](https://www.hackmethod.com/)
211+
- [Hell Bound Hackers](http://www.hellboundhackers.org/)
212+
- [Packet Storm Security](http://packetstormsecurity.org/)
213+
- [Phrack Ezine](http://phrack.org/)
214+
- [SecLists](http://seclists.org/)
215+
- [SecTools](http://sectools.org/)
216+
- [Security Tubes](http://www.securitytube.net/)
217+
- [Skull Security](http://www.skullsecurity.org/)
218+
- [Smash the Stack](http://smashthestack.org/)
219+
- [Sploit Me](http://www.sploit.me.uk/)
203220

204221
## Books / Manuals
205222

206-
**Warning :** I haven't read them all so don't consider I am recommanding as I liked them. They just seems to provide useful resources.
223+
**Warning :** I haven't read them all so do not consider I am recommanding as I liked them. They just seems to provide useful resources.
207224

225+
- [Kali Linux Revealed](https://kali.training/downloads/Kali-Linux-Revealed-1st-edition.pdf)
208226
- [Blue Team Field Manual (BTFM)](https://www.amazon.com/Blue-Team-Field-Manual-BTFM/dp/154101636X)
209227
- [Cybersecurity - Attack and Defense Strategies](https://www.amazon.com/Cybersecurity-Defense-Strategies-Infrastructure-security/dp/1788475291)
210228
- [NMAP Network Scanning : Official Discovery](https://www.amazon.com/Nmap-Network-Scanning-Official-Discovery/dp/0979958717)
@@ -218,6 +236,24 @@ Frameworks are packs of pen testing tools with custom shell navigation and docum
218236
- [ax0nes](https://ax0nes.com/) Hacking, security, and software development forum.
219237
- [0Day.rocks on discord](https://discord.gg/WmYzJfD) Discord server about the 0day.rocks blog for technical and general InfoSec/Cyber discussions & latest news.
220238

239+
## Security Advisories
240+
241+
- [CVE](http://cve.mitre.org/)
242+
- [CWE](http://cwe.mitre.org/)
243+
- [NVD](http://web.nvd.nist.gov/)
244+
- [WVE](http://www.wve.org/)
245+
246+
## Challenges
247+
248+
- [Vulnhub](https://www.vulnhub.com/) - Has a lot of VMs to play with. some are beginner friendly, some aren't.
249+
- [Itsecgames](http://www.itsecgames.com/) - buggy web app
250+
- [Dvwa](http://www.dvwa.co.uk/) - Damn Vulnerable Web Application
251+
- [Hackthissite](https://www.hackthissite.org/)
252+
- [Hackthis](https://www.hackthis.co.uk/)
253+
- [Root-me](https://www.root-me.org/)
254+
- [Overthewire](http://overthewire.org/wargames/)
255+
- [Ctftime](https://ctftime.org/)
256+
221257
# License
222258

223259
This repository is under MIT license.

0 commit comments

Comments
 (0)