We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e737b13 commit 1b3bc87Copy full SHA for 1b3bc87
modules/post/windows/gather/forensics/browser_history.rb
@@ -25,7 +25,9 @@ def initialize(info={})
25
Gathers Skype chat logs, Firefox history, and Chrome history data from the target machine.
26
},
27
'License' => MSF_LICENSE,
28
- 'Author' => [ 'Joshua Harper (@JonValt) <josh at radixtx dot com>' ],
+ 'Author' => [
29
+ 'Joshua Harper <josh[at]radixtx.com>' # @JonValt
30
+ ],
31
'Platform' => %w{ win },
32
'SessionTypes' => [ 'meterpreter' ]
33
))
0 commit comments