-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
In the env/netsecenv_conf.yaml file, the known_services in Attacker: {192.168.1.3: [Local system, lanman server, 10.0.19041, False], 192.168.1.4: [Other system, SMB server, 21.2.39421, False]} will cause an exception in the if data.lower() == "random": function in the read_agents_known_services function of utils/utils.py, because data is a list and does not have a lower() method.
eldraco
Metadata
Metadata
Assignees
Labels
No labels