Removed testing file extension
git-svn-id: file:///home/svn/framework3/trunk@12068 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
23d89cd137
commit
139102de80
|
@ -50,7 +50,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
undef :send
|
||||
end
|
||||
filename = "." + Rex::Text.rand_text_alphanumeric(16)
|
||||
filename = ".pwn"
|
||||
# syscall open
|
||||
i = p.send(:syscall,8,filename,0700)
|
||||
#syscall write
|
||||
|
|
Loading…
Reference in New Issue