-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
bloodhound-python: add page #15553
base: main
Are you sure you want to change the base?
bloodhound-python: add page #15553
Conversation
Lgtm |
- Save the output files as a compressed ZIP archive: | ||
|
||
`bloodhound-python --collectionmethod All --username {{username}} --password {{password}} --domain {{domain}} --zip` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give a path for the ZIP archive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, yes. But it's done with another flag --outputprefix {{filename}}.
It outputs with a timestamp_XYZ.json file normally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! I have one suggestion. Also, it this tool linux-only? If not, we should put it into the common
directory.
`bloodhound-python --collectionmethod All --kerberos --domain {{domain}}` | ||
|
||
- Authenticate using NTLM hashes instead of a password: | ||
|
||
`bloodhound-python --collectionmethod All --username {{username}} --hashes {{LM:NTLM}} --domain {{domain}}` | ||
|
||
- Specify a custom name server for DNS queries: | ||
|
||
`bloodhound-python --collectionmethod All --username {{username}} --password {{password}} --domain {{domain}} --nameserver {{nameserver}}` | ||
|
||
- Save the output files as a compressed ZIP archive: | ||
|
||
`bloodhound-python --collectionmethod All --username {{username}} --password {{password}} --domain {{domain}} --zip` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we should put All
in a placeholder, like {{All}}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it should be {{ALL}}.
Also, it's a Python tool so it could be moved to common.
common
,linux
,osx
,windows
,sunos
,android
, etc.