[package]
edition = "2021"
name = "pathbuster"
version = "0.5.6"
authors = [
"zoid",
"<krypt0mux@gmail.com>",
]
build = false
include = [
"src/**",
"/README.md",
"LICENSE*",
"examples/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A path-normalization pentesting tool."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ethicalhackingplayground/pathbuster"
[lib]
name = "pathbuster"
path = "src/lib.rs"
[[bin]]
name = "pathbuster"
path = "src/main.rs"
[[example]]
name = "library_scan"
path = "examples/library_scan.rs"
[[example]]
name = "library_scan_filters"
path = "examples/library_scan_filters.rs"
[[example]]
name = "library_scan_inline"
path = "examples/library_scan_inline.rs"
[[example]]
name = "library_scan_skip_validation"
path = "examples/library_scan_skip_validation.rs"
[[example]]
name = "raw_request_advanced"
path = "examples/raw_request_advanced.rs"
[[example]]
name = "wordlist_manipulation"
path = "examples/wordlist_manipulation.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.colored]
version = "2.0.0"
[dependencies.difference]
version = "2.0.0"
[dependencies.distance]
version = "0.4.0"
[dependencies.futures]
version = "0.3.26"
[dependencies.futures-util]
version = "0.3.26"
[dependencies.governor]
version = "0.5.1"
[dependencies.indicatif]
version = "0.17.3"
[dependencies.itertools]
version = "0.10.5"
[dependencies.rainbowcoat]
version = "0.1.0"
[dependencies.regex]
version = "1.7.3"
[dependencies.reqwest]
version = "0.11.14"
features = [
"native-tls",
"blocking",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.spmc]
version = "0.3.0"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
version = "^1.2.0"
features = ["full"]
[dependencies.tokio02]
version = "0.2"
features = ["full"]
package = "tokio"
[dependencies.wappalyzer]
version = "0.1.0"
[target."cfg(unix)".dev-dependencies.pprof]
version = "0.13"
features = ["flamegraph"]