> For the complete documentation index, see [llms.txt](https://ceh.securescape.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceh.securescape.cc/exploitation/searchsploit.md).

# Searchsploit

### Installation

{% embed url="<https://1gbits.com/blog/install-searchsploit-on-kali-linux/>" %}

```bash
git clone https://github.com/offensive-security/exploit-database.git
apt update && apt -y install exploitdb
```

### Usage

```bash
# Syntax
searchsploit [-OPTIONS] APPLICATION

# Example
searchsploit spring 3.2.2

# Download Modules
searchsploit -m NUMBER
```
