> For the complete documentation index, see [llms.txt](https://n4shx.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n4shx.gitbook.io/wiki/schule/archiv/exploit-recherche-and-frameworks.md).

# Exploit-Recherche & Frameworks

### `searchsploit`

Zweck: bekannte Exploits zur Version suchen.

```
searchsploit samba
searchsploit tomcat
searchsploit unrealircd
```

### `Metasploit`

Zweck: Exploit-Framework.

```
msfconsole
search <dienst>
use <modul>
show options
set RHOSTS <IP>
run
```
