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

Function sqlmap

hackerpro.py:524–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522
523
524def sqlmap():
525 print ("usage : python sqlmap.py -h")
526 choice8 = raw_input("Continue: y/n :")
527 if choice8 in yes:
528 os.system(
529 "git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev & ")
530 elif choice8 in no:
531 os.system('clear')
532 info()
533 elif choice8 == "":
534 menu()
535 else:
536 menu()
537
538
539def grabuploadedlink(url):

Callers 1

expFunction · 0.85

Calls 2

infoFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected