antikythera 0.0.0

Creator: coderz1093

Last updated:

Add to Cart

Description:

antikythera 0.0.0

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

Note
The command source ~/.virtualenv/antikythera/bin/activate must
be reran for each new shell instance. When activated the name of the
virtual environment should appear somewhere on the prompt such as:
(antikythera) user@hostname:~$

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.