Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "User:Hatter/fast tracks"
From NetSec
(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]] | ||
− | |||
# [[File inclusion]] | # [[File inclusion]] | ||
+ | # [[Coldfusion hacking]] | ||
# [[unsafe string replacement]] | # [[unsafe string replacement]] | ||
# [[command Injection]] | # [[command Injection]] | ||
Line 15: | Line 18: | ||
== Binary [[Exploitation]] == | == Binary [[Exploitation]] == | ||
− | |||
− | |||
# [[Bitwise math]] | # [[Bitwise math]] | ||
− | # [[Assembly]] | + | # [[Assembly]] and [[C]] |
# [[Linux assembly]] | # [[Linux assembly]] | ||
+ | # [[Buffer overflow]] | ||
# [[shellcode]] | # [[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 03:05, 25 May 2013
Web Exploitation
- HTTP
- XSS
- CSRF
- Cookies
- MySQL
- SQL orientation
- SQL injection
- blind sql injection
- Response-based_boolean_enumeration
- comparative precomputation
- PHP
- File inclusion
- Coldfusion hacking
- unsafe string replacement
- command Injection
- XSCF