Skip to content

Commit c03c427

Browse files
committed
Set the ticket storage so KrbCacheMode is used
1 parent 34be81d commit c03c427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/gather/kerberoast.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ def roast(roasted, spn)
151151
username: username,
152152
password: password,
153153
framework: framework,
154-
framework_module: framework_module
154+
framework_module: framework_module,
155+
ticket_storage: kerberos_ticket_storage
155156
)
156157

157158
# Get a TGT - allow getting from cache

0 commit comments

Comments
 (0)