Skip to content

Commit 127d164

Browse files
committed
Print password
1 parent b35a893 commit 127d164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/auxiliary/gather/xerox_pwd_extract.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def run
4242
remove
4343

4444
if passwd
45+
print_good("#{rhost}:#{rport} - Password found: #{passwd}")
46+
4547
loot_name = 'xerox.password'
4648
loot_type = 'text/plain'
4749
loot_filename = 'xerox-password.text'

0 commit comments

Comments
 (0)