forked from NH-RED-TEAM/RustHound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (29 loc) · 848 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
authors = ["g0h4n <[email protected]>"]
name = "rusthound"
description = "Active Directory data collector for Bloodhound written in rust."
keywords = ["bloodhound", "pentest", "ldap", "tokio", "async"]
repository = "https://github.com/OPENCYBER-FR/RustHound"
homepage = "https://github.com/OPENCYBER-FR/RustHound"
documentation = "https://docs.rs/rusthound/"
version = "1.0.2"
edition = "2018"
license = "MIT"
readme = "README.md"
[dependencies]
tokio = "1.1"
ldap3 = {version = "0.10.5", default-features = false, features = ["tls-rustls","gssapi"]}
trust-dns-resolver = "0.22"
serde_json = {version = "1.0.32", features = ["preserve_order"]}
clap = "2.33"
nom = "6.2.1"
colored = "2"
chrono = "0.4"
bitflags = "1.0"
regex = "1"
env_logger = "0.9"
log = "0.4"
lazy_static = "1.4.0"
zip="0.6.2"
ascii = "1.0.0"
indicatif = "0.17.1"