Astra Kernel :verified: · @AstraKernel
692 followers · 728 posts · Server infosec.exchange

πŸ¦€ RustHound: Active Directory data collector for BloodHound written in rust

πŸ‘‰ Undetected by anti-virus software
πŸ‘‰ compile for any platform – Linux,Windows,mac

github.com/OPENCYBER-FR/RustHo

opencyber.com/rusthound-data-c

#infosec #appsec #rustlang #rust #rustaceans #rustdev #RustHound #rustprogramming

Last updated 3 years ago

Swissky :verified: · @swissky
764 followers · 110 posts · Server infosec.exchange

RT @g0h4n_0
πŸ“œADCS module for πŸ¦€is out (v1.1.0)

βš™οΈ Collect CA and Templates for @ly4k_ BloodHound version
βš™οΈ Or like collect CA and Templates for official BloodHound version

github.com/OPENCYBER-FR/RustHo

#RustHound #certipy #infosec #pentest #activedirectory #adcs

Last updated 3 years ago

g0h4n :rust: · @g0h4n
49 followers · 4 posts · Server infosec.exchange

πŸ“œ ADCS module for πŸ¦€ is out (v1.1.0)

βš™οΈ Collect CA and Templates for @ly4k BH version
βš™οΈ Or like Certipy collect CA and Templates for official BH version

github.com/OPENCYBER-FR/RustHo

🧡 Example for @ly4k BloodHound version:

github.com/ly4k/BloodHound
rusthound.exe -d essos.local -f meereen -o output -z --adcs

🧡 Example for official BloodHoundAD version:

github.com/BloodHoundAD/BloodH
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!
github.com/Orange-Cyberdefense

🧡 Special thanks to @ly4k for your work on Certipy!

#RustHound

Last updated 3 years ago

g0h4n :rust: · @g0h4n
49 followers · 4 posts · Server infosec.exchange

Last changes on πŸ¦€ ingestor for

πŸ—‚οΈ 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 sh.rustup.rs -sSf | sh
git clone github.com/OPENCYBER-FR/RustHo
cd RustHound
make windows
ls target/x86_64-pc-windows-gnu/release/rusthound.exe

🧡2/4 πŸ¦€ Making Linux-musl static version

curl sh.rustup.rs -sSf | sh
git clone github.com/OPENCYBER-FR/RustHo
cd RustHound
make linux_musl
ls target/x86_64-unknown-linux-musl/release/rusthound

🧡3/4 πŸ¦€ Making release binary for Linux from Linux

curl sh.rustup.rs -sSf | sh
git clone github.com/OPENCYBER-FR/RustHo
cd RustHound
cargo b --release
ls target/release/rusthound

🧡4/4 πŸ¦€ Installing rusthound from cargo on your system

curl sh.rustup.rs -sSf | sh
cargo install rusthound
rusthound -h

github.com/OPENCYBER-FR/RustHo
v1.0.6

Example is done on the implemented by @Mayfly
github.com/Orange-Cyberdefense

#RustHound #bloodhound #infosec #redteam #blueteam #pentest #activedirectory #goadv2

Last updated 3 years ago

g0h4n :rust: · @g0h4n
49 followers · 4 posts · Server infosec.exchange

Hi! I share with you πŸ¦€. A new AD collector written in for !
It is cross-platform, cross-compiled and generates all json files needed.

Hope you will enjoy it! Any feedback will be appreciated. 😌

github.com/OPENCYBER-FR/RustHo

#RustHound #rust #bloodhound

Last updated 3 years ago