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