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

Function inurl

hackerpro.py:433–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431
432
433def inurl():
434 dork = raw_input("select a Dork:")
435 output = raw_input("select a file to save :")
436 os.system(
437 "./inurlbr.php --dork '{0}' -s {1}.txt -q 1,6 -t 1".format(dork, output))
438 if cinurl in no:
439 insinurl()
440 elif cinurl == "":
441 menu()
442 else:
443 menu()
444
445
446def insinurl():

Callers 2

ifinurlFunction · 0.85
insinurlFunction · 0.85

Calls 2

insinurlFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected