{"id":17998109,"url":"https://github.com/cookiengineer/infiltrator","last_synced_at":"2025-07-25T16:34:10.867Z","repository":{"id":142748925,"uuid":"136669306","full_name":"cookiengineer/infiltrator","owner":"cookiengineer","description":":satellite: Infiltrating wireless networks autonomously","archived":false,"fork":false,"pushed_at":"2018-07-05T17:11:27.000Z","size":2526,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T06:30:05.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/cookiengineer.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":"2018-06-08T21:54:12.000Z","updated_at":"2024-10-24T11:00:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad17d3d6-7cc9-4554-b61f-8bf24cb45a5a","html_url":"https://github.com/cookiengineer/infiltrator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cookiengineer/infiltrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Finfiltrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Finfiltrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Finfiltrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Finfiltrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cookiengineer","download_url":"https://codeload.github.com/cookiengineer/infiltrator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookiengineer%2Finfiltrator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267030659,"owners_count":24024231,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2024-10-29T21:24:02.652Z","updated_at":"2025-07-25T16:34:10.797Z","avatar_url":"https://github.com/cookiengineer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Instructions\n\n## 1. Generate Offline Map\n\nInstall the `mobac` (Mobile Atlas Creator) on your system and\nfollow the [MOBAC Guide](./guide/MOBAC.md). After you've done\nthat, continue here.\n\n\n## 2. Integrate Offline Map\n\nCreate the `map/\u003cname\u003e/meta.json` file with the following structure,\nwhile replacing it with the correct values. Note that the `name` in\nin the JSON file has to be identical as the named folder.\n\nSet the `center` of the map to the geolocation center of the city\nyou already exported into the OSM Map before. You can search that\nvia Google by entering \"geolocation \u003cCity\u003e\".\n\nSet the `zoom` to the minimum and maximum value of the zoom levels\nthat are also contained in the map's `Manifest.txt` file and that\nyou previously selected while generating the Offline Map.\n\n```json\n{\n\t\"name\": \"\u003cname\u003e\",\n\t\"center\": [\n\t\t50.0001,\n\t\t13.3337\n\t],\n\t\"zoom\": [\n\t\t13,\n\t\t16\n\t]\n}\n```\n\n\n## 3. Import Wigle Wifi Data\n\nOn your smartphone, open up the `Wigle` app and go to `Database` and\npress the `CSV EXPORT DB` button. This might take a while depending\non how many Wi-Fis you've logged already.\n\nTransfer the file to your computer and move it to the `./map` folder,\nso that it is located at `./map/WigleWifi*.csv`.\n\n\n## 4. Run ./bin/configure.js\n\nThe configure script will now import the Offline Map and the Wigle log,\nand generate the ready-to-use application. This might also take a while,\nas it has to process every single log entry line-by-line (and recorrect\nprevious log entries thereof).\n\nAfterwards there should be a `wifi.json` file existing in every `./map/\u003cname\u003e`\nfolder containing a large JSON with the recorrected point of interests.\n\n\n## 5. Start the App\n\nNow you can just startup a web server to serve the `/path/to/infiltrator`\nroot folder and you can visit the web app. Note that it must load a shitload\nof images, so try testing it locally first.\n\n```bash\ncd /path/to/infiltrator;\n\npython -m http.server 1337;\n```\n\nEt voila, now you can select some maps and regions and you can see which\nWi-Fis you've owned.\n\n![10-infiltrator-app](./guide/10-infiltrator-app.jpg)\n\n\n# TODO\n\n- Calculate bounding boxes correctly depending on the `Manifest.txt` file.\n  Currently, I have no effing clue how the math behind OSZ format looks like,\n  as the wiki article gives totally inaccurate information on that.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookiengineer%2Finfiltrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcookiengineer%2Finfiltrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookiengineer%2Finfiltrator/lists"}