mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Phishing: Adding insecure macro config to Kali user
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user