Skip to content

Commit

Permalink
Added heading for CSV text file output
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-glitch committed Dec 18, 2020
1 parent 9537e3d commit 8566e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_IMSI-catcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def sqlite_file(self, filename):

def text_file(self, filename):
txt = open(filename, "w")
txt.write("start\n")
txt.write("stamp, tmsi1, tmsi2, imsi, imsicountry, imsibrand, imsioperator, mcc, mnc, lac, cell\n")
txt.close()
self.textfilePath = filename

Expand Down

0 comments on commit 8566e96

Please sign in to comment.