IMSI Catcher detection, analysis and display.
Development Environment Setup
Windows
Wireshark must be installed for the pyshark library to have access to the packet dissectors it needs. See the Wireshark Documentation for details.
Linux
Setup a virtual environment to ensure system packages are not used:
mkdir -p ~/.virtualenv/antikythera python3 -m venv ~/.virtualenv/antikythera source ~/.virtualenv/antikythera/bin/activate
Then for Debian or Ubuntu based distributions just run the setup script sudo bash setup.sh. The documentation can be built locally by running python setup.py docs and to run the tests:
pip install -r test-requirements.txt python setup.py test
The program can be installed and ran as follows:
python setup.py install anti
Release files for antikythera 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| antikythera-0.0.0.tar.gz | 472.5 kB | Details |
Release files / antikythera-0.0.0.tar.gz
| Download URL | antikythera-0.0.0.tar.gz |
|---|---|
| Size | 472.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e1bd2de086253df05c1bb68341696e911dae45d15d73c37af0d6201d1e72f43
|
|
BLAKE2b-256 checksum How to use checksums |
3ea98b3aea699df2bd2496a9ad194374a92957582f4230bb70e69a067bcc794f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |