Skip to content

Instantly share code, notes, and snippets.

View Hackndo's full-sized avatar
🤛
Hacking

Pixis Hackndo

🤛
Hacking
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hackndo on github.
  • I am pixis (https://keybase.io/pixis) on keybase.
  • I have a public key ASBIDPC8WO7r72XQIXv7LRf4DMlheVlEV5niwvKY3tQ4fwo

To claim this, I am signing this object:

@Hackndo
Hackndo / users_to_own.py
Created March 26, 2021 09:17
Generate a BloodHound query to set users as owned from a usernames file
import argparse
import os
import logging
import sys
parser = argparse.ArgumentParser(
prog='users_to_owned',
description='Generate a Neo4J request to own a list of users'
)