mirror of
https://github.com/sundowndev/hacker-roadmap.git
synced 2024-11-23 19:53:17 +00:00
Additional resources
This commit is contained in:
parent
51972f663e
commit
e737b90b05
1 changed files with 25 additions and 2 deletions
27
README.md
27
README.md
|
@ -31,12 +31,12 @@ This repository is a guide for amateurs pen testers and a summary of hacking too
|
|||
* [Exploitation Tools](#wrench-exploitation-tools)
|
||||
* [Sniffing & Spoofing](#busts_in_silhouette-sniffing--spoofing)
|
||||
* [Web Hacking](#rocket-web-hacking)
|
||||
* [Private Web Hacking](#zap-private-web-hacking)
|
||||
* [Post Exploitation](#tada-post-exploitation)
|
||||
* [Frameworks](#package-frameworks)
|
||||
* [Additional resources](#additional-resources)
|
||||
* [Books / Manuals](#books--manuals)
|
||||
* [Discussions](#discussions)
|
||||
* [Security Advisories](#security-advisories)
|
||||
* [License](#license)
|
||||
|
||||
# Introduction
|
||||
|
@ -197,12 +197,28 @@ Frameworks are packs of pen testing tools with custom shell navigation and docum
|
|||
- [Devbreak on Twitter](https://twitter.com/DevbreakFR) Twitter Bot that post articles about security, hacking, opensource, dev, webdesign and more.
|
||||
- [The Life of a Security Researcher](https://www.alienvault.com/blogs/security-essentials/the-life-of-a-security-researcher)
|
||||
- [Find an awesome hacking spots in your country](https://github.com/diasdavid/awesome-hacking-spots)
|
||||
- [Awesome Infosec](https://hackmd.io/s/V1GLSF0R)
|
||||
- [Awesome-Hacking Lists](https://github.com/Hack-with-Github/Awesome-Hacking/blob/master/README.md)
|
||||
- [Citadel Database](https://citadel.pw/)
|
||||
- [Crack Station](http://crackstation.net/)
|
||||
- [Exploit Database](http://www.exploit-db.com/)
|
||||
- [Hackavision](http://www.hackavision.com/)
|
||||
- [Hash Generator](http://www.insidepro.com/hashes.php?lang=eng)
|
||||
- [Hackmethod](https://www.hackmethod.com/)
|
||||
- [Hell Bound Hackers](http://www.hellboundhackers.org/)
|
||||
- [Packet Storm Security](http://packetstormsecurity.org/)
|
||||
- [Phrack Ezine](http://phrack.org/)
|
||||
- [SecLists](http://seclists.org/)
|
||||
- [SecTools](http://sectools.org/)
|
||||
- [Security Tubes](http://www.securitytube.net/)
|
||||
- [Skull Security](http://www.skullsecurity.org/)
|
||||
- [Smash the Stack](http://smashthestack.org/)
|
||||
- [Sploit Me](http://www.sploit.me.uk/)
|
||||
|
||||
## Books / Manuals
|
||||
|
||||
**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.
|
||||
|
||||
- [Kali Linux Revealed](https://kali.training/downloads/Kali-Linux-Revealed-1st-edition.pdf)
|
||||
- [Blue Team Field Manual (BTFM)](https://www.amazon.com/Blue-Team-Field-Manual-BTFM/dp/154101636X)
|
||||
- [Cybersecurity - Attack and Defense Strategies](https://www.amazon.com/Cybersecurity-Defense-Strategies-Infrastructure-security/dp/1788475291)
|
||||
- [NMAP Network Scanning : Official Discovery](https://www.amazon.com/Nmap-Network-Scanning-Official-Discovery/dp/0979958717)
|
||||
|
@ -216,6 +232,13 @@ Frameworks are packs of pen testing tools with custom shell navigation and docum
|
|||
- [ax0nes](https://ax0nes.com/) Hacking, security, and software development forum.
|
||||
- [0Day.rocks on discord](https://discord.gg/WmYzJfD) Discord server about the 0day.rocks blog for technical and general InfoSec/Cyber discussions & latest news.
|
||||
|
||||
## Security Advisories
|
||||
|
||||
- [CVE](http://cve.mitre.org/)
|
||||
- [CWE](http://cwe.mitre.org/)
|
||||
- [NVD](http://web.nvd.nist.gov/)
|
||||
- [WVE](http://www.wve.org/)
|
||||
|
||||
# License
|
||||
|
||||
This repository is under MIT license.
|
||||
|
|
Loading…
Reference in a new issue