diff --git a/WAPT/control b/WAPT/control index 6f5a27c..a66ec9c 100644 --- a/WAPT/control +++ b/WAPT/control @@ -1,44 +1,44 @@ -package : comi-audit-freespace-template -version : 1.0-4 -architecture : all -section : base -priority : optional -name : Audit FreeSpace -categories : System and network -maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ -description : Audit FreeSpace -depends : -conflicts : -maturity : PROD -locale : all -target_os : all -min_wapt_version : 2.0 -sources : -installed_size : -impacted_process : -description_fr : -description_pl : -description_de : -description_es : -description_pt : -description_it : -description_nl : -description_ru : -audit_schedule : 24h -editor : -keywords : -licence : -homepage : -package_uuid : 94017ac5-23b8-4507-b73b-a0160c4bc170 -valid_from : -valid_until : -forced_install_on : -changelog : -min_os_version : -max_os_version : -icon_sha256sum : 0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a -signer : ggendron_pem -signer_fingerprint: 244cdf15fa2ea3ead58e4abf232fdf9a30a8a28a798677f71d6a3e76e65f9003 -signature_date : 2024-01-31T14:49:22.000000 -signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes -signature : nTsjYl7qAomJuOMQnYgq74jjtRwbW7kvZ0O1lHWpzz8++/fnvCQuogike/jKeTeUb/vpJM8NWeOgJM9a3XFGRqb1O9JgPlqc6nYXCEv8NS85am3pLdBody0AkzhuZscQL3NRZKVQL/F8M+6i7zEHM+h4ANKlw1vvZ1JXDU2LPpBbA4Ca4WqLvpYt9CdoyxQ+s95iIzxDvb8TqlgJkVb1jmlZBy34GLoxW/yezHORCDdNOryApWKwpSun3lAHCuy97qPS4i7+x+3JqfTMoqLK9h/4DtH4I5GhY1hZSBmx06rSVgfWqUx8AL+dHDd+eYIfaGOwv5B7sY1IV3hYVMqpkA== \ No newline at end of file +package : comi-hardening +version : 1.0-4 +architecture : all +section : base +priority : optional +name : comi-hardening +categories : System and network +maintainer : ComiTeam +description : Audit FreeSpace +depends : +conflicts : +maturity : PROD +locale : all +target_os : all +min_wapt_version : 2.0 +sources : +installed_size : +impacted_process : +description_fr : +description_pl : +description_de : +description_es : +description_pt : +description_it : +description_nl : +description_ru : +audit_schedule : 24h +editor : +keywords : +licence : +homepage : +package_uuid : 94017ac5-23b8-4507-b73b-a0160c4bc170 +valid_from : +valid_until : +forced_install_on : +changelog : +min_os_version : +max_os_version : +icon_sha256sum : 0c223120ac1a6e4cd0d0abe04cd831c7d4a4c2661947e758c0f703b656933d9a +signer : ggendron_pem +signer_fingerprint: 244cdf15fa2ea3ead58e4abf232fdf9a30a8a28a798677f71d6a3e76e65f9003 +signature_date : 2024-01-31T14:49:22.000000 +signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes +signature : nTsjYl7qAomJuOMQnYgq74jjtRwbW7kvZ0O1lHWpzz8++/fnvCQuogike/jKeTeUb/vpJM8NWeOgJM9a3XFGRqb1O9JgPlqc6nYXCEv8NS85am3pLdBody0AkzhuZscQL3NRZKVQL/F8M+6i7zEHM+h4ANKlw1vvZ1JXDU2LPpBbA4Ca4WqLvpYt9CdoyxQ+s95iIzxDvb8TqlgJkVb1jmlZBy34GLoxW/yezHORCDdNOryApWKwpSun3lAHCuy97qPS4i7+x+3JqfTMoqLK9h/4DtH4I5GhY1hZSBmx06rSVgfWqUx8AL+dHDd+eYIfaGOwv5B7sY1IV3hYVMqpkA== diff --git a/setup.py b/setup.py index 81e7997..7047571 100644 --- a/setup.py +++ b/setup.py @@ -239,9 +239,9 @@ def install(): #CIS - Ensure 'Windows Firewall: Domain: Firewall state' is set to 'On (recommended)'. run("netsh advfirewall set allprofiles state on") #CIS - Ensure 'Windows Firewall: Domain: Inbound connections' is set to 'Block (default)'. - run("netsh advfirewall firewall add rule name="BlockInbound" dir=in action=block") + run('netsh advfirewall firewall add rule name="BlockInbound" dir=in action=block') #CIS - Ensure 'Windows Firewall: Domain: Inbound connections' is set to 'Block (default)'. - run("netsh advfirewall firewall add rule name="BlockOutbound" dir=out action=allow") + run('netsh advfirewall firewall add rule name="BlockOutbound" dir=out action=allow') #CIS - Ensure 'Windows Firewall: Domain: Settings: Display a notification' is set to 'No'. run("netsh advfirewall set allprofiles settings notifications off") #CIS - Ensure 'Windows Firewall: Domain: Logging: Name' is set to '%SystemRoot%\System32\logfiles\firewall\domainfw.log'.