From 5405b0f3dbd5aaa5c722612fd32bbe99896b74c5 Mon Sep 17 00:00:00 2001 From: samvartaka Date: Sat, 18 Jun 2016 04:31:58 +0200 Subject: [PATCH] clarified attack failure error message --- modules/auxiliary/gather/darkcomet_filedownloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/gather/darkcomet_filedownloader.rb b/modules/auxiliary/gather/darkcomet_filedownloader.rb index 4d7b4e10b7..47e7936f88 100644 --- a/modules/auxiliary/gather/darkcomet_filedownloader.rb +++ b/modules/auxiliary/gather/darkcomet_filedownloader.rb @@ -418,7 +418,7 @@ class MetasploitModule < Msf::Auxiliary print_status(filedata.to_s) end else - print_status("Attack seems to have failed, no configfile data retrieved...") + print_status("Attack failed or empty config file encountered ...") end end end