[package]
license = "MIT OR Apache-2.0"
name = "ghosthound"
version = "0.1.2"
edition = "2024"
description = "GhostHound CLI: Orchestrates AD Tombstone discovery and OpenGraph generation"
repository = "https://github.com/JVBotelho/ghosthound"
readme = "../../README.md"
[dependencies]
ad-tombstone = { version = "0.1.2", path = "../ad-tombstone" }
bloodhound-opengraph = { version = "0.1.2", path = "../bloodhound-opengraph" }
clap = { version = "4.6.2", features = ["derive", "env"] }
ldap3 = "0.12.1"
native-tls = { version = "0.2", features = ["vendored"] }
rpassword = "7.4"
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"] }
zeroize = "1.8"