Difference between revisions of "Bookmarks"
m (→CTF / Boot-to-Root VMs) |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* [https://www.owasp.org/index.php/OWASP_Broken_Web_Applications_Project OWASP Broken Web Application Project] | * [https://www.owasp.org/index.php/OWASP_Broken_Web_Applications_Project OWASP Broken Web Application Project] | ||
* [https://information.rapid7.com/metasploitable-download.html Metasploitable - VM to test your Metasploit skills] | * [https://information.rapid7.com/metasploitable-download.html Metasploitable - VM to test your Metasploit skills] | ||
− | * [https://challenge.synacor.com/ | + | * [https://challenge.synacor.com/ challenge.synacor.com: a text adventure game. Lots of programming chals, ASM especially] |
== Shellcoding / Exploits / Reverse Engineering == | == Shellcoding / Exploits / Reverse Engineering == | ||
Line 43: | Line 43: | ||
=== Python === | === Python === | ||
* [http://pygments.org/: Pygments - python syntax highlighter] | * [http://pygments.org/: Pygments - python syntax highlighter] | ||
+ | |||
+ | == Lists / Payloads / Fuzzers == | ||
+ | * [https://github.com/danielmiessler/SecLists danielmiessler/SecLists] | ||
+ | |||
+ | == Platform-specific Topics | ||
+ | === Node.js === | ||
+ | * [https://resources.infosecinstitute.com/penetration-testing-node-js-applications-part-1/ Pentesting Node.js Applications] |
Latest revision as of 08:06, 18 July 2018
Contents
OSCP Prep
CTF / Boot-to-Root VMs
- VulnHub
- OWASP Security Shepherd
- OWASP Broken Web Application Project
- Metasploitable - VM to test your Metasploit skills
- challenge.synacor.com: a text adventure game. Lots of programming chals, ASM especially
Shellcoding / Exploits / Reverse Engineering
- paraschetal.in / Writing your own shellcode
- A great primer on Buffer Overflow
- Exploit-Exercises.com
- Overthewire.org / Shell-based CTF-style games
- Shell-Storm.org - a huge Shellcodes database!
Courses / Training
Website Reconnaissance Tools & Techniques
- BuiltWith
- Joomla Security Scanner
- Check Joomla version without hacking
- BlindElephant Web Application Fingerprinter
- ChromeSniffer Plus
Scanning
SQL Injection
Access & Escalation
Data Exfiltration
Assault
Obfuscation
Programming
Python
Lists / Payloads / Fuzzers
== Platform-specific Topics