{"id":20493890,"url":"https://github.com/qeeqbox/octopus","last_synced_at":"2025-04-13T17:21:17.939Z","repository":{"id":104219061,"uuid":"368388461","full_name":"qeeqbox/octopus","owner":"qeeqbox","description":"Pure Honeypots with an automated bash script","archived":false,"fork":false,"pushed_at":"2021-09-09T01:05:22.000Z","size":67,"stargazers_count":20,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T08:11:17.530Z","etag":null,"topics":["automated","bash-script","honeypot","honeypots","linux","pure"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qeeqbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-18T03:22:01.000Z","updated_at":"2025-02-08T17:47:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d27d55f3-4691-4575-b385-a736fbb4e892","html_url":"https://github.com/qeeqbox/octopus","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/qeeqbox%2Foctopus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Foctopus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Foctopus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qeeqbox%2Foctopus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qeeqbox","download_url":"https://codeload.github.com/qeeqbox/octopus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750831,"owners_count":21155791,"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":["automated","bash-script","honeypot","honeypots","linux","pure"],"created_at":"2024-11-15T17:37:19.884Z","updated_at":"2025-04-13T17:21:17.933Z","avatar_url":"https://github.com/qeeqbox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/qeeqbox/octopus/main/readme/octopus.png\"\u003e\u003c/p\u003e\n\nPure Honeypots with an automated bash script. All honeypots are regular servers (Not emulators) with dummy settings\\configurations. And, they should log their actions into `/var/log/` folder. This folder is adjustable based on your needs.\n\nIf you are interested in emulators not servers, check out the Honeypots python package (pip3 install honeypots)\n\n## Install \u0026 setup with defualt ports\n```\ngit clone https://github.com/qeeqbox/octopus.git \u0026\u0026 cd octopus \u0026\u0026 chmod +x setup.sh\n./setup.sh \"ssh,rdp,ldap,ftp,samba,mongodb,redis,vnc\"\n```\n\n## Install \u0026 setup with ports\n```\ngit clone https://github.com/qeeqbox/octopus.git \u0026\u0026 cd octopus \u0026\u0026 chmod +x setup.sh\n./setup.sh \"ssh:22,rdp:3389\"\n```\n\n## Current Servers (10 out 41)\n- ssh using modfided version of OpenSSH\n  - Port: `22`\n  - Log file: `/var/log/auth.log`\n- ldap using slapd with custom settings\n  - Port: `389`\n  - Log file: `/var/log/ldap.log`\n- mysql using mysql-server with custom settings\n  - Port: \n  - Log file: \n- redis using redis-server with custom settings\n  - Port: `6379`\n  - Log file: `/var/log/redis-monitor.log`\n- mongodb using mongodb\n  - Port: `27017`\n  - Log file: `/var/log/mongodb/mongod.log`\n- samba using samba with custom settings\n  - Port: `445`\n  - Log file: `/var/log/smb.log`\n- ftp using vsftpd with custom settings\n  - Port: `21`\n  - Log file: `/var/log/vsftpd.log`\n- vnc using tightvncserver\n  - Port: `5900`\n  - Log folder: `/var/log/vnc`\n- rdp using xrdp with custom settings\n  - Port: `3389`\n  - Log file: `/var/log/xrdp.log`\n- http\\https using apache2 with custom settings\n  - Port: `80\\443`\n  - Log file:\n- proxy using squid with custom settings\n  - Port: `8080`\n  - Log file: `/var/log/proxy.log`\n\n## acknowledgement\nBy using this framework, you are accepting the license terms of all these packages: `OpenSSH slapd mysql-server redis-server mongodb samba vsftpd tightvncserver xrdp apache2`\n\n## Other Projects\n[![](https://github.com/qeeqbox/.github/blob/main/data/social-analyzer.png)](https://github.com/qeeqbox/social-analyzer) [![](https://github.com/qeeqbox/.github/blob/main/data/analyzer.png)](https://github.com/qeeqbox/analyzer) [![](https://github.com/qeeqbox/.github/blob/main/data/chameleon.png)](https://github.com/qeeqbox/chameleon) [![](https://github.com/qeeqbox/.github/blob/main/data/osint.png)](https://github.com/qeeqbox/osint) [![](https://github.com/qeeqbox/.github/blob/main/data/url-sandbox.png)](https://github.com/qeeqbox/url-sandbox) [![](https://github.com/qeeqbox/.github/blob/main/data/mitre-visualizer.png)](https://github.com/qeeqbox/mitre-visualizer) [![](https://github.com/qeeqbox/.github/blob/main/data/woodpecker.png)](https://github.com/qeeqbox/woodpecker) [![](https://github.com/qeeqbox/.github/blob/main/data/docker-images.png)](https://github.com/qeeqbox/docker-images) [![](https://github.com/qeeqbox/.github/blob/main/data/seahorse.png)](https://github.com/qeeqbox/seahorse) [![](https://github.com/qeeqbox/.github/blob/main/data/rhino.png)](https://github.com/qeeqbox/rhino)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeeqbox%2Foctopus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqeeqbox%2Foctopus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeeqbox%2Foctopus/lists"}