Skip to content

Commit 4198efa

Browse files
committed
Remove pry from CommandDispatcher::Creds...
My bad. Should have been caught in rapid7#8517.
1 parent 99fa52e commit 4198efa

File tree

1 file changed

+0
-3
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+0
-3
lines changed

lib/msf/ui/console/command_dispatcher/creds.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ def cmd_creds(*args)
8484
# TODO: this needs to be cleaned up to use the new syntax
8585
#
8686
def cmd_creds_help
87-
require 'pry'
88-
binding.pry
89-
9087
print_line
9188
print_line "With no sub-command, list credentials. If an address range is"
9289
print_line "given, show only credentials with logins on hosts within that"

0 commit comments

Comments
 (0)