Difference between revisions of "Bookmarks"
Line 1: | Line 1: | ||
− | + | == OSCP Prep == | |
− | + | == Vulnerable by Design == | |
* [https://www.vulnhub.com/ VulnHub] | * [https://www.vulnhub.com/ VulnHub] | ||
* [https://exploit-exercises.com/ Exploit Exercises] | * [https://exploit-exercises.com/ Exploit Exercises] | ||
− | + | == Courses / Training == | |
* [http://opensecuritytraining.info Open Security Training] | * [http://opensecuritytraining.info Open Security Training] | ||
* [http://www.cis.syr.edu/~wedu/seed/all_labs.html SEED Project] | * [http://www.cis.syr.edu/~wedu/seed/all_labs.html SEED Project] | ||
− | + | == Website Reconnaissance Tools & Techniques == | |
* [https://builtwith.com/ BuiltWith] | * [https://builtwith.com/ BuiltWith] | ||
* [https://hackertarget.com/joomla-security-scan/ Joomla Security Scanner] | * [https://hackertarget.com/joomla-security-scan/ Joomla Security Scanner] | ||
Line 16: | Line 16: | ||
* [https://github.com/justjavac/ChromeSnifferPlus ChromeSniffer Plus] | * [https://github.com/justjavac/ChromeSnifferPlus ChromeSniffer Plus] | ||
− | ==== SQL Injection | + | == Scan == |
+ | === SQL Injection === | ||
* [https://www.exploit-db.com/papers/17934/ Beyond SQLi: Obfuscate and Bypass] | * [https://www.exploit-db.com/papers/17934/ Beyond SQLi: Obfuscate and Bypass] | ||
* [https://websec.wordpress.com/2010/03/19/exploiting-hard-filtered-sql-injections/ Exploiting hard filtered SQL Injections] | * [https://websec.wordpress.com/2010/03/19/exploiting-hard-filtered-sql-injections/ Exploiting hard filtered SQL Injections] | ||
* [https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/ SQL Injection Cheat Sheet] | * [https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/ SQL Injection Cheat Sheet] | ||
− | ==== Python | + | == Access & Escalation == |
+ | == Infiltration == | ||
+ | == Assault == | ||
+ | == Obfuscation == | ||
+ | |||
+ | == Programming == | ||
+ | === Python === | ||
* [http://pygments.org/: Pygments - python syntax highlighter] | * [http://pygments.org/: Pygments - python syntax highlighter] |
Revision as of 12:10, 27 April 2018
Contents
OSCP Prep
Vulnerable by Design
Courses / Training
Website Reconnaissance Tools & Techniques
- BuiltWith
- Joomla Security Scanner
- Check Joomla version without hacking
- BlindElephant Web Application Fingerprinter
- ChromeSniffer Plus