Oros
Oros
```python simple_IMSI-catcher.py``` works only with the last gr-gsm (https://tracker.debian.org/pkg/gr-gsm). But ```sudo python simple_IMSI-catcher.py -s``` should works 0_o Could you try this : - update IMSI-catcher - in term 1 run...
It should be fixed.
1- It's possible that there are errors. To check that, you can run ```wireshark``` and looking for ```Message Type: Paging Request Type 1``` packets. 2- I quite sure that flightmode...
It's not my program who made the demodulation. It's grgsm who made it. And yes, it can demodulate the GSM1800.
```idconfig``` 0_o ??? Where did you see this ? Perhaps it's ```ifconfig``` you search ?
In simple_IMSI-catcher.py, from line 426 to 522 you have comments who explain which type of packet I use. Packets were extracted with wireshark. ;-)
Oooh fuck. The documentation didn't follow the upgrade of the code :-( There are an offset of 0x2a. 0x12 (from the code) + 0x2a (offset) == 0x3c (in documentation's dump)
I only use wireshark to understand how packets are made.
I don't know. I only use Gnu/Linux. You have to check if you can setup gr-gsm on macOS. https://osmocom.org/projects/gr-gsm/wiki/Installation
@ezevu I don't know. Ask to @ptrkrysik (https://github.com/ptrkrysik/gr-gsm) @phamduythai92mta you could have an idea of how many by counting IMSI from the output of my program. But you can't have...