Update simple_IMSI-catcher.py
This commit is contained in:
parent
8f14254f70
commit
15e8cff4e5
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ sudo apt-get install gnuradio git python-scapy
|
|||
git clone https://github.com/pybombs/pybombs.git
|
||||
cd pybombs
|
||||
|
||||
# /!\ when "./pybombs config" set "/usr/local" when it ask "prefix" :
|
||||
# /!\ when "./pybombs config" ask for "prefix", set "/usr/local" :
|
||||
# prefix [/tmp/target]:/usr/local
|
||||
./pybombs config
|
||||
|
||||
|
@ -99,4 +99,4 @@ def find_imsi(x):
|
|||
# if IMSI 2
|
||||
show_imsi(p[73:][:8])
|
||||
|
||||
sniff(iface="lo", filter="port 4729 and not icmp and udp", prn=find_imsi, store=0)
|
||||
sniff(iface="lo", filter="port 4729 and not icmp and udp", prn=find_imsi, store=0)
|
||||
|
|
Loading…
Reference in a new issue