MCPcopy
hub / github.com/jaykali/hackerpro / atscan

Function atscan

hackerpro.py:317–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315
316
317def atscan():
318 print ("Do You To Install ATSCAN ?")
319 choiceshell = raw_input("Y/N: ")
320 if choiceshell in yes:
321 os.system("sudo rm -rf ATSCAN")
322 os.system(
323 "git clone https://github.com/AlisamTechnology/ATSCAN.git && cd ATSCAN && perl atscan.pl")
324 elif choiceshell in no:
325 os.system('clear')
326 menu()
327
328
329def commix():

Callers 1

expFunction · 0.85

Calls 1

menuFunction · 0.85

Tested by

no test coverage detected