Files
metasploit-gs/data/markdown_doc/evasion_demo_template.erb
T
2018-08-31 11:45:29 -05:00

6 lines
179 B
Plaintext

```
msf > use <%= mod.fullname %>
msf <%= mod.type %>(<%= mod.shortname %>) > show options
... show and set options ...
msf <%= mod.type %>(<%= mod.shortname %>) > exploit
```