File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/scanner/praedasploit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def run
53
53
54
54
start_listener
55
55
unless @data
56
- print_error ( 'Failed to start listiner or the printer did not send us the creds . :(' )
56
+ print_error ( 'Failed to start listiner or the printer did not send us the credentials . :(' )
57
57
status = restore_ldap_server
58
58
unless status
59
59
print_error ( 'Failed to restore old LDAP server. Please manually restore' )
@@ -68,7 +68,7 @@ def run
68
68
ldap_creds = "#{ ldap_binary_creds [ 0 ] } :#{ ldap_binary_creds [ 1 ] } "
69
69
70
70
#Woot we got creds so lets save them.#
71
- print_good ( "The following creds were capured : #{ ldap_creds } " )
71
+ print_good ( "The following credential were captured : #{ ldap_creds } " )
72
72
loot_name = 'ldap.cp.creds'
73
73
loot_type = 'text/plain'
74
74
loot_filename = 'ldap-creds.text'
You can’t perform that action at this time.
0 commit comments