kerberoast icon indicating copy to clipboard operation
kerberoast copied to clipboard

Kerberoast attack -pure python-

Results 7 kerberoast issues
Sort by recently updated
recently updated
newest added

Does this thing really work? Whatever I tried InitializeSecurityContext never return something which looks like AP_REQ. Tried in two different setups, and always had 1.2.840.113554.1.2.2.3 structure with realm + domain...

Exception handling wasn't enabled when saving kerberoast ldap output to file. I replicated the exception handling used when printing output to screen.

krbtgt account not filtered out when pulling kerberoast hashes. Its unlikely that the krbtgt would be manually set and therefore somewhat of waisted cycles which is why most tools exclude...

erberoast ldap spn Traceback (most recent call last): File "/usr/local/bin/kerberoast", line 33, in sys.exit(load_entry_point('kerberoast==0.2.0', 'console_scripts', 'kerberoast')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/kerberoast", line 25, in importlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202,...

Attempting to spnroast through Socsk5 Proxy with the following command/URL: ``` sudo kerberoast spnroast 'kerberos+password://\:@/?proxytype=socks5&proxyhost=127.0.0.1&proxyport=4444' -t kerberoastable_spn_users.txt -o kerberoast.hashes ``` Receiving the following error: ``` Traceback (most recent call last):...

Hi, I ran `pipx install kerberoast`, which I believe installs from PyPI. The minikerberos library changes breaks the current Release version 0.2.0. Can you please create another release with the...