attack_range
attack_range copied to clipboard
Local VMs cannot be stopped
Hey there
When I try to stop the local attack range with python attack_range.py stop, the following error occurs:
Traceback (most recent call last):
File "/home/....../git_tools/attack_range/attack_range.py", line 235, in
Im just adding that i have the same problem, both stop and run commands return errors like the one described above.
hi, goto line 93 in attack_range.py and change from controller.stop(instance_ids) to controller.stop()
I think the issue is that if the instance_ids are "empty" it is still set to the Datatype "None" (which is not "null/empty") and then passed as 2nd argument to the VagrantController
same issue here
Thank you for reporting it. Yes it was a feature developed for the Attack Range in AWS and Azure but we forgot to add the logic to vagrant. Fix will be pushed soon.