Exploitationexploitsbinarydatabasevulnerability

ExploitDB Binary Exploits

The Exploit Database’s archive of binary exploits. Provides searchable binary exploits from The Exploit Database.

Description

exploitdb-bin-sploits is a Kali Linux package that contains The Exploit Database's archive of binary exploits. These are pre-compiled exploit binaries stored in /usr/share/exploitdb-bin-sploits/bin-sploits/, making them readily available for security researchers and penetration testers.

The package offers a searchable collection of exploits sourced from https://www.exploit-db.com, enabling quick access to tested binary payloads for vulnerability exploitation. It is particularly useful in controlled environments for reproducing exploits or demonstrating vulnerabilities.

Installation requires approximately 1.07 GB of space and depends on kali-defaults and exploitdb-bin-sploit. The archive is maintained and updated periodically, with the latest update noted as 2025-Dec-09.

How It Works

The tool operates as a static archive of binary exploit files located at /usr/share/exploitdb-bin-sploits/bin-sploits/. The associated exploitdb-bin-sploit binary provides command-line access, including a help option (-h) that displays usage information and path details. Exploits are pre-built binaries from The Exploit Database, allowing direct execution without compilation.

Installation

bash
sudo apt install exploitdb-bin-sploits

Flags

-hDisplay help information for exploitdb-bin-sploit

Examples

Shows help output including archive description and path /usr/share/exploitdb-bin-sploits/bin-sploits/
exploitdb-bin-sploit -h
Lists the directory containing the binary exploits archive
ls /usr/share/exploitdb-bin-sploits/bin-sploits/
Searches for binary exploit files in the archive
find /usr/share/exploitdb-bin-sploits/ -name '*.bin'
Alternative help flag to view tool usage and paths
exploitdb-bin-sploit --help
Installs the package with the binary exploits archive
sudo apt install exploitdb-bin-sploits
Checks the installed size of the exploits archive (approx. 1.07 GB)
du -sh /usr/share/exploitdb-bin-sploits/
Updated 2026-04-16kali.org ↗