aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26extras: add -h/--help to mksboarchiveDanilo M.1-2/+18
Print usage and exit 0 on -h/--help; usage now explains OUTPUT and the symlink stripping. Run with no args still prints usage on stderr and exits 2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26extras: add mksboarchive helper to build SBo tarballs on demandDanilo M.1-0/+28
mksboarchive <package> builds the same <package>.tar.gz the post-commit hook produces, but on demand by name. It validates the package, strips any sbodl source symlinks, and archives to $OUTPUT (default: CWD). Documented in the root README. 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-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.1-0/+6
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-04-03remove hydra and nessus packagesDanilo M.1-10/+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-03moved all packages to the root of the repositoryDanilo M.3-0/+104