------------------
- /usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 9500..…creates pattern which is used for fuzzing
- /usr/share/metasploit-framework/tools/exploit/pattern_offset.rb -l 5900 -q 386F4337… (386F4337 is the EIP address when program crashed). This would give us exact bytes to pass to get to the EIP address so we can write the code at that memory address)
- Response..
------------------
------------------
Second circle is the
EIP address we are overwriting to so it can get to the exploit (4th)
Third is the padding
(null). Exploit runs and get us root access
------------------
Comments
Post a Comment