Skip to content

Steve0ro/Bloodhound-Queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Older Bloodhound queries to BloodhoundCE Script

  • Needed to work the json data and bash script. The whole reason for this script was due to the original script and JQ command not working for me.

  • JQ command that worked for me:

jq '[.queries[] | {name: .name, query: .queryList[0].query}] | map(select(.name != null and .query != null))' customqueries.json > cleaned_customqueries.json

How to use?

Make sure Bloodhound-CE is up and running, admin password is set.

Run:

python3 bloodhound_upload.py -f JSON/cleaned_customqueries.json -u admin -p 'p@ssword123!!'

About

Clean up older bloodhound queries, upload new queries via API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages