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.
2 parents 3b0a01e + 1b3bc87 commit 70f74abCopy full SHA for 70f74ab
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