Skip to content

Commit 1d748d7

Browse files
authored
Merge pull request #19807 from msutovsky-r7/typo_docs_fix
Fixed type in documentation Common Coding Mistakes
2 parents bc425a0 + 278dd00 commit 1d748d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/metasploit-framework.wiki/Common-Metasploit-Module-Coding-Mistakes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ register_options(
146146
], self.class)
147147
```
148148

149-
**8. Neglecting to use send_request_cgi()'s vars_get or vars_get when crafting a POST/GET request**
149+
**8. Neglecting to use send_request_cgi()'s vars_post or vars_get when crafting a POST/GET request**
150150

151151
```ruby
152152
data_post = 'user=jsmith&pass=hello123'
@@ -199,4 +199,4 @@ Metasploit3.new
199199
```ruby
200200
# https://github.com/rapid7/metasploit-framework/issues/3853
201201
datastore['BAD'] = 'This is bad.'
202-
```
202+
```

0 commit comments

Comments
 (0)