enum_linux isn't in the framework anymore. Instead of we use enum_network, enum_system, and enum_users_history

This commit is contained in:
sinn3r 2012-03-14 16:36:43 -05:00
parent c38aaede03
commit 26ebe53ff7
1 changed files with 3 additions and 4 deletions

View File

@ -64,11 +64,10 @@ else
modules_lin = [
'post/linux/gather/hashdump',
'post/osx/gather/hashdump',
'post/linux/gather/enum_network',
'post/linux/gather/enum_system',
'post/linux/gather/enum_users_history',
'post/linux/gather/checkvm',
'post/linux/gather/enum_cron',
'post/linux/gather/enum_linux',
'post/linux/gather/enum_packages',
'post/linux/gather/enum_services',
'post/osx/gather/enum_osx'
]
end