Use desired [at] format for email

unstable
Jon Hart 2012-01-30 08:21:58 -08:00
parent 5294fb57a4
commit 1b03a48540
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Metasploit3 < Msf::Post
'Name' => 'Linux Gather credentials saved for mount.smbfs',
'Description' => %q{Post Module to obtain credentials saved for mount.smbfs in /etc/fstab on a Linux system},
'License' => MSF_LICENSE,
'Author' => [ 'Jon Hart <jhart@spoofed.org>'],
'Author' => [ 'Jon Hart <jhart[at]spoofed.org>'],
'Platform' => [ 'linux' ],
'SessionTypes' => [ 'shell' ]
))