Correct name: PAYLOAD_DEMO_TEMPLATE

bug/bundler_fix
wchen-r7 2016-03-05 00:42:36 -06:00
parent f4866fd5f0
commit c811ed8d60
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ module Msf
elsif mod.kind_of?(Msf::Post)
load_template(mod, POST_DEMO_TEMPLATE)
elsif mod.kind_of?(Msf::Payload)
load_template(mod, PAYLOAD_TEMPLATE)
load_template(mod, PAYLOAD_DEMO_TEMPLATE)
elsif mod.kind_of?(Msf::Auxiliary::Scanner)
load_template(mod, AUXILIARY_SCANNER_TEMPLATE)
elsif is_remote_exploit?(mod)