diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-25 17:23:10 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-25 17:23:10 +0200 |
| commit | dfd66b467a1913aa54b7c84505c94689b7d4bab2 (patch) | |
| tree | 1df7484b396e3c87714fcc51570fff2674d65d33 /feroxbuster/README | |
| parent | 1d7d456871658db14b97b61adc1c52a7c4a1aa5e (diff) | |
| download | slackware-pentesting-suite-dfd66b467a1913aa54b7c84505c94689b7d4bab2.tar.gz slackware-pentesting-suite-dfd66b467a1913aa54b7c84505c94689b7d4bab2.zip | |
feroxbuster: add version 2.13.1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'feroxbuster/README')
| -rw-r--r-- | feroxbuster/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/feroxbuster/README b/feroxbuster/README new file mode 100644 index 0000000..7c1956c --- /dev/null +++ b/feroxbuster/README @@ -0,0 +1,23 @@ +feroxbuster is a fast, simple, recursive content discovery tool written +in Rust. It performs forced browsing, brute forcing URLs with a wordlist +to enumerate unlinked content (directories, files, backups, and similar +resources) that a web application does not reference but still serves. + +This package is x86_64 only. + +Because SlackBuilds.org build hosts have no network access at build +time, this script does not let cargo fetch crates from the network. +Instead, a prebuilt vendored-crates tarball +(feroxbuster-$VERSION-vendor.tar.xz) is downloaded as a second source +and extracted alongside the upstream source. The build then runs cargo +in fully offline mode against those vendored crates. The vendored +tarball is generated from the upstream Cargo.lock at the matching +release tag, so the dependency set is reproducible. + +The sample configuration is installed to: + /etc/feroxbuster/ferox-config.toml.new +Rename it to ferox-config.toml to use it (it is shipped as .new so your +edits are never overwritten on upgrade). + +Shell completions for bash, fish, and zsh are installed if present in +the upstream release tree. |
