{"id":31567921,"url":"https://github.com/masterccc/esp8266_honeypot","last_synced_at":"2026-05-01T12:32:28.728Z","repository":{"id":307795456,"uuid":"1026325342","full_name":"masterccc/esp8266_honeypot","owner":"masterccc","description":"ESP8266 honeypot that emulates services to monitor and log connection attempts.","archived":false,"fork":false,"pushed_at":"2025-08-17T21:01:22.000Z","size":345,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T09:46:28.019Z","etag":null,"topics":["esp32","esp8266","honeypot","telnet","web"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masterccc.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,"zenodo":null}},"created_at":"2025-07-25T17:30:24.000Z","updated_at":"2025-08-17T21:01:25.000Z","dependencies_parsed_at":"2025-08-02T09:56:19.824Z","dependency_job_id":"db57abc8-2f97-4c58-b217-45bb26661004","html_url":"https://github.com/masterccc/esp8266_honeypot","commit_stats":null,"previous_names":["masterccc/esp8266_honeypot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/masterccc/esp8266_honeypot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterccc%2Fesp8266_honeypot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterccc%2Fesp8266_honeypot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterccc%2Fesp8266_honeypot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterccc%2Fesp8266_honeypot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masterccc","download_url":"https://codeload.github.com/masterccc/esp8266_honeypot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterccc%2Fesp8266_honeypot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["esp32","esp8266","honeypot","telnet","web"],"created_at":"2025-10-05T09:46:18.253Z","updated_at":"2026-05-01T12:32:28.716Z","avatar_url":"https://github.com/masterccc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP8266 Honeypot\n\n![Admin Interface](pictures/screenshot.png)\n![Photo](pictures/esp.jpg)\n\n## Features\n\n- Fake Telnet server (single session, drops after 10s if a new client connects)\n- Fake web server\n- Logs Telnet commands and web accesses\n- Web admin interface for log viewing/clearing, stats, and OLED control\n- OLED status display (time, stats, last event)\n- Records suspicious connections (IP, time, command)\n\n## Required Libraries\n\nInstall these libraries in the Arduino IDE Library Manager or via PlatformIO:\n\n- `ESP8266WiFi`  \n- `ESP8266WebServer`  \n- `WiFiUdp`  \n- `NTPClient`  \n- `TelnetStream`  \n- `Wire`  \n- `Adafruit_GFX`  \n- `Adafruit_SSD1306`  \n\n## Configuration\n\nEdit `config.h` with your settings:\n\n- **WiFi**\n  - `WIFI_SSID`: WiFi network name\n  - `WIFI_PASSWD`: WiFi password\n\n- **Network**\n  - `localIP`, `gateway`, `subnet`, `dns`: static IP configuration\n\n- **Web \u0026 Telnet**\n  - `PORT_WEB_ADMIN`: admin web server port (e.g., 8080)\n  - `PORT_WEB_HONEYPOT`: fake web server port (e.g., 80)\n  - `PORT_TELNET`: telnet port (e.g., 23)\n  - `HTTP_AUTH_USERNAME`, `HTTP_AUTH_PASSWD`: web admin credentials\n\n- **NTP**\n  - `NTP_POOL`: NTP pool server\n  - `NTP_SHIFT`: time zone offset\n  - `NTP_UPDATE_DELAY`: NTP update interval\n\n- **Misc**\n  - `CMD_BLACKLIST`, `WEB_BLACKLIST`: ignored commands/URLs for logs\n  - `DISPLAY_UPDATE_INTERVAL`: OLED refresh rate\n\n## Installation\n\n1. Set up your parameters in `config.h`.\n2. Flash the firmware to an ESP8266.\n3. Access the admin web interface on the configured port.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterccc%2Fesp8266_honeypot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterccc%2Fesp8266_honeypot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterccc%2Fesp8266_honeypot/lists"}