Skip to content

Instantly share code, notes, and snippets.

View robotshell's full-sized avatar
👽
Hacking

Robotshell robotshell

👽
Hacking
View GitHub Profile
@seajaysec
seajaysec / customqueries.json
Last active February 12, 2025 16:58
bloodhound custom queries
{
"queries": [{
"name": "List all owned users",
"queryList": [{
"final": true,
"query": "MATCH (m:User) WHERE m.owned=TRUE RETURN m"
}]
},
{
"name": "List all owned computers",