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

Use distutils.spawn.find_executable to find grgsm_scanner #55

Closed thefinn93 closed 6 years ago

thefinn93 commented 6 years ago

Previously it was hard-coded to usr/bin/grgsm_scanner, but it's not always installed there. distutils.spawn.find_executable should search the $PATH for the executable.