Skip to content

Commit 8d73794

Browse files
committed
Add hint for exploit on old devices.
1 parent e45af90 commit 8d73794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/android_browser_new_tab_cookie_theft.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info={})
4242
register_options([
4343
OptString.new('COOKIE_FILE', [
4444
true,
45-
'The cookie file on the device.',
45+
'The cookie file (on older 2.x devices this is "webview.db")',
4646
'webviewCookiesChromium.db'
4747
])
4848
], self.class)

0 commit comments

Comments
 (0)