From a3efbeaded16b7dd2af9281605f10078b9a068cd Mon Sep 17 00:00:00 2001 From: Brannon Dorsey Date: Thu, 14 Dec 2017 14:15:46 -0600 Subject: [PATCH] fix 'brand' and 'country' mismatch in stdout header --- simple_IMSI-catcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_IMSI-catcher.py b/simple_IMSI-catcher.py index 3757738..8b85592 100644 --- a/simple_IMSI-catcher.py +++ b/simple_IMSI-catcher.py @@ -225,7 +225,7 @@ class tracker: self.sqlcon.commit() def header(self): - print("{:7s} ; {:10s} ; {:10s} ; {:17s} ; {:12s} ; {:10s} ; {:21s} ; {:4s} ; {:5s} ; {:6s} ; {:6s}".format("Nb IMSI", "TMSI-1", "TMSI-2", "IMSI", "country", "brand", "operator", "MCC", "MNC", "LAC", "CellId")) + print("{:7s} ; {:10s} ; {:10s} ; {:17s} ; {:12s} ; {:10s} ; {:21s} ; {:4s} ; {:5s} ; {:6s} ; {:6s}".format("Nb IMSI", "TMSI-1", "TMSI-2", "IMSI", "brand", "country", "operator", "MCC", "MNC", "LAC", "CellId")) # print "Nb IMSI", "TMSI-1", "TMSI-2", "IMSI", "country", "brand", "operator", "MCC", "MNC", "LAC", "CellId" def register_imsi(self, arfcn, imsi1="", imsi2="", tmsi1="", tmsi2="", p=""):