# 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
```
