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

Address already in use #123

Closed greengit-05 closed 3 years ago

greengit-05 commented 3 years ago

When I run in 2-nd terminal, get error:

kali@kali:~/IMSI-catcher-master$ python simple_IMSI-catcher.py                                 
Nb IMSI ; TMSI-1     ; TMSI-2     ; IMSI              ; country      ; brand      ; operator              ; MCC  ; MNC   ; LAC    ; CellId
Traceback (most recent call last):
  File "simple_IMSI-catcher.py", line 536, in <module>
    udpserver(port=options.port, prn=find_imsi)
  File "simple_IMSI-catcher.py", line 485, in udpserver
    sock.bind(server_address)
  File "/usr/lib/python2.7/socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 98] Address already in use

I read here but grgsm_livemon is must be run, I can't kill them. Also I read here but it's don't help me. Help me please to solve this problem.

Oros42 commented 3 years ago

What did you have with :

sudo python3 simple_IMSI-catcher.py --sniff

?

greengit-05 commented 3 years ago

Thanks! I'm enter the key --sniff under root permission and it's working OK!