File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
3
- # 11/01/2020 - NOTES
3
+ # 09/04/2021 - NOTES
4
4
5
5
# Updated to Python3
6
6
# disabled BT scanning as it was being shitty
@@ -322,10 +322,6 @@ def startup_checks():
322
322
print (R + 'User is not Root!' )
323
323
sys .exit ()
324
324
325
- if uname ()[0 ].startswith ("Linux" ) and not "Darwin" not in uname ():
326
- print (R + 'Wrong OS!' )
327
- sys .exit ()
328
-
329
325
return
330
326
331
327
def logo ():
@@ -338,8 +334,8 @@ def logo():
338
334
339
335
\_| \___|\__,_|_| |_|\__,_|\__|___/
340
336
%s
341
- %sRelease Date%s: 11/01 /2021
342
- %sRelease Version%s: V.3.9
337
+ %sRelease Date%s: 09/04 /2021
338
+ %sRelease Version%s: V.4.0
343
339
%sCode%s: Twitter: @NoobieDog
344
340
''' % (B ,C ,R ,W ,R ,W ,R ,W ))
345
341
print ('[' + G + '*' + W + '] Wifi Probe Investigator' )
@@ -424,4 +420,4 @@ def btscanning():
424
420
425
421
# Print Program Time
426
422
427
- print (G + '\n Elapsed Time' + W + ': %s' % (time .time () - start ))
423
+ print (G + '\n Elapsed Time' + W + ': %s' % (time .time () - start ))
You can’t perform that action at this time.
0 commit comments