Skip to content

Commit 15f04ca

Browse files
committed
Log an error when kerberoasting fails
1 parent 2ba2d79 commit 15f04ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/gather/kerberoast.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def run_ldap
110110
end
111111
end
112112
if hashes.empty?
113+
print_error('No hashes were obtained from kerberoasting.')
113114
return
114115
end
115116

0 commit comments

Comments
 (0)