Oros42 / IMSI-catcher

This program show you IMSI numbers of cellphones around you.
Creative Commons Zero v1.0 Universal
3.22k stars 736 forks source link

Fix country retrieval by putting it on each mnc #65

Closed nicoeg closed 5 years ago

nicoeg commented 5 years ago

Hey I've noticed that MCC can be related to multiple countries. In the scripts current state, some IMSI's would be assigned to different countries than they are related to. By placing the Country info on each MNC this can be avoided.

An example is IMSI's from USA which is assigned to Burma because they both use the MCC 310.

Since MCC is not related to a single country I have also removed the part that assigns country info if only MCC is found.