From cf17bf2e72a75647dd4028d29771bbec96762739 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Thu, 23 Jan 2014 19:34:50 -0600 Subject: [PATCH] Small fix --- modules/auxiliary/gather/drupal_openid_xxe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/gather/drupal_openid_xxe.rb b/modules/auxiliary/gather/drupal_openid_xxe.rb index 5b0925d5b7..37d33db759 100644 --- a/modules/auxiliary/gather/drupal_openid_xxe.rb +++ b/modules/auxiliary/gather/drupal_openid_xxe.rb @@ -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)