Added scripts
This commit is contained in:
parent
90e4d5ae6c
commit
445b8619e5
3 changed files with 5 additions and 0 deletions
2
1-scan_towers.sh
Executable file
2
1-scan_towers.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo grgsm_scanner
|
1
2-start_catcher.sh
Executable file
1
2-start_catcher.sh
Executable file
|
@ -0,0 +1 @@
|
|||
sudo python simple_IMSI-catcher.py -s
|
2
3-list_imsi.sh
Executable file
2
3-list_imsi.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
grgsm_livemon_headless -f $1
|
Loading…
Reference in a new issue