{"id":21149185,"url":"https://github.com/alexfrancow/mini-cactus","last_synced_at":"2026-05-07T05:35:52.818Z","repository":{"id":107289253,"uuid":"264709580","full_name":"alexfrancow/mini-Cactus","owner":"alexfrancow","description":":cactus: mini-Cactus discovery, at the moment it's just a PoC.","archived":false,"fork":false,"pushed_at":"2020-08-16T15:48:20.000Z","size":253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T00:30:04.690Z","etag":null,"topics":["arduino","big-data","cactus","cpp","esp8266","mac-address","multithreading","network-discovery","nodemcu","python3","serial-communication","wardriving","wifi-security"],"latest_commit_sha":null,"homepage":"","language":"C++","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/alexfrancow.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":"2020-05-17T16:27:10.000Z","updated_at":"2023-01-10T03:21:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c037819-470b-4ac8-834b-9421cfd39139","html_url":"https://github.com/alexfrancow/mini-Cactus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexfrancow/mini-Cactus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfrancow%2Fmini-Cactus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfrancow%2Fmini-Cactus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfrancow%2Fmini-Cactus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfrancow%2Fmini-Cactus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexfrancow","download_url":"https://codeload.github.com/alexfrancow/mini-Cactus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexfrancow%2Fmini-Cactus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32724804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["arduino","big-data","cactus","cpp","esp8266","mac-address","multithreading","network-discovery","nodemcu","python3","serial-communication","wardriving","wifi-security"],"created_at":"2024-11-20T09:32:51.546Z","updated_at":"2026-05-07T05:35:52.786Z","avatar_url":"https://github.com/alexfrancow.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mini-Cactus\n:cactus: mini-Cactus discovery it's a WiFi Cactus low cost version with ESP8266 devices, at the moment it's just a PoC.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"images/01.jpg\" height=\"215\" width=\"175\" /\u003e\u003c/p\u003e\n\n[![](https://img.shields.io/badge/twitter-@alexfrancow-00aced?style=flat-square\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/alexfrancow) [![](https://img.shields.io/badge/linkedin-@alexfrancow-0084b4?style=flat-square\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/alexfrancow)\n\n## Requirements\n\nYou must install the USB to UART driver:\n- https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers\n\n## Multi-Threading\n\n```python\n\ndef av_arduino(coms):\n    av_coms = []\n    while True:\n        for com in coms:\n            ser.port = com\n            if ser.is_open == True:\n                continue\n            else:\n                av_coms.append(com)\n        if av_coms:\n            break\n        else:\n            time.sleep(5)\n            continue\n    av_com = random.choice(av_coms)\n    return av_com\n    \nssids = [\"MOYOXXL 2.0\", \"_ONOWiFi\", \"_ONOWiFiXXX\"]\nfor ssid in ssids:\n    av_com = av_arduino(coms)\n    print(\"Random:\", av_com)\n    if av_com:\n        thread_with_args = Thread(target=use_arduino, args=(av_com, ssid))\n        thread_with_args.start()\n        thread_with_args.join()\n        time.sleep(5)\n```\n\n## TODO\n\n- Multithreading ESP8266 devices :white_check_mark:\n- Info gathering with port scanning \n- WPS - Pixie Dust Attack\n- Web Interface (?)\n- BD to Pandas and send it to Kibana\n- Evil twin mode\n- Improve the code (C++ and Python)\n- LCD eyes\n- 3D printed case\n- Drone PoC (?)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfrancow%2Fmini-cactus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexfrancow%2Fmini-cactus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfrancow%2Fmini-cactus/lists"}