Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
RustHound-CE — Active Directory data ingestor for BloodHound Community Edition written in Rust. 🦀 | Kitploit
工具/GitHubGitHub/g0h4n/rusthound-ce
ReconnaissanceInformation GatheringPenetration TestingRed Teaming
GitHubg0h4n/rusthound-ce

RustHound-CE

Active Directory data ingestor for BloodHound Community Edition written in Rust. 🦀

查看仓库
5595013小时15分前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
内容在请求的语言中不可用。显示英文版本。

rusthound-ce logo


RustHound-CE is a cross-platform and cross-compiled BloodHound collector tool written in Rust, making it compatible with Linux, Windows, and macOS. It therefore generates all the JSON files that can be analyzed by BloodHound Community Edition. This version is only compatible with BloodHound Community Edition. The version compatible with BloodHound Legacy can be found on NeverHack's github.

RustHound was created during my years as a pentester at Armature Technologies, renamed later Opencyber then NeverHack. I would like to thanks NeverHack for giving me time to research and develop the original RustHound project, which is still available on their github. We've decided to continue working together to contribute to both versions. This one will remain compatible with the community edition, and the NeverHack version with the Legacy version of BloodHound.

  • HELP.md - How to compile it? How to install it? How to use it?
  • CHANGELOG.md - A record of all significant version changes
  • ROADMAP.md - List of planned evolutions
  • CONTRIBUTING.md - How to contribute to the project
  • LINKS.md - Useful resources

Quick usage

Compilation

This project can be compiled directly from make command like:

root@kitploit:~
# Compile it for your current system
make release
# Compile it for Windows
make windows

Or using docker like below:

root@kitploit:~
docker build --rm -t rusthound-ce .

# Then
docker run --rm -v $PWD:/usr/src/rusthound-ce rusthound-ce help
docker run --rm -v $PWD:/usr/src/rusthound-ce rusthound-ce release
docker run --rm -v $PWD:/usr/src/rusthound-ce rusthound-ce windows
docker run --rm -v $PWD:/usr/src/rusthound-ce rusthound-ce linux

Installation

Crates.io Version Crates.io Total Downloads

Make sure the required dependencies are installed.

root@kitploit:~
# Install and/or update RustHound-CE from cargo command
cargo install rusthound-ce

Usage

Here's an example of a command to collect domain objects and obtain the zip archive containing the json files to be imported into BloodHound CE:

root@kitploit:~
rusthound-ce -d DOMAIN.LOCAL -u [email protected] -z

More information and examples with how to compile RustHound-CE or how to use RustHound-CE can be found directly on the help page.

Special thanks to

IppSec

下载工具