fixed typos

This commit is contained in:
=
2025-09-15 17:07:01 -04:00
parent 1dc6977d57
commit 99b13bb67f
3 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -34,8 +34,8 @@ dotenv.load_dotenv()
#Constants
url = os.getenv('url')
bad_publisher_list = ["Brave","Zoom", "GlavSoft", "VNC"]
pups = ["logmein", "invalid"]
badpathparts = ["users", "wwwroot", "windows\\temp", "windows\\task", "windows\\system32", "startup", "windows\\fonts", "Recycle.Bin", "AppData", "programdata"]
pups = ["logmein", "invalid" , "nmap"]
badpathparts = ["users", "wwwroot", "windows\\temp", "windows\\task", "windows\\system32", "startup", "windows\\fonts", "Recycle.Bin", "AppData", "programdata", "Solarwinds", "kaseya", "Windows\\assembly", "WindowsPowerShell\\Modules"]
path_exclusion_constant = 4
min_files_for_path = 4
threat_tolerance_constant = 4
@@ -209,10 +209,10 @@ def menu_prepare_to_enforce():
elif choice == "2":
if not os.path.exists(f"parquet\\execution_history_{first_policy}.parquet"):
utils.policyfunctions.getPolicyInfo(url, first_policy, 60)
utils.policyfunctions.getPolicyInfo(url, first_policy, 150)
if not os.path.exists(f"parquet\\execution_history_{second_policy}.parquet"):
utils.policyfunctions.getPolicyInfo(url, second_policy, 60)
utils.policyfunctions.getPolicyInfo(url, second_policy, 150)
if not os.path.exists(f"parquet\\combined_hashlist_{first_policy}_{second_policy}.parquet"):
utils.hashfunctions.combineHashes(url, first_policy, second_policy)