Skip to content

Commit 6d173c6

Browse files
committed
Updated wording
1 parent 2c86d76 commit 6d173c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/metasploit-framework.wiki/Get-Started-Writing-an-Exploit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ end
114114

115115
### Non-required fields
116116

117-
* **Stance** - The types of stances an exploit can take, such as passive or aggressive. Stances indicate whether or not the exploit triggers the exploit without waiting for one or more conditions to be met (aggressive) or whether it must wait for certain conditions to be satisfied before the exploit can be initiated (passive). Passive exploits usually would wait for interaction from a client or other entity for being able to trigger the vulnerability.
117+
* **Stance** - The types of stances an exploit can take, such as passive or aggressive. Stances indicate whether or not the module triggers the exploit without waiting for one or more conditions to be met (aggressive) or whether it must wait for certain conditions to be satisfied before the exploit can be initiated (passive). Passive exploits usually would wait for interaction from a client or other entity for being able to trigger the vulnerability.
118118

119119
* **Passive** - Either `true` or `false` indicates whether or not the exploit should be run as a background job. If for example you know the vulnerability takes an hour to trigger, setting `Passive` to `true` would be beneficial as it allows the user to continue using msfconsole while waiting for a response from the exploit.
120120

0 commit comments

Comments
 (0)