Skip to content

Commit

Permalink
Merge pull request Oros42#117 from alt-glitch/master
Browse files Browse the repository at this point in the history
Added heading for CSV text file output
  • Loading branch information
Oros42 authored Dec 18, 2020
2 parents 9537e3d + 8566e96 commit 51d3b94
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 51d3b94

Please sign in to comment.