mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
typo fix
This commit is contained in:
@@ -23,6 +23,7 @@ class chroot_debootstrap::install {
|
||||
provider => 'shell',
|
||||
creates => "$chroot_dir/usr/bin/ncat",
|
||||
path => ['/bin', '/usr/bin', '/usr/sbin', '/sbin',],
|
||||
logoutput => 'true',
|
||||
} ->
|
||||
|
||||
file_line { "${chroot_dir}_chroot_proc":
|
||||
|
||||
@@ -5,10 +5,10 @@ class nc_backdoor_chroot_esc::install {
|
||||
$strings_to_leak = $secgen_parameters['strings_to_leak']
|
||||
$leaked_filenames = $secgen_parameters['leaked_filenames']
|
||||
|
||||
ensure_pacakge("nmap")
|
||||
ensure_package("nmap")
|
||||
case $operatingsystemrelease {
|
||||
/^(10).*/: { # do buster stuff
|
||||
ensure_pacakge("ncat")
|
||||
ensure_package("ncat")
|
||||
}
|
||||
}
|
||||
# run on each boot via cron
|
||||
|
||||
Reference in New Issue
Block a user