mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Fix distcc vuln by installing telnet
This commit is contained in:
@@ -3,4 +3,7 @@ class distcc_exec::install{
|
||||
ensure => installed,
|
||||
install_options => ['--allow-unauthenticated'],
|
||||
}
|
||||
|
||||
# MSF default cmd exploit requires telnet
|
||||
ensure_packages('telnet')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user