Phishing: Adding insecure macro config to Kali user

This commit is contained in:
thomashaw
2024-11-26 13:37:29 +00:00
parent 50b661f80b
commit 99791fdbf5

View File

@@ -79,7 +79,15 @@ class phish_victim_bot::install {
}
}
}->
file { "/home/kali/.config/libreoffice/4/user/registrymodifications.xcu":
ensure => present,
owner => "kali",
group => "kali",
mode => '0600',
source => 'puppet:///modules/phish_victim_bot/libreoffice-macros-registrymodifications.xcu',
}
file { '/opt/mailreader/':
ensure => directory,
owner => 'root',