When I try to create a New Target, I get this error:
Failed to find port_list '33d0cd82-57c6-11e1-8ed1-406186ea4fc5'
Any ideas? The setup is running on Docker and is newly configured
When I try to create a New Target, I get this error:
Failed to find port_list '33d0cd82-57c6-11e1-8ed1-406186ea4fc5'
Any ideas? The setup is running on Docker and is newly configured
I have the same issue on Kali Linux, i don’t know if it works for docker but i will tell you wath i do for solve it
My error was Failed to find port_list '4a717fe-57d2-11e1-9a26-406186ea4fc5w”
So we need to find the real UID, to do that put this command
sudo -u _gvm gvmd --get-users --verbose | grep admin | awk '{print $2}'
it will give you the NewUID
Replace the UID with this command
sudo -u _gvm gvmd --modify-setting 78eceaec-3385-11ea-b237-28d24461215b –value NewUID
Let me know if it works for you