Skip to content

CyberSocket/VigilSSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VigilSSH

Find someones ip by making them ssh into a fake vps

1. Clone the repository

git clone https://github.com/CyberSocket/VigilSSH
cd VigilSSH

2. Install dependencies

npm install

3. Configure the application

  • Open config.yml and adjust settings such as:

    • webPort → port to access the web interface
    • webPass → password for the web interface
    • Any other SSH honeypot settings you want

4. Generate the SSH host key

ssh-keygen -f host.key -N ""

5. Start the honeypot

node index.js

6. Access the web interface

Once a client connects, open your browser:

http://<VPS_IP>:<webPort>?authorization=<webPass>

This will show connection details

About

Find someones ip by making them ssh into a fake vps

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages