cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 493 forks source link

why nessus service #89

Closed Yaoxiao1 closed 1 year ago

Yaoxiao1 commented 1 year ago

I cloned this repo and build a local docker image, after running it with -p 3001:3000 I use nmap localhost and find the servcie name of this port is nessus,

PORT      STATE SERVICE  
22/tcp    open  ssh  
80/tcp    open  http  
3001/tcp  open  nessus  

I just wonder why this service, because I scan all the code and not found anything about nessus

cogentapps commented 1 year ago

nmap is just guessing the name of the service from the port number, since you’re running the app9s server on a port more commonly used by another application (nessus).