IMSI-catcher icon indicating copy to clipboard operation
IMSI-catcher copied to clipboard

headless

Open invalidi11 opened this issue 3 years ago • 4 comments

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?

invalidi11 avatar Apr 14 '21 12:04 invalidi11

without a screen

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

Oros42 avatar Apr 14 '21 18:04 Oros42

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 avatar Apr 15 '21 09:04 invalidi11

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.

invalidi11 avatar Apr 15 '21 09:04 invalidi11

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.

Oros42 avatar Apr 18 '21 20:04 Oros42