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
#RustHound #bloodhound #infosec #redteam #blueteam #pentest #activedirectory #goadv2