Skip to content

Commit f7f6cff

Browse files
committed
Update xerox_workcentre_5XXX_ldap.rb
1 parent f119abb commit f7f6cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/praedasploit/xerox_workcentre_5XXX_ldap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run
5353

5454
start_listener
5555
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. :(')
5757
status = restore_ldap_server
5858
unless status
5959
print_error('Failed to restore old LDAP server. Please manually restore')
@@ -68,7 +68,7 @@ def run
6868
ldap_creds = "#{ldap_binary_creds[0]}:#{ldap_binary_creds[1]}"
6969

7070
#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}")
7272
loot_name = 'ldap.cp.creds'
7373
loot_type = 'text/plain'
7474
loot_filename = 'ldap-creds.text'

0 commit comments

Comments
 (0)