├── .env.dist
├── .gitignore
├── Dockerfile
├── LICENSE
├── README.md
├── capture_simple_IMSI-catcher.png
├── db-example.sql
├── immediate_assignment_catcher.py
├── mcc-mnc
├── mcc_codes.json
└── update_codes.py
├── scan-and-livemon
└── simple_IMSI-catcher.py
/.env.dist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/.env.dist
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/.gitignore
--------------------------------------------------------------------------------
/Dockerfile:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/Dockerfile
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/LICENSE
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/README.md
--------------------------------------------------------------------------------
/capture_simple_IMSI-catcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/capture_simple_IMSI-catcher.png
--------------------------------------------------------------------------------
/db-example.sql:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/db-example.sql
--------------------------------------------------------------------------------
/immediate_assignment_catcher.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/immediate_assignment_catcher.py
--------------------------------------------------------------------------------
/mcc-mnc/mcc_codes.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/mcc-mnc/mcc_codes.json
--------------------------------------------------------------------------------
/mcc-mnc/update_codes.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/mcc-mnc/update_codes.py
--------------------------------------------------------------------------------
/scan-and-livemon:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/scan-and-livemon
--------------------------------------------------------------------------------
/simple_IMSI-catcher.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Oros42/IMSI-catcher/HEAD/simple_IMSI-catcher.py
--------------------------------------------------------------------------------