Default to 0
parent
046045c608
commit
a9420befa4
|
@ -83,7 +83,7 @@ module Msf
|
|||
register_advanced_options([
|
||||
OptString.new('CookieName', [false, "The name of the tracking cookie", DEFAULT_COOKIE_NAME]),
|
||||
OptString.new('CookieExpiration', [false, "Cookie expiration in years (blank=expire on exit)"]),
|
||||
OptInt.new('JsObfuscate', [false, "Number of times to obfuscate JavaScript"])
|
||||
OptInt.new('JsObfuscate', [false, "Number of times to obfuscate JavaScript", 0])
|
||||
], Exploit::Remote::BrowserExploitServer)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue