Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grgsm_livemon errore help me #110

Open
cesare3338 opened this issue Nov 2, 2020 · 6 comments
Open

grgsm_livemon errore help me #110

cesare3338 opened this issue Nov 2, 2020 · 6 comments

Comments

@cesare3338
Copy link

root@kali:~# grgsm_scanner

root@kali:# sudo python3 simple_IMSI-catcher.py --sniff
python3: can't open file 'simple_IMSI-catcher.py': [Errno 2] No such file or directory
root@kali:
# grgsm_livemon -f <your_frequency>M
-bash: your_frequency: File o directory non esistente
root@kali:# grgsm_livemon -f 938.2M
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[INFO] [UHD] linux; GNU C++ version 9.3.0; Boost_107100; UHD_3.15.0.0-3
[ERROR] avahi_service_browser_new() failed: Bad state
Traceback (most recent call last):
File "/usr/bin/grgsm_livemon", line 385, in
main()
File "/usr/bin/grgsm_livemon", line 361, in main
tb = top_block_cls(args=options.args, collector=options.collector, collectorport=options.collectorport, fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, serverport=options.serverport, shiftoff=options.shiftoff)
File "/usr/bin/grgsm_livemon", line 113, in init
args="numchan=" + str(1) + " " + str(grgsm.device.get_default_args(args))
File "/usr/lib/python3/dist-packages/grgsm/device.py", line 55, in get_default_args
raise RuntimeError("Unable to find any supported SDR devices")
RuntimeError: Unable to find any supported SDR devices
root@kali:
# sudo python simple_IMSI-catcher.py -s
python: can't open file 'simple_IMSI-catcher.py': [Errno 2] No such file or directory

result grgsm_livemon does not open

@Oros42
Copy link
Owner

Oros42 commented Nov 2, 2020

I recommend you to take more time to read what you post. And to read error messages.
I think your are not in the good directory.
And when you are root, no need of sudo.

@cesare3338
Copy link
Author

novice user, I can't get it to open grgsm_livemon

@victoriairis
Copy link

Hey i'm using the docker image and also can't run grgsm_livemoon. I get a comand not found message.

@Oros42
Copy link
Owner

Oros42 commented Nov 15, 2020

@irisroques did you do this :

docker pull atomicpowerman/imsi-catcher
docker run -ti --net=host -e DISPLAY=$DISPLAY --privileged -v /dev/bus/usb:/dev/bus/usb  atomicpowerman/imsi-catcher bash
grgsm_livemoon

?

@Warhammar
Copy link

O] [UHD] linux; GNU C++ version 10.2.1 20201207; Boost_107400; UHD_3.15.0.0-4+b1
[ERROR] avahi_service_browser_new() failed: Bad state
Traceback (most recent call last):
File "/usr/bin/grgsm_livemon", line 385, in
main()
File "/usr/bin/grgsm_livemon", line 361, in main
tb = top_block_cls(args=options.args, collector=options.collector, collectorport=options.collectorport, fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, serverport=options.serverport, shiftoff=options.shiftoff)
File "/usr/bin/grgsm_livemon", line 113, in init
args="numchan=" + str(1) + " " + str(grgsm.device.get_default_args(args))
File "/usr/lib/python3/dist-packages/grgsm/device.py", line 55, in get_default_args
raise RuntimeError("Unable to find any supported SDR devices")
RuntimeError: Unable to find any supported SDR devices

I Have a USB dongle exactly like this one: https://www.youtube.com/watch?v=UjwgNd_as30
What do i not see?

@Warhammar
Copy link

@irisroques did you do this :

docker pull atomicpowerman/imsi-catcher
docker run -ti --net=host -e DISPLAY=$DISPLAY --privileged -v /dev/bus/usb:/dev/bus/usb  atomicpowerman/imsi-catcher bash
grgsm_livemoon

?

I did.. and comes.

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock Traceback (most recent call last): File "/usr/local/bin/grgsm_livemon", line 365, in <module> main() File "/usr/local/bin/grgsm_livemon", line 353, in main tb = top_block_cls(args=options.args, collector=options.collector, collectorport=options.collectorport, fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, serverport=options.serverport, shiftoff=options.shiftoff) File "/usr/local/bin/grgsm_livemon", line 107, in __init__ self.rtlsdr_source_0 = osmosdr.source( args="numchan=" + str(1) + " " + str(grgsm.device.get_default_args(args)) ) File "/usr/local/lib/python2.7/dist-packages/grgsm/device.py", line 55, in get_default_args raise RuntimeError("Unable to find any supported SDR devices") RuntimeError: Unable to find any supported SDR devices root@kali:/#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants