2016-02-26 20:30:12 +00:00
|
|
|
The following is the recommended format for module documentation.
|
|
|
|
But feel free to add more content/sections to this.
|
2017-02-28 02:08:18 +00:00
|
|
|
One of the general ideas behind these documents is to help someone troubleshoot the module if it were to stop
|
|
|
|
functioning in 5+ years, so giving links or specific examples can be VERY helpful.
|
2016-02-26 20:30:12 +00:00
|
|
|
|
2016-02-26 20:18:24 +00:00
|
|
|
## Vulnerable Application
|
|
|
|
|
2017-02-28 02:08:18 +00:00
|
|
|
Instructions to get the vulnerable application. If applicable, include links to the vulnerable install files,
|
|
|
|
as well as instructions on installing/configuring the environment if it is different than a standard install.
|
|
|
|
Much of this will come from the PR, and can be copy/pasted.
|
2016-02-26 20:24:24 +00:00
|
|
|
|
2016-02-26 20:18:24 +00:00
|
|
|
## Verification Steps
|
|
|
|
|
2017-02-28 02:08:18 +00:00
|
|
|
Example steps in this format (is also in the PR):
|
2016-02-26 20:24:24 +00:00
|
|
|
|
|
|
|
1. Install the application
|
|
|
|
2. Start msfconsole
|
|
|
|
3. Do: ```use [module path]```
|
|
|
|
4. Do: ```run```
|
|
|
|
5. You should get a shell.
|
|
|
|
|
2016-02-26 20:18:24 +00:00
|
|
|
## Options
|
|
|
|
|
2016-02-26 20:24:24 +00:00
|
|
|
**Option name**
|
|
|
|
|
2017-02-28 02:08:18 +00:00
|
|
|
Talk about what it does, and how to use it appropriately. If the default value is likely to change, include the default value here.
|
2016-02-26 20:24:24 +00:00
|
|
|
|
2016-02-26 20:18:24 +00:00
|
|
|
## Scenarios
|
|
|
|
|
2017-06-01 01:22:44 +00:00
|
|
|
### Version of software and OS as applicable
|
|
|
|
|
2016-03-05 21:17:19 +00:00
|
|
|
Specific demo of using the module that might be useful in a real world scenario.
|
2016-02-26 20:24:24 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
code or console output
|
|
|
|
```
|
2016-02-26 20:43:53 +00:00
|
|
|
|
|
|
|
For example:
|
|
|
|
|
|
|
|
To do this specific thing, here's how you do it:
|
|
|
|
|
|
|
|
```
|
|
|
|
msf > use module_name
|
|
|
|
msf auxiliary(module_name) > set POWERLEVEL >9000
|
|
|
|
msf auxiliary(module_name) > exploit
|
|
|
|
```
|