{"id":42042851,"url":"https://github.com/enteee/iot-security-challenge","last_synced_at":"2026-01-26T06:02:11.172Z","repository":{"id":170453113,"uuid":"646288470","full_name":"Enteee/iot-security-challenge","owner":"Enteee","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-27T19:20:18.000Z","size":53823,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-24T19:53:31.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Enteee.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":"2023-05-27T22:33:15.000Z","updated_at":"2024-06-27T19:20:21.000Z","dependencies_parsed_at":"2024-06-21T21:23:10.479Z","dependency_job_id":null,"html_url":"https://github.com/Enteee/iot-security-challenge","commit_stats":null,"previous_names":["enteee/iot-security-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Enteee/iot-security-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enteee%2Fiot-security-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enteee%2Fiot-security-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enteee%2Fiot-security-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enteee%2Fiot-security-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enteee","download_url":"https://codeload.github.com/Enteee/iot-security-challenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enteee%2Fiot-security-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28767996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-26T06:02:08.027Z","updated_at":"2026-01-26T06:02:11.164Z","avatar_url":"https://github.com/Enteee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IoT Security\n\nWelcome to the **IoT Security** project! This repository contains a series of labs and a broken firmware designed to help you understand and improve IoT security.\n\n## Installation\n\nTo set up the development environment, run the following command in your terminal:\n\n```bash\nbash \u003c(curl -L https://tinyurl.com/3tfzhavn)\n```\n\nThis will install all necessary dependencies and tools required for the labs.\n\n## Development Environment Commands\n\nHere are some commands you can use within the development environment:\n\n* `flash`: Flash your ESP32 with clean firmware\n* `flash_erase`: Set ESP32 flash to all `0x0`\n* `upload`: Upload your MicroPython code from the `src/` directory\n* `upload_lab LABNAME`: Upload a lab called `LABNAME`\n* `fs`: Browse the filesystem on your ESP32\n* `repl_peek`: Show logs\n* `repl`: Start an interactive Read-Eval-Print Loop (REPL)\n* `devenv_help`: Print all available commands\n\n**Hint**: See [ESP32.md](ESP32.md) for an overview of the ESP32's functionality.\n\n## Working with Multiple ESP32 Devices\n\nWhen you connect two ESP32 devices to the same PC, they will be exposed as:\n  * `/dev/ttyUSB0`\n  * `/dev/ttyUSB1`\n\nYou can run any development environment commands on a specific tty by specifying it:\n\n```bash\nflash /dev/ttyUSB0\n```\n\nTo run a command on all connected ESP32 devices, use the `alltty` command:\n\n```bash\nalltty COMMAND\n```\n\nFor example, to flash firmware on all connected devices:\n\n```bash\nalltty flash\n```\n\n## Top-Level Folders and Files\n\n### `labs`\n- Contains subdirectories for various lab exercises and projects, each with their own Python scripts and initialization files.\n\n### `src`\n- Contains the main source code for the project, including various Python scripts for different functionalities and a web-related subdirectory.\n\n### `firmware`\n- Contains various firmware binaries for ESP32 and ESP32C3 microcontrollers.\n\n### `micodus`\n- Contains zipped APK files for the Micodus application, possibly for reverse engineering or analysis purposes.\n\n### `10000_common_passwords`\n- Contains a list of common passwords, likely used for security testing or password strength validation.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions or need further assistance, feel free to open an issue or contact the project maintainers.\n\nHappy hacking!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenteee%2Fiot-security-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenteee%2Fiot-security-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenteee%2Fiot-security-challenge/lists"}