Skip to content

Add expdb submodule for exploit intelligence#22

Open
RndU53r wants to merge 1 commit into
SecuritySilverbacks:masterfrom
RndU53r:feat/add-expdb-submodule
Open

Add expdb submodule for exploit intelligence#22
RndU53r wants to merge 1 commit into
SecuritySilverbacks:masterfrom
RndU53r:feat/add-expdb-submodule

Conversation

@RndU53r

@RndU53r RndU53r commented Jul 14, 2026

Copy link
Copy Markdown

Summary

  • Adds RndU53r/expdb as a git submodule at expdb/ (Exploit-DB mirror + external/ CVE PoC collections)
  • Documents clone instructions with git clone --recurse-submodules and git submodule update --init --recursive
  • Adds a README section on using SearchSploit to correlate scan results with known SAP-related exploits/CVEs

Same integration pattern as sap-security-research (submodule, not vendored copy — the repo is multi-GB).

Integration method

Item Value
Path expdb/
Type Git submodule
Upstream https://github.com/RndU53r/expdb
Pinned commit 084f3f2d (main)

The submodule is not bundled into the container image (Dockerfile unchanged). Researchers initialize it locally when needed.

Test plan

  • git clone --recurse-submodules populates expdb/ after submodule init completes
  • ./expdb/searchsploit sap returns results (requires submodule checkout)
  • git submodule update --init works on an existing clone without --recurse-submodules
  • Container build remains unaffected (no Dockerfile changes)

Made with Cursor

Link RndU53r/expdb as a git submodule and document clone/submodule init
instructions so researchers can correlate scan results with Exploit-DB and
external CVE PoC collections.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant