Last changes on #RustHound π¦ ingestor for #BloodHound
ποΈ Zip function fixed for Windows and bigest json files
βοΈ AllowToAct relation made
βοΈ AllowToDelegate relation made
π― New progression bar (thanks @barney)
Tips how to compile RustHound:
π§΅1/4 π¦ Making Windows static version from Linux
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
make windows
ls target/x86_64-pc-windows-gnu/release/rusthound.exe
π§΅2/4 π¦ Making Linux-musl static version
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
make linux_musl
ls target/x86_64-unknown-linux-musl/release/rusthound
π§΅3/4 π¦ Making release binary for Linux from Linux
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/OPENCYBER-FR/RustHound
cd RustHound
cargo b --release
ls target/release/rusthound
π§΅4/4 π¦ Installing rusthound from cargo on your system
curl https://sh.rustup.rs -sSf | sh
cargo install rusthound
rusthound -h
https://github.com/OPENCYBER-FR/RustHound
v1.0.6
#infosec #redteam #blueteam #pentest #activedirectory
Example is done on the #GOADv2 implemented by @Mayfly
https://github.com/Orange-Cyberdefense/GOAD