{"id":13583392,"url":"https://github.com/onticsoluciones/RFMap","last_synced_at":"2025-04-06T18:32:24.095Z","repository":{"id":141520974,"uuid":"112734799","full_name":"onticsoluciones/RFMap","owner":"onticsoluciones","description":"RFMap - Radio Frequency Mapper","archived":false,"fork":false,"pushed_at":"2017-12-03T05:47:18.000Z","size":16852,"stargazers_count":27,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-05T23:41:47.875Z","etag":null,"topics":["gnuradio","gsm","iot","radio","rtl-sdr","scanner","security-audit","wifi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onticsoluciones.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}},"created_at":"2017-12-01T11:56:09.000Z","updated_at":"2024-05-23T09:52:30.000Z","dependencies_parsed_at":"2023-04-12T20:30:49.958Z","dependency_job_id":null,"html_url":"https://github.com/onticsoluciones/RFMap","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/onticsoluciones%2FRFMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onticsoluciones%2FRFMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onticsoluciones%2FRFMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onticsoluciones%2FRFMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onticsoluciones","download_url":"https://codeload.github.com/onticsoluciones/RFMap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531229,"owners_count":20953918,"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":["gnuradio","gsm","iot","radio","rtl-sdr","scanner","security-audit","wifi"],"created_at":"2024-08-01T15:03:26.985Z","updated_at":"2025-04-06T18:32:19.082Z","avatar_url":"https://github.com/onticsoluciones.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# RFMap - Radio Frequency Mapper\n----------\n\n# Table of Contents\n* [Description](https://github.com/onticsoluciones/RFMap#description)\n* [Technology](https://github.com/onticsoluciones/RFMap#technology-used)\n* [Features](https://github.com/onticsoluciones/RFMap#features)\n* [Installation](https://github.com/onticsoluciones/RFMap#manual-installation)\n* [Docker Image](https://github.com/onticsoluciones/RFMap#docker-image)\n* [Plugins](https://github.com/onticsoluciones/RFMap#available-plugins)\n* [Prerequisites](https://github.com/onticsoluciones/RFMap#prerequisites)\n* [License](https://github.com/onticsoluciones/RFMap/blob/master/LICENSE)\n\n# Description\n\nRFMap is a tool for detection and monitoring of networks and wireless devices such Wifi, Bluetooth, IoT devices, GSM and other RF devices.\nIt uses a combination of software and low-cost hardware (SDR) which allows to make scans in diverse frequencies and to show it in a GUI to analyze the collected data and find malicious devices, avoid data leaking without consent, find vulnerabilities of discovered devices and hardware inventory. \n\n# Technology used\n\n- [x] PHP\n- [x] JQuery\n- [x] GnuRadio\n- [x] RTL-SDR\n- [x] Python\n- [x] SQLite\n- [x] Phinx\n- [x] BootStrap\n\n# Features\n\n - Detection of malicious devices (e.g. WiFi Pineapple, hidden webcams, spy microphones). \n - Vulnerability /Attack detection.\n - Avoid data filtration.\n - Detection of networks and devices.\n - Inventory and monitoring.\n - Identification of protocols and services.     \n - New devices notification/ Alerts.      \n - Optimization of spectrum use.     \n\n# Manual Installation\n\nAfter cloning the repository, download Composer:\n\n```bash\nphp -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\nphp -r \"if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\nphp composer-setup.php\nphp -r \"unlink('composer-setup.php');\"\n```\n\nInstall the dependencies:\n\n```bash\nphp composer.phar install\n```\n\nCopy phinx.yml.dist to phinx.yml:\n\n```bash\ncp phinx.yml.dist phinx.yml\n```\n\nYou can edit the database path if desired, by default it will be created in:\n\n```\n./data/rfmap.sqlite\n```\n\nRun the schema migration tool to create the database:\n\n```bash\nvendor/bin/phinx migrate\n```\n# Docker Image\nBuild the image with:\n```bash\ndocker build -t rfmap:latest \n```\n\nRun it with:\n```bash\ndocker run -p 8080:8080 -p 9200:9200 rfmap\n```\nAnd the web interface should be accesible from http://localhost:8080\n\n# Available Plugins\n\n## pmr_scan\n\nPMR 446 MHz power channel analyzer: scans the 8 PMR channels and returns its power (DBi).\n\n## karma_detector\nDetect if anything is making Karma Attack.\n\n## wifi_scanner\nWifi 2.4/5Ghz analyzer: scans and returns  ssid, bssid, rssi, frequency and other relevant information.\n\n## ble_scanner\nBluetooth analyzer: scans BLE devices in enviroment and provide information like bssid, name and rssi.\n\n## gsm_scan\nScan GMS devices like BTS\n\n### Prerequisites\n\nIn order to prepare your environment to build from the sources you have to first install a couple of development libraries.\nThis step is needed only the first time.\n\n    sudo apt-get install libfftw3-dev libtclap-dev librtlsdr-dev\n\n### Installation\n\n    git clone https://github.com/AD-Vega/rtl-power-fftw.git\n    cd rtl-power-fftw\n    mkdir build\n    cd build\n    cmake ..\n    make\n    make install\n\n# Contributors\n\n* [Alfonso Moratalla](https://github.com/alfonsomoratalla) -\u003e [Twitter](https://twitter.com/alfonso_ng)\n* [Alejandro Sánchez](https://github.com/alsanchez) -\u003e [Twitter](https://twitter.com/alsanchez_)\n* [Ricardo Monsalve](https://github.com/ricarmon) -\u003e [Twitter](https://twitter.com/ricarmonsalve)\n* [Germán Sánchez](https://github.com/yercito) -\u003e [Twitter](https://twitter.com/yeroncio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonticsoluciones%2FRFMap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonticsoluciones%2FRFMap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonticsoluciones%2FRFMap/lists"}