finished writing the tool

Should be multithreaded, and fast af!
This commit is contained in:
pyro57000
2025-09-25 15:44:34 -05:00
parent 7593e66dd5
commit 39ccd95764
3 changed files with 201 additions and 61 deletions

View File

@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
colored = "3.0.0"
ldap3 = { version = "0.11.5", features = ["gssapi"] }
tokio = { version = "1.44.2", features = ["rt-multi-thread"] }