Small fix

bug/bundler_fix
jvazquez-r7 2014-01-23 19:34:50 -06:00
parent 43de7eb74f
commit cf17bf2e72
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class Metasploit3 < Msf::Auxiliary
def store(data)
path = store_loot("drupal.file", "text/plain", rhost, data, datastore['FILEPATH'])
print_good("#{peer} - File saved to path: #{path}")
print_good("#{peer} - File found and saved to path: #{path}")
end
def parse_loot(data)