git-svn-id: file:///home/svn/framework3/trunk@12901 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-06-10 05:19:09 +00:00
parent 1a1b89e59d
commit fbe81ed82a
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class Metasploit3 < Msf::Post
super( update_info( info,
'Name' => 'Enumerate cron jobs on linux',
'Description' => %q{
This module lists cron jobs for each user on the machine and saves it to loot.
This module lists cron jobs for each user on the machine and saves it to loot.
},
'License' => MSF_LICENSE,
'Author' =>
@ -80,4 +80,4 @@ class Metasploit3 < Msf::Post
return output
end
end
end