Skip to content

Commit 8c3d4c8

Browse files
committed
Spelling tweak.
1 parent 35c9a13 commit 8c3d4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/apple_safari_webarchive_uxss.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def initialize(info = {})
4949
OptString.new('FILENAME', [ true, 'The file name.', 'msf.webarchive']),
5050
OptString.new('URLS', [ true, 'A space-delimited list of URLs to UXSS (eg http://rapid7.com http://example.com']),
5151
OptString.new('URIPATH', [false, 'The URI to receive the UXSS\'ed data', '/grab']),
52-
OptString.new('DOWNLOAD_PATH', [ true, 'The path to download the webarhive.', '/msf.webarchive']),
52+
OptString.new('DOWNLOAD_PATH', [ true, 'The path to download the webarchive.', '/msf.webarchive']),
5353
OptString.new('URLS', [ true, 'The URLs to steal cookie and form data from.', '']),
5454
OptString.new('FILE_URLS', [false, 'Additional file:// URLs to steal.', '']),
5555
OptBool.new('STEAL_COOKIES', [true, "Enable cookie stealing.", true]),

0 commit comments

Comments
 (0)