π¦ RustHound: Active Directory data collector for BloodHound written in rust
π Undetected by anti-virus software
π compile for any platform β Linux,Windows,mac
https://github.com/OPENCYBER-FR/RustHound
https://www.opencyber.com/rusthound-data-collector-for-bloodhound-written-in-rust/
#infosec #appsec #rustlang #rust #rustaceans #rustdev #rusthound #rustprogramming
#infosec #appsec #rustlang #rust #rustaceans #rustdev #RustHound #rustprogramming
RT @g0h4n_0
πADCS module for #RustHound π¦is out (v1.1.0)
βοΈ Collect CA and Templates for @ly4k_ BloodHound version
βοΈ Or like #Certipy collect CA and Templates for official BloodHound version
https://github.com/OPENCYBER-FR/RustHound#module-adcs-collector
#RustHound #certipy #infosec #pentest #activedirectory #adcs
π ADCS module for #RustHound π¦ is out (v1.1.0)
βοΈ Collect CA and Templates for @ly4k BH version
βοΈ Or like Certipy collect CA and Templates for official BH version
https://github.com/OPENCYBER-FR/RustHound#module-adcs-collector
π§΅ Example for @ly4k BloodHound version:
https://github.com/ly4k/BloodHound
rusthound.exe -d essos.local -f meereen -o output -z --adcs
π§΅ Example for official BloodHoundAD version:
https://github.com/BloodHoundAD/BloodHound
rusthound.exe -d essos.local -f meereen -o output -z --adcs --old-bloodhound
π§΅ Examples are done on the GOADv2
Thanks to @Mayfly for the lab!
https://github.com/Orange-Cyberdefense/GOAD
π§΅ Special thanks to @ly4k for your work on Certipy!
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
Hi! I share with you #RustHoundπ¦. A new AD collector written in #Rust for #BloodHound!
It is cross-platform, cross-compiled and generates all json files needed.
Hope you will enjoy it! Any feedback will be appreciated. π