()
| 522 | |
| 523 | |
| 524 | def 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 | |
| 539 | def grabuploadedlink(url): |