Fix a typo (Html -> HTML)
git-svn-id: file:///home/svn/framework3/trunk@4171 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
45066abcd3
commit
f91a4dd9d4
|
@ -485,7 +485,7 @@ protected
|
|||
OptEnum.new('HTML::unicode', [false, 'Enable HTTP obfuscation via unicode', 'none', ['none', 'utf-16le', 'utf-16be', 'utf-16be-marker', 'utf-32le', 'utf-32be']]),
|
||||
OptEnum.new('HTML::base64', [false, 'Enable HTML obfuscation via an embeded base64 html object', 'none', ['none', 'plain', 'single_pad', 'double_pad', 'random_space_injection']]),
|
||||
OptInt.new('HTML::javascript::escape', [false, 'Enable HTML obfuscation via HTML escaping (number of iterations)', 0]),
|
||||
], Exploit::Remote::HttpServer::Html
|
||||
], Exploit::Remote::HttpServer::HTML
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue