tab fix
git-svn-id: file:///home/svn/framework3/trunk@12901 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1a1b89e59d
commit
fbe81ed82a
|
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Post
|
||||||
super( update_info( info,
|
super( update_info( info,
|
||||||
'Name' => 'Enumerate cron jobs on linux',
|
'Name' => 'Enumerate cron jobs on linux',
|
||||||
'Description' => %q{
|
'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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
|
@ -80,4 +80,4 @@ class Metasploit3 < Msf::Post
|
||||||
return output
|
return output
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue