Add documentation for auxiliary/scanner/http/tomcat_enum

Also fix a typo in normalizer
bug/bundler_fix
wchen-r7 2016-03-07 15:39:15 -06:00
parent d859194e4e
commit c2f99b559c
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ module Msf
elsif mod.kind_of?(Msf::Payload)
load_template(mod, PAYLOAD_DEMO_TEMPLATE)
elsif mod.kind_of?(Msf::Auxiliary::Scanner)
load_template(mod, AUXILIARY_SCANNER_TEMPLATE)
load_template(mod, AUXILIARY_SCANNER_DEMO_TEMPLATE)
elsif is_remote_exploit?(mod)
load_template(mod, REMOTE_EXPLOIT_DEMO_TEMPLATE)
else

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Auxiliary
File.join(Msf::Config.data_directory, "wordlists", "tomcat_mgr_default_users.txt") ]),
], self.class)
deregister_options('PASSWORD','PASS_FILE','USERPASS_FILE','USER_AS_PASS','STOP_ON_SUCCESS','BLANK_PASSWORDS','USERNAME')
deregister_options('PASS_FILE','USERPASS_FILE','USER_AS_PASS','STOP_ON_SUCCESS','BLANK_PASSWORDS')
end
def has_j_security_check?