MariusVinaschi / Auto-Scan

Automate Auxiliary Module in Metasploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to run on Mac due to common used port 5000

nekopoolgithub opened this issue · comments

Dear Marius,

On Mac, port 5000 is commonly used by AirPlay hence not available.
Woud help if you could update ./docker-compose.yml the following line:

api :
container_name: backend
hostname: backend
build: ./backend
ports :
- 5000:5000

Replace by the following for example:

api :
container_name: backend
hostname: backend
build: ./backend
ports :
- 5001:5000

Thanks a lot,

T.

You can also disable AirPlay receiver at settings