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

headless #124

Open invalidi11 opened 3 years ago

invalidi11 commented 3 years ago

I am trying to accomplish the following:

python3 scan-and-livemon (on boot up and headless)

python3 simple_IMSI-catcher.py -t filename.txt (on boot up and headless)

Is there a way to accomplish this without a screen?

Oros42 commented 3 years ago
without a screen

You mean no screen print by simple_IMSI-catcher.py ?

invalidi11 commented 3 years ago

Yes no screen.


From: Oros @.> Sent: Wednesday, April 14, 2021 9:43:31 PM To: Oros42/IMSI-catcher @.> Cc: invalidi11 @.>; Author @.> Subject: Re: [Oros42/IMSI-catcher] headless (#124)

without a screen

You mean no screen print by simple_IMSI-catcher.py ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Oros42/IMSI-catcher/issues/124#issuecomment-819748348, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALN3SXGTDBPPXUDWXUCTUM3TIXO5HANCNFSM425IFVIA.

invalidi11 commented 3 years ago

I want scan-and-livemon as well as simple_IMSI-catcher.py to work @reboot with no screen.


From: Oros @.> Sent: Wednesday, April 14, 2021 9:43:31 PM To: Oros42/IMSI-catcher @.> Cc: invalidi11 @.>; Author @.> Subject: Re: [Oros42/IMSI-catcher] headless (#124)

without a screen

You mean no screen print by simple_IMSI-catcher.py ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Oros42/IMSI-catcher/issues/124#issuecomment-819748348, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALN3SXGTDBPPXUDWXUCTUM3TIXO5HANCNFSM425IFVIA.

Oros42 commented 3 years ago

scan-and-livemon is not really good because it catch some empty frequency.
While waiting for I add a quite mode, you can do :

sudo python3 simple_IMSI-catcher.py -s > /dev/null
grgsm_livemon -f 925.4M

Set your own frequency.