Update msfvenom.md

Fixed the payload listing command
This commit is contained in:
3isenHeiM 2022-11-10 09:24:36 +00:00 committed by GitHub
parent 24710ab8bc
commit 18ee7dd460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ One can also use the `-a` to specify the architecture or the `--platform`
# Listing
```bash
msfvenom -l #Payloads
msfvenom -l payloads #Payloads
msfvenom -l encoders #Encoders
```