Find someones ip by making them ssh into a fake vps
git clone https://github.com/CyberSocket/VigilSSH
cd VigilSSHnpm install-
Open
config.ymland adjust settings such as:webPort→ port to access the web interfacewebPass→ password for the web interface- Any other SSH honeypot settings you want
ssh-keygen -f host.key -N ""node index.jsOnce a client connects, open your browser:
http://<VPS_IP>:<webPort>?authorization=<webPass>
This will show connection details