Skip to content

Commit 84aa9ce

Browse files
authored
Update phpmailer_arg_injection.md
Added options to the module docs for the new options
1 parent 96feb8d commit 84aa9ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

documentation/modules/exploit/multi/http/phpmailer_arg_injection.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ exploitation can take a few minutes.
1818
6. Verify the module yields a PHP meterpreter session in < 5 minutes
1919
7. Verify the malicious PHP file was automatically removed
2020

21+
## Options
22+
23+
### WaitTimeout
24+
Seconds to wait to trigger the payload
25+
### NameField
26+
Name of the element for the Name field
27+
### EmailField
28+
Name of the element for the Email field
29+
### MessageField
30+
Name of the element for the Message field
31+
2132
## Scenarios
2233

2334
Demo taken directly from [PR7768](https://github.com/rapid7/metasploit-framework/pull/7768)

0 commit comments

Comments
 (0)