8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
|
```
|
||
|
msf > use <%= mod.fullname %>
|
||
|
msf <%= mod.type %>(<%= mod.shortname %>) > show options
|
||
|
... show and set options ...
|
||
|
msf <%= mod.type %>(<%= mod.shortname %>) > generate
|
||
|
```
|
||
|
|
||
|
To learn how to generate <%= mod.shortname %> with msfvenom, please [read this](https://github.com/rapid7/metasploit-framework/wiki/How-to-use-msfvenom).
|