Updated Common Metasploit Module Bad Coding Practice (markdown)

This commit is contained in:
wchen-r7
2013-01-31 00:53:14 -08:00
parent ac781ed391
commit 9195aeb1bb
@@ -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