First page Back Continue Last page Summary Graphics
Intro to InfoSec
Recipe for an attack
Enumeration
- Identify application versions
- Determine user accounts
Gain Access
- Buffer overflows
- Password guessing
Notes:
Enumeration is similar to scanning, but gathers more detail about specific targets.
Buffer overflow - most common vulnerability. "Smashing the stack"
paper by Aleph One in Phrack #49.
http://www.phrack.com/search.phtml?view&article=p49-14
"How to write" paper by
Dr. Mudge
http://www.insecure.org/stf/mudge_buffer_overflow_tutorial.html