File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
The following is the recommended format for module documentation.
2
2
But feel free to add more content/sections to this.
3
-
3
+ One of the general ideas behind these documents is to help someone troubleshoot the module if it were to stop
4
+ functioning in 5+ years, so giving links or specific examples can be VERY helpful.
4
5
5
6
## Vulnerable Application
6
7
7
- Instructions to get the vulnerable application.
8
+ Instructions to get the vulnerable application. If applicable, include links to the vulnerable install files,
9
+ as well as instructions on installing/configuring the environment if it is different than a standard install.
10
+ Much of this will come from the PR, and can be copy/pasted.
8
11
9
12
## Verification Steps
10
13
11
- Example steps in this format:
14
+ Example steps in this format (is also in the PR) :
12
15
13
16
1 . Install the application
14
17
2 . Start msfconsole
@@ -20,7 +23,7 @@ But feel free to add more content/sections to this.
20
23
21
24
** Option name**
22
25
23
- Talk about what it does, and how to use it appropriately.
26
+ Talk about what it does, and how to use it appropriately. If the default value is likely to change, include the default value here.
24
27
25
28
## Scenarios
26
29
You can’t perform that action at this time.
0 commit comments