Update email address to use desired [at] format

unstable
Jon Hart 2012-01-30 08:05:08 -08:00
parent 37d467ea79
commit 16610d8852
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Metasploit3 < Msf::Post
'Name' => 'UNIX Gather credentials saved in .netrc files',
'Description' => %q{Post Module to obtain credentials saved for FTP and other services in .netrc},
'License' => MSF_LICENSE,
'Author' => [ 'Jon Hart <jhart@spoofed.org>' ],
'Author' => [ 'Jon Hart <jhart[at]spoofed.org>' ],
'Platform' => [ 'bsd', 'linux', 'osx', 'unix' ],
'SessionTypes' => [ 'shell' ]
))