Skip to content

Commit d102223

Browse files
author
Tod Beardsley
committed
Add Rafay's blog as a reference
1 parent c9f43e7 commit d102223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/gather/android_browser_new_tab_cookie_theft.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def initialize(info={})
3434
'References' =>
3535
[
3636
# the patch, released against 4.3 AOSP in February 2014
37-
['URL', 'https://android.googlesource.com/platform/packages/apps/Browser/+/d2391b492dec778452238bc6d9d549d56d41c107%5E%21/#F0']
37+
['URL', 'https://android.googlesource.com/platform/packages/apps/Browser/+/d2391b492dec778452238bc6d9d549d56d41c107%5E%21/#F0'],
38+
['URL', 'http://www.rafayhackingarticles.net/2014/12/android-browser-cross-scheme-data.html']
3839
],
3940
'DefaultAction' => 'WebServer'
4041
))

0 commit comments

Comments
 (0)