Skip to content

Commit

Permalink
Fix: auxiliary/kerberos_enumusers stops after first match
Browse files Browse the repository at this point in the history
  • Loading branch information
layderv committed Nov 5, 2019
1 parent f4cea61 commit 5ce731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/gather/kerberos_enumusers.rb
Expand Up @@ -93,7 +93,7 @@ def report_cred(opts)
address: opts[:host],
port: opts[:port],
protocol: 'udp',
workspace_id: myworkspace.id,
workspace_id: myworkspace_id,
service_name: opts[:creds_name]
}

Expand Down

0 comments on commit 5ce731e

Please sign in to comment.