Default to 0

bug/bundler_fix
sinn3r 2014-09-20 21:39:20 -05:00
parent 046045c608
commit a9420befa4
1 changed files with 1 additions and 1 deletions

View File

@ -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