Skip to content

Commit cd03746

Browse files
committed
upate doc
1 parent 9191af6 commit cd03746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/msf/core/exploit/remote/browser_exploit_server.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ def get_payload(cli, browser_info)
558558
# Returns an JSObfu object. A wrapper of ::Rex::Exploitation::JSObfu.new(js).obfuscate
559559
#
560560
# @param js [String] JavaScript code
561-
# @param iteration [FixNum] number of times to obfuscate
561+
# @param opts [Hash] obfuscation options
562+
# * :iterations [FixNum] Number of times to obfuscate
562563
# @return [::Rex::Exploitation::JSObfu]
563564
#
564565
def js_obfuscate(js, opts={})

0 commit comments

Comments
 (0)