diff --git a/Common-Metasploit-Module-Bad-Coding-Practice.md b/Common-Metasploit-Module-Bad-Coding-Practice.md index 6e5c103b45..75e912847d 100644 --- a/Common-Metasploit-Module-Bad-Coding-Practice.md +++ b/Common-Metasploit-Module-Bad-Coding-Practice.md @@ -11,7 +11,7 @@ Note: Some of these examples use puts() for demo purposes, but you should always 5. Using exception handling to shut an error up 6. Not taking advantage of the 'ensure' block 7. Adding the 'VERBOSE' option -8. Avoid using send_request_cgi() when crafting a POST request +8. Avoid using 'vars_post' for send_request_cgi() when crafting a POST request 9. Bad variable naming style 10. Using global variables