Skip to content

Commit 788e315

Browse files
author
Tod Beardsley
committed
Fix msftidy warnings
1 parent 8d73794 commit 788e315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/gather/android_browser_new_tab_cookie_theft.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -16,7 +16,7 @@ def initialize(info={})
1616
super(update_info(info,
1717
'Name' => 'Android Browser "Open in New Tab" Cookie Theft',
1818
'Description' => %q{
19-
In Android (AOSP)'s Browser application and WebView component the
19+
In Android (AOSP)'s Browser application and WebView component the
2020
"open in new tab" functionality allows a file URL to be opened. On
2121
versions of Android before 4.4, the path to the sqlite cookie
2222
database could be specified. By saving a cookie containing a <script>

0 commit comments

Comments
 (0)