Land #9802, update kerberoasting setup docs

4.x
Brent Cook 2018-04-02 13:03:43 -05:00 committed by Jeffrey Martin
parent d6f23071ca
commit c3f9ee2ae3
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 7 additions and 4 deletions

View File

@ -4,10 +4,13 @@ This module will try to find Service Principal Names (SPN) that are associated w
## Verification Steps
- [ ] Install [impacket](https://github.com/CoreSecurity/impacket) library with requirements
- [ ] Have a domain user account credentials
- [ ] `./msfconsole -q -x 'use auxiliary/gather/get_user_spns; set rhosts <dc-ip> ; set smbuser <user> ; set smbpass <password> ; set smbdomain <domain> ; run'`
- [ ] Get Hashes
To avoid library/version conflict, it would be useful to have a pipenv virtual environment.
* `pipenv --two && pipenv shell`
* Follow the [impacket installation steps](https://github.com/CoreSecurity/impacket#installing) to install the required libraries.
* Have a domain user account credentials
* `./msfconsole -q -x 'use auxiliary/gather/get_user_spns; set rhosts <dc-ip> ; set smbuser <user> ; set smbpass <password> ; set smbdomain <domain> ; run'`
* Get Hashes
## Scenarios