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...")
 
(Web Exploitation)
 
(4 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
# [[CSRF]]
 
# [[CSRF]]
 
# [[Cookies]]
 
# [[Cookies]]
# [[MySQL]]  
+
# [[MySQL]]
 
# [[SQL orientation]]  
 
# [[SQL orientation]]  
 
# [[SQL injection]]
 
# [[SQL injection]]
 +
# [[blind sql injection]]
 +
# [[Response-based_boolean_enumeration]]
 +
# [[comparative precomputation]]
 
# [[PHP]]
 
# [[PHP]]
# [[Coldfusion hacking]]
 
 
# [[File inclusion]]
 
# [[File inclusion]]
 +
# [[Coldfusion hacking]]
 
# [[unsafe string replacement]]
 
# [[unsafe string replacement]]
 
# [[command Injection]]
 
# [[command Injection]]
Line 15: Line 18:
  
 
== Binary [[Exploitation]] ==  
 
== Binary [[Exploitation]] ==  
# [[C]]
 
# [[Buffer overflow]]
 
 
# [[Bitwise math]]
 
# [[Bitwise math]]
# [[Assembly]]
+
# [[Assembly]] and [[C]]
 
# [[Linux assembly]]
 
# [[Linux assembly]]
 +
# [[Buffer overflow]]
 
# [[shellcode]]
 
# [[shellcode]]
# [[null-free shellcode]]
+
# [[Shellcode/Loaders]]
 +
# [[Shellcode/Environment]]
 +
# [[Shellcode/Null-free]]
 +
# [[Shellcode/Self-modifying]]
 
# [[ascii shellcode]]
 
# [[ascii shellcode]]
 
# [[alphanumeric shellcode]]
 
# [[alphanumeric shellcode]]
 +
# [[Shellcode/Socket-reuse]]
 +
# [[Shellcode/Parsing]]
 +
# [[Shellcode/Dynamic]]
 
# [[return oriented programming]]
 
# [[return oriented programming]]

Latest revision as of 04:05, 25 May 2013

Web Exploitation

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

Binary Exploitation

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