Quiet Hosts Calculator Added

This commit is contained in:
2025-09-26 16:18:53 -04:00
parent b82b4a0f1b
commit 8462e3adf5
3 changed files with 109 additions and 23 deletions
+2 -2
View File
@@ -80,7 +80,7 @@ def menu_main():
ct.displayIntro();
print(ct.colorText("1. 🖥️ - Get All Events for Single Device", "yellow"))
print(ct.colorText("2. 🎫 - OTP", "yellow"))
print(ct.colorText("3. ⏱️ - Placeholder", "yellow"))
print(ct.colorText("3. 🔇 - Find Quiet Hosts", "yellow"))
print(ct.colorText("4. 🔒 - Prepare Policy For Enforcement", "yellow"))
print(ct.colorText("5. 🔄 - Update Audit Policies from Enforcement Policies", "yellow"))
print(ct.colorText("6 🔍 - Device Search", "yellow"))
@@ -92,7 +92,7 @@ def menu_main():
elif choice == "2":
menu_otp()
elif choice == "3":
pass
utils.clientfunctions.findQuietAgents(url)
elif choice == "4":
utils.policyfunctions.prepare_to_enforce(url, bad_publisher_list, pups, badpathparts, threat_tolerance_constant, path_exclusion_constant, min_files_for_path)
elif choice == "5":