Calculating the movement of iOS devices


Calculating the movement of iOS devices

Friends, did you know that in order to see the movements of any iOS devices, it is enough to install the iSniff-GPS tool that tracks ARP packets that "emit" iPhones and other Apple products.

Installation:

▫️sudo apt-get install python-scapy
▫️git clone https://github.com/hubert3/iSniff-GPS.git
▫️cd iSniff-GPS/
▫️pip install -U -r requirements.txt

Using:

▫️./manage.py runser

ver 127.0.0.1:8000 &
▫️./run.sh -i wlan0

After entering the last command, the location of the iOS device that you want to track will be available.


Go back
15-01-2023, 12:59