{"id":17293033,"url":"https://github.com/macmod/vnchoneypot","last_synced_at":"2025-03-26T19:23:45.280Z","repository":{"id":88881605,"uuid":"142335985","full_name":"Macmod/VNCHoneypot","owner":"Macmod","description":"Very simple VNC honeypot.","archived":false,"fork":false,"pushed_at":"2018-07-25T18:16:32.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T01:07:23.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Macmod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-25T18:00:45.000Z","updated_at":"2024-04-19T14:18:07.000Z","dependencies_parsed_at":"2023-06-12T23:15:38.613Z","dependency_job_id":null,"html_url":"https://github.com/Macmod/VNCHoneypot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macmod%2FVNCHoneypot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macmod%2FVNCHoneypot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macmod%2FVNCHoneypot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Macmod%2FVNCHoneypot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Macmod","download_url":"https://codeload.github.com/Macmod/VNCHoneypot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245719451,"owners_count":20661264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T10:45:03.040Z","updated_at":"2025-03-26T19:23:45.259Z","avatar_url":"https://github.com/Macmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VNCHoneypot\n\nThis repository *is not* a fully functioning VNC honeypot.\n\nThis repository is a tutorial and set of scripts needed to make a very simple VNC honeypot.\n\n# Tutorial\n\n1. Setup a virtualbox VM.\n2. Enable bridging in virtualbox.\n3. Setup [static IP](https://superuser.com/questions/456057/static-ip-for-ubuntu-server-in-virtualbox-using-bridged-adapter) in guest.\n4. Install x11vnc in guest.\n5. Run in guest:\n```bash\n$ sudo x11vnc -nopw -forever -shared -dontdisconnect \u0026\n```\n6. Run in host (in separate windows):\n\nTo forward your machine's port 5900 to the guest:\n```bash\n$ ./forward.sh \u003cGUEST STATIC IP\u003e\n```\n\nTo dump all traffic on port 5900:\n```bash\n$ sudo ./tcpdump.sh log.cap\n```\n\nTo open a live log of connections to port 5900:\n```bash\n$ ./live-log.sh\n```\n\nOnce you have a logfile, you can check source IPs with:\n```bash\n$ ./get-src-ips.sh log.cap\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmod%2Fvnchoneypot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacmod%2Fvnchoneypot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmod%2Fvnchoneypot/lists"}