Skip to content

Instantly share code, notes, and snippets.

View robotshell's full-sized avatar
🏠
Working from home

Robotshell robotshell

🏠
Working from home
View GitHub Profile
@seajaysec
seajaysec / customqueries.json
Last active June 19, 2024 11:21
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",