metasploit-framework/data/markdown_doc/payload_demo_template.erb

8 lines
334 B
Plaintext
Raw Normal View History

2016-02-18 06:17:32 +00:00
```
msf > use <%= mod.fullname %>
msf <%= mod.type %>(<%= mod.shortname %>) > show options
... show and set options ...
msf <%= mod.type %>(<%= mod.shortname %>) > generate
```
2016-02-19 06:13:55 +00:00
To learn how to generate <%= mod.fullname %> with msfvenom, please [read this](https://github.com/rapid7/metasploit-framework/wiki/How-to-use-msfvenom).