mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
fixed disclosure date and removed cmd residue.
git-svn-id: file:///home/svn/framework3/trunk@7079 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
56d4345830
commit
9509872b4f
@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
],
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => 'Aug 18 2009'
|
||||
'DisclosureDate' => 'Sep 23 2009'
|
||||
))
|
||||
|
||||
register_options( [ Opt::RPORT(8080) ], self.class )
|
||||
@ -76,8 +76,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
|
||||
id = res['sessionid'].to_s.strip
|
||||
|
||||
cmd = Rex::Text.uri_encode(datastore['CMD'])
|
||||
|
||||
if ( res and res.message =~ /OK/ )
|
||||
|
||||
print_status("Got sessionid of '#{id}'. Sending our second request to '#{page}'...")
|
||||
|
Loading…
Reference in New Issue
Block a user