Skip to content

Commit c3691ba

Browse files
David MaloneyDavid Maloney
authored andcommitted
finish refactoring ftp_login
1 parent db345fc commit c3691ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/auxiliary/scanner/ftp/ftp_login.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def run_host(ip)
8282
workspace_id: myworkspace_id
8383
)
8484
if result.success?
85-
require 'pry'
86-
binding.pry
8785
credential_core = create_credential(credential_data)
8886
credential_data[:core] = credential_core
8987
create_credential_login(credential_data)

0 commit comments

Comments
 (0)