File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
lib/msf/ui/console/command_dispatcher Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ def cmd_hosts(*args)
340
340
# Finally, handle the case where the user wants the resulting list
341
341
# of hosts to go into RHOSTS.
342
342
set_rhosts_from_addrs ( rhosts . uniq ) if set_rhosts
343
+
343
344
print_status ( "Deleted #{ delete_count } hosts" ) if delete_count > 0
344
345
}
345
346
end
@@ -524,6 +525,7 @@ def cmd_services(*args)
524
525
# Finally, handle the case where the user wants the resulting list
525
526
# of hosts to go into RHOSTS.
526
527
set_rhosts_from_addrs ( rhosts . uniq ) if set_rhosts
528
+
527
529
print_status ( "Deleted #{ delete_count } services" ) if delete_count > 0
528
530
529
531
}
@@ -835,6 +837,7 @@ def cmd_creds(*args)
835
837
end
836
838
837
839
set_rhosts_from_addrs ( rhosts . uniq ) if set_rhosts
840
+
838
841
print_status ( "Deleted #{ delete_count } credentials" ) if delete_count > 0
839
842
}
840
843
end
You can’t perform that action at this time.
0 commit comments