Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "User:Hatter/fast tracks"

From NetSec
Jump to: navigation, search
(Created page with "== Web Exploitation == # HTTP # XSS # CSRF # Cookies # MySQL # SQL orientation # SQL injection # PHP # Coldfusion hacking # [[File incl...")
 
Line 7: Line 7:
 
# [[SQL orientation]]  
 
# [[SQL orientation]]  
 
# [[SQL injection]]
 
# [[SQL injection]]
 +
# [[blind sql injection]]
 +
# [[comparative precomputation]]
 
# [[PHP]]
 
# [[PHP]]
 
# [[Coldfusion hacking]]
 
# [[Coldfusion hacking]]
Line 21: Line 23:
 
# [[Linux assembly]]
 
# [[Linux assembly]]
 
# [[shellcode]]
 
# [[shellcode]]
 +
# [[return oriented programming]]
 +
# [[Shellcode/Loaders]]
 
# [[null-free shellcode]]
 
# [[null-free shellcode]]
 +
# [[Shellcode/Environment]]
 +
# [[Shellcode/Self-modifying]]
 
# [[ascii shellcode]]
 
# [[ascii shellcode]]
 
# [[alphanumeric shellcode]]
 
# [[alphanumeric shellcode]]
# [[return oriented programming]]
+
# [[Shellcode/Socket-reuse]]
 +
# [[Shellcode/Parsing]]
 +
# [[Shellcode/Dynamic]]

Revision as of 03:57, 25 November 2012

Web Exploitation

  1. HTTP
  2. XSS
  3. CSRF
  4. Cookies
  5. MySQL
  6. SQL orientation
  7. SQL injection
  8. blind sql injection
  9. comparative precomputation
  10. PHP
  11. Coldfusion hacking
  12. File inclusion
  13. unsafe string replacement
  14. command Injection
  15. XSCF

Binary Exploitation

  1. C
  2. Buffer overflow
  3. Bitwise math
  4. Assembly
  5. Linux assembly
  6. shellcode
  7. return oriented programming
  8. Shellcode/Loaders
  9. null-free shellcode
  10. Shellcode/Environment
  11. Shellcode/Self-modifying
  12. ascii shellcode
  13. alphanumeric shellcode
  14. Shellcode/Socket-reuse
  15. Shellcode/Parsing
  16. Shellcode/Dynamic