| Kernel | 11111 |
|---|---|
| Stack | |
| Heap | |
| Data | |
| Text | 00000 |
| ESP | (Extended Stack Pointer) |
|---|---|
| Buffer space | |
| EBP | (Extended Base Pointer) |
| EIP | (Extended Instruction Pointer) / Return Address |
generic_send_tcp host port spike_script SKIPVAR SKIPSTR
Testing if a command can overflow
connect to vulnserver
nc -nv <ip> <port>
Spike ⇒ send random character to see if we can break a program
spike_script :
s_readline();
s_string("STATS ");
s_string_variable("0");