aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26docs: explain vendored crates rationale and regenerationDanilo M.1-0/+34
Add a Vendored Crates section to the root README covering why Rust packages ship a vendored tarball (SBo builds run offline in a clean chroot) and how to regenerate it reproducibly with cargo-vendor-filterer and SOURCE_DATE_EPOCH. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26feroxbuster: switch vendor tarball to reproducible tar.gzDanilo M.3-4/+21
Regenerate the vendored crates with cargo-vendor-filterer and a SOURCE_DATE_EPOCH pinned to the release tag commit date, producing a byte-for-byte reproducible tar.gz. Update the second source URL and MD5SUM_x86_64 accordingly, unpack .tar.gz in the SlackBuild, and document the exact generation command in the package README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: put /opt/rust/bin on PATH instead of sourcing profile scriptDanilo M.2-6/+8
rust-opt installs its toolchain under /opt/rust/bin and ships no /etc/profile.d script, so the previous conditional source was a no-op and -stable kept falling back to the old system cargo. Prepend /opt/rust/bin to PATH directly when present. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: build against rust-opt for -stable compatibilityDanilo M.3-1/+14
System cargo on Slackware -stable cannot read the v4 Cargo.lock. Add rust-opt to REQUIRES and source its profile script when present so the newer cargo is used; no-op on -current. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25docs: document git hooks and SBO_ARCHIVE usageDanilo M.2-0/+46
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25hooks: let SBO_ARCHIVE env answer post-commit archive promptDanilo M.1-8/+17
SBO_ARCHIVE=yes|no skips the TTY prompt so agents and scripts can answer non-interactively. Empty/unset keeps the interactive behavior. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: add doinst.sh to handle .new config fileDanilo M.2-0/+15
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25extras: add SBo git hooks (pre-commit sbolint, post-commit archive)Danilo M.2-0/+141
Versioned source of truth for the hooks installed in .git/hooks/. Reinstall after reclone with: cp .extras/hooks/* .git/hooks/ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25nvchecker: remove powershell stanzaDanilo M.1-6/+0
Package was removed in f67c2df. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25feroxbuster: add version 2.13.1Danilo M.6-0/+201
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-13Updated metasploit-framework to latest releaseDanilo M.3-5/+5
2026-04-30removed: powershellDanilo M.5-117/+1
2026-04-30Update: nuclei 3.8.0Danilo M.3-5/+5
2026-04-30Update: exploitdb 2026_04_30Danilo M.3-5/+5
2026-04-30Update: metasploit-framework v6.4.131Danilo M.3-5/+5
2026-04-08exploitdb: update to 2026-04-07Danilo M.4-5/+7
2026-04-04fixed image link in README.mdDanilo M.2-1/+2
2026-04-04README.md: update metasploit-framework version to 6.4.126Danilo M.1-1/+1
2026-04-04metasploit-framework: update to 6.4.126Danilo M.2-4/+4
2026-04-03remove hydra and nessus packagesDanilo M.14-466/+0
Both are already maintained on SBo and identical to upstream. Remove package directories and clean up README and nvchecker.toml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03add CLAUDE.md and AGENTS.md; fix READMEDanilo M.3-3/+482
- Add CLAUDE.md with repo conventions and build strategy docs - Add AGENTS.md with mandatory workflows for AI agents - Fix nuclei SBo availability (❎ → ✅) - Remove stale hydra note (SBo has been updated to 9.6) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-03moved all packages to the root of the repositoryDanilo M.65-2/+0
2026-03-24Updated README and nvchecker filesDanilo M.2-0/+8
2026-03-24added Nessus packagedanix6-0/+280
2026-03-24updated README and nvchecker fileDanilo M.2-3/+21
2026-03-24updated metasploit package to latest version.danix2-5/+5
2026-03-24updated SecLists packagedanix2-5/+5
2026-03-23Added cadaver and powershell SlackBuildsdanix8-0/+249
new file: SlackBuilds/cadaver/README new file: SlackBuilds/cadaver/cadaver.SlackBuild new file: SlackBuilds/cadaver/cadaver.info new file: SlackBuilds/cadaver/slack-desc new file: SlackBuilds/powershell/README new file: SlackBuilds/powershell/powershell.SlackBuild new file: SlackBuilds/powershell/powershell.info new file: SlackBuilds/powershell/slack-desc
2026-03-18updated entries in readme, nvchecker and setup script.Danilo M.3-5/+10
2026-03-18added webshells packagedanix4-0/+111
2026-03-17list expanded with latest entries.Danilo M.2-0/+22
2026-03-17added Hydra from SlackBuild repository. Source updated to latest 9.6 versiondanix6-0/+172
2026-03-17Merge branch 'main' of github:danixland/Slackware-Pentesting-Suitedanix2-1/+29
2026-03-17fixed link for nuclei executabledanix2-2/+2
2026-03-13fixed error in README.Danilo M.1-1/+1
2026-03-13updated nvchecker.toml and added list of packages to README.Danilo M.2-0/+28
2026-03-13Added nuclei.danix9-0/+260
2026-03-12Added the windows-binaries SlackBuilddanix5-0/+115
2026-03-12added version check for windows-binaries packageDanilo M.1-0/+10
2026-03-12Added nvchecker config file with entries for all packages upstream sourcesDanilo M.1-0/+31
2026-03-12Updated script: setup.shDanilo M.1-2/+16
2026-03-11removed msfupdate scripts because they rely on debian utilities to workdanix3-14/+0
2026-03-11Added metasploit framework build script. It's a repackage of the official ↵danix9-0/+493
Rapid7 debian package.
2026-03-11fixed ffuf.SlackBuilddanix1-1/+1
2026-03-11Added SecLists and changed permissions to all SlackBuilds to 755danix7-0/+115
2026-03-11setup is not yet ready.danix1-0/+5
2026-03-11Added exploitdb, ffuf, gobuster to SlackBuilds directorydanix13-0/+452
2026-03-10added logoDanilo M.2-0/+2
2026-03-10Initial commit. Added READMEsDanilo M.3-2/+15
2026-03-10Initial commitDanilo Macrì2-0/+341