Printing res code for DELETE should be optional. It's not like we can always trust it anyway.
git-svn-id: file:///home/svn/framework3/trunk@13763 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7c74954461
commit
f9d74b0701
|
@ -168,7 +168,7 @@ class Metasploit4 < Msf::Auxiliary
|
|||
|
||||
#Delete our file
|
||||
res = do_delete(path)
|
||||
print_status("Reply: #{res.code.to_s}")
|
||||
vprint_status("Reply: #{res.code.to_s}")
|
||||
|
||||
#Check if DELETE was successful
|
||||
if res.nil? or file_exists(path, data)
|
||||
|
|
Loading…
Reference in New Issue