Fix distcc vuln by installing telnet

This commit is contained in:
Z. Cliffe Schreuders
2024-09-12 08:53:35 +01:00
parent 9b050911dd
commit 8bc626475e

View File

@@ -3,4 +3,7 @@ class distcc_exec::install{
ensure => installed,
install_options => ['--allow-unauthenticated'],
}
# MSF default cmd exploit requires telnet
ensure_packages('telnet')
}