Quiet Hosts Calculator Added
This commit is contained in:
+2
-2
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user