I faced some issue while setting up the project.The python src/scanner.py command was not running properly it shows some error I will attach the screenshot below according to the README.MD file in github I install all the dependencies and start running Port Scanner Via Terminal as mentioned below.
- The first step is Open terminal and type npm install: This will install the dependencies (Express).
- In the same terminal and type npm start: This will start multiple servers within the given range.
- Open another terminal and type python src/scanner.py: Enter localhost or 127.0.0.1. It will scan all the ports and print the open ports. At this step I got stuck it shows some error in my terminal and not working properly according to the documentation.