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

Function ifinurl

hackerpro.py:294–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293
294def ifinurl():
295 print""" This Advanced search in search engines, enables analysis provided to exploit GET / POST capturing emails & urls, with an internal custom validation junction for each target / url found."""
296 print('Do You Want To Install InurlBR ? ')
297 cinurl = raw_input("Y/N: ")
298 if cinurl in yes:
299 inurl()
300 if cinurl in no:
301 menu()
302 elif cinurl == "":
303 menu()
304 else:
305 menu()
306
307
308def bsqlbf():

Callers 1

webhackFunction · 0.85

Calls 2

inurlFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected