I have started playing around in https://www.hackthebox.com platform and I’ll use this article to save all the pentesting interesting links I found.
Resources
Name | Description | Link |
pentestbook.six2dez.com | General guides on pentesting | https://pentestbook.six2dez.com/ |
revshells | List of reverse shells | https://www.revshells.com/ |
Hacktricks | Useful for everything related with pentesting | https://book.hacktricks.xyz/welcome/readme |
SecLists | Wordlists and stuff | https://github.com/danielmiessler/SecLists |
Reverse shells | More reverse shells payloads | swisskyrepo/PayloadsAllTheThings |
Pentestmonkey | Another pentesting guide | https://pentestmonkey.net/ |
GTFOBins | List of UNIX binaries that can be used to bypass local security restrictions | https://gtfobins.github.io/ |
LOLbas | Similar to GTFObins but for Windows | https://lolbas-project.github.io/ |
Red team notes | Red team notes | https://www.ired.team/ |
SQL injections | SQL injections | SQL injection cheatsheet |
CVE mitre | Search for CVEs | https://cve.mitre.org/cve/search_cve_list.html |
Request repo | Tool to receive HTTP request and display data | https://requestrepo.com/ |
CTF 101 | CTF theory | https://ctf101.org/ |