Basic Search:
```bash
searchsploit "linux Kernel"
searchsploit apache mod_ssl
```
Paste the exploit in current directory:
```bash
searchsploit -m 7618
```
Show complete path:
```bash
searchsploit -p 7618[.c]
```
Open vi to inspect the exploit:
```bash
searchsploit -x 7618[.c]
```
Search vulns inside an nmap xml result:
```bash
searchsploit --nmap file.xml
```