-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception while calling proto_flow() on target dc01: 'NoneType' object is not subscriptable #243
Comments
An interesting development: I tried bloodhound-python to collect data and that is also failing. This could mean the problem is on the box's side.
Here's the error trying bloodhound-python. |
I had the same error yesterday while running bloodhound against the DC02 (WINTERFELL) of the GOAD lab, but not against DC01 or DC03, i will try to dig into it, but maybe its related to bloodhound itself |
As this is also applicable to the bloodhound-python project could you also open up an issue on dirk-jan's repository? |
Sure, I will. Thanks for taking the time! |
Describe the bug
While using the ldap module of nxc with kerberos, the mentioned error occurs. I tried it:
--kdcHost
flagFirst I was trying the bloodhound module and it failed in the step of getting a TGT. So I thought maybe that's where the bug is, so I got the TGT myself with impacket toolkit and exported it in the KRB5CCNAME and then tried using the
use-kcache
flag to use the cached TGT but the same error occured again.Note: This box requires you to use kerberos with ldap module. Maybe this info will help somehow.
To Reproduce
Steps to reproduce the behavior i.e.:
Command:
netexec ldap dc01 -u 'ldap_monitor' -p '1GR8t@$$4u' --bloodhound -k -ns 10.129.229.114 --collection ALL --kdcHost dc01
Resulted in:
This same error occurs using the following command after getting and exporting the TGT myself.
netexec ldap dc01 -u 'ldap_monitor' -p '1GR8t@$$4u' --bloodhound -k -ns 10.129.229.114 --collection ALL --use-kcache --kdcHost dc01
Expected behavior
The commands should go and grab TGT and then do the collection and zip them.
NetExec info
The text was updated successfully, but these errors were encountered: