From 25742bd9efc32de82eeeeaba0f4b8976c169e7ce Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 8 Aug 2026 13:03:32 +0200 Subject: repo: move packages under their SBo category Mirror SBo's own // layout instead of a flat / one. The category is now carried by the directory, so there's no separate map to maintain, and a package exports to the SBo repo at the identical relative path. misc: SecLists, exploitdb, nuclei games: UrbanTerror network: feroxbuster, ffuf, gobuster, metasploit-framework-bin, r8125 Categories taken from the synced SBo tree, which is authoritative. This also repairs two things the flat layout had broken: - test-build's category_of() returned "." for every package, since it derives the category from the parent directory name. - post-commit asserted a fixed depth. It now locates a build by the directory holding the .SlackBuild, and names the archive after the package with the package dir at the tarball root, as SBo expects. Drops the exec bit from SecLists.SlackBuild and gobuster.SlackBuild, flagged by sbolint once the pre-commit hook started running: SBo requires 0644 and ships both that way. --- misc/exploitdb/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/exploitdb/README (limited to 'misc/exploitdb/README') diff --git a/misc/exploitdb/README b/misc/exploitdb/README new file mode 100644 index 0000000..30c295c --- /dev/null +++ b/misc/exploitdb/README @@ -0,0 +1,20 @@ +The Exploit Database official repository + +The Exploit Database is an archive of public exploits and corresponding +vulnerable software, developed for use by penetration testers and +vulnerability researchers. + +Its aim is to serve as the most comprehensive collection of exploits, +shellcode and papers gathered through direct submissions, mailing +lists, and other public sources, and present them in a +freely-available and easy-to-navigate database + +This package contains also the binary exploits distribution which is +around 1.1GB in size so it will produce a fairly large package. + +NOTE: +This package contains dangerous software, you don't want to have it on +your publicly reachable server on the internet. Exercise caution when +operating with vulnerable software and always ask for permission before +testing this software on someone else's machine. + -- cgit v1.2.3