{"id":19954092,"url":"https://github.com/gh0st3rs/iot_detector","last_synced_at":"2025-05-03T19:32:00.282Z","repository":{"id":134567869,"uuid":"244599606","full_name":"GH0st3rs/iot_detector","owner":"GH0st3rs","description":"Multithreaded scanner for detecting IoT devices","archived":true,"fork":false,"pushed_at":"2023-11-04T01:20:27.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T15:25:57.836Z","etag":null,"topics":["golang","iot","request-validation","scanner"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/GH0st3rs.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}},"created_at":"2020-03-03T09:53:16.000Z","updated_at":"2024-08-04T14:31:00.000Z","dependencies_parsed_at":"2023-06-19T01:35:41.141Z","dependency_job_id":"7bd14dea-d76b-4dd2-b4dd-c27c0703c2e5","html_url":"https://github.com/GH0st3rs/iot_detector","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/GH0st3rs%2Fiot_detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GH0st3rs%2Fiot_detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GH0st3rs%2Fiot_detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GH0st3rs%2Fiot_detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GH0st3rs","download_url":"https://codeload.github.com/GH0st3rs/iot_detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252242055,"owners_count":21717099,"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":["golang","iot","request-validation","scanner"],"created_at":"2024-11-13T01:18:54.277Z","updated_at":"2025-05-03T19:31:59.973Z","avatar_url":"https://github.com/GH0st3rs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iot_detector\nA multithreaded scanner for detecting IoT devices, which allows you to identify a device on the Internet based on a specific request to it. This allows you to more accurately determine the device and avoid false positives or honeypot\n\n\u003e Note: It's better to split the input list by 150k lines\n\n## Usage\n```bash\nUsage of ./iot_detector:\n  -a    Auto URL scheme\n  -l string\n        List of ip,port\n  -p string\n        Ports to scan (e.g. 22,80,443,1000-2000)\n  -r string\n        Json request file\n  -t int\n        Thread count (default 1000)\n  -v    Verbose\n```\n\n\n## JSON request format\n```json\n{\n    \"path\": \"/cgi-bin/target.cgi\",\n    \"method\": \"POST\",\n    \"headers\": {\n        \"Content-Type\": \"text/xml; charset=utf-8\",\n        \"X-Requested-With\": \"XMLHttpRequest\"\n    },\n    \"data\": \"action=get_device_info\u0026method=1\",\n    \"search\": \"\u003cDeviceName\u003eDIR-123\u003c/DeviceName\u003e\"\n}\n```\n\n* `path` - A specific URL, when accessed, returns the model or version of the device\n* `method` - Request method GET or POST\n* `headers` - Request header\n* `data` - Post request body\n* `search` - Success detection pattern\n\n\n## Run or install\n```bash\n$ go build .\n$ ./iot_detector ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh0st3rs%2Fiot_detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh0st3rs%2Fiot_detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh0st3rs%2Fiot_detector/lists"}