Skip to content

Commit 5405b0f

Browse files
committed
clarified attack failure error message
1 parent 4de337e commit 5405b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/darkcomet_filedownloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def run
418418
print_status(filedata.to_s)
419419
end
420420
else
421-
print_status("Attack seems to have failed, no configfile data retrieved...")
421+
print_status("Attack failed or empty config file encountered ...")
422422
end
423423
end
424424
end

0 commit comments

Comments
 (0)