Search

Finding the Offset

Using Metasploit tool:

/usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 2500

2500 is an even number around where it crashed.

IF I want to save output to a text file:

/usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 2500 > generatedString.txt

Making fuzzMod.py with the new string and running it.

/usr/share/metasploit-framework/tools/exploit/pattern_offset.rb -l 2500 -q 386F4337

Running fuzzA.py