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-b9f4589650da
unstable
Wei Chen 2011-09-20 00:41:42 +00:00
parent 7c74954461
commit f9d74b0701
1 changed files with 1 additions and 1 deletions

View File

@ -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)