{"id":13566731,"url":"https://github.com/binarymaster/3WiFi","last_synced_at":"2025-04-04T00:32:07.929Z","repository":{"id":46681184,"uuid":"38929988","full_name":"binarymaster/3WiFi","owner":"binarymaster","description":"3WiFi Wireless Database","archived":false,"fork":false,"pushed_at":"2022-09-06T09:15:41.000Z","size":2020,"stargazers_count":248,"open_issues_count":15,"forks_count":94,"subscribers_count":120,"default_branch":"master","last_synced_at":"2025-03-30T19:06:35.720Z","etag":null,"topics":["database","hacktoberfest","jquery","php","security-audit","sql","wifi-security","wireless-network"],"latest_commit_sha":null,"homepage":"https://3wifi.stascorp.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binarymaster.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}},"created_at":"2015-07-11T15:15:31.000Z","updated_at":"2025-03-26T21:49:26.000Z","dependencies_parsed_at":"2023-01-17T22:02:26.025Z","dependency_job_id":null,"html_url":"https://github.com/binarymaster/3WiFi","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/binarymaster%2F3WiFi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymaster%2F3WiFi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymaster%2F3WiFi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binarymaster%2F3WiFi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binarymaster","download_url":"https://codeload.github.com/binarymaster/3WiFi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103290,"owners_count":20884023,"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":["database","hacktoberfest","jquery","php","security-audit","sql","wifi-security","wireless-network"],"created_at":"2024-08-01T13:02:15.531Z","updated_at":"2025-04-04T00:32:07.396Z","avatar_url":"https://github.com/binarymaster.png","language":"PHP","readme":"# 3WiFi Database\n\n(c) 2015-2022 Anton Kokarev et al.\n\nThis project was created to collect data from Router Scan log reports, search for access points, obtain its geolocation coordinates, and display it on world map.\n\n## Prerequirements:\n1. Disable display of errors, warnings, and notices in `php.ini`\n1. Make sure your web server is set up to apply .htaccess policies per directory\n1. Make sure you have installed `bcmath`, `curl`, `mysqli`, and `simplexml` php extensions\n\n## Installation steps:\n1. Copy all required files to your `/www` directory\n1. Create database (execute `3wifi.sql` to create tables)\n1. Copy config.php-distr to config.php\n1. Edit config.php (DB_SERV, DB_NAME, DB_USER, DB_PASS etc)\n1. (optional) Turn on memory tables (in the `config.php` define `TRY_USE_MEMORY_TABLES` as `true`)\n1. (optional) Use `import.free.php` once to import old format database\n1. Start all background daemons:\n```sh\n# Upload routine loads data into database\nphp -f 3wifid.php uploads\n# Finalize routine prepares tasks for finalization\nphp -f 3wifid.php finalize\n# Geolocate routine locates new added BSSIDs on map\nphp -f 3wifid.php geolocate\n# Stats routine caches statistics (use only when stats caching enabled)\nphp -f 3wifid.php stats\n# Memory table manager (use only with memory tables enabled)\nphp -f 3wifid.php memory\n```\n\n## Database maintenance:\n```sh\n# Recheck not found BSSIDs in the database\nphp -f 3wifid.php recheck\n```\nBefore running the daemons, make sure that `php-cli` interpreter is accessible from your directory.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymaster%2F3WiFi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymaster%2F3WiFi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymaster%2F3WiFi/lists"}