MCPcopy Index your code
hub / github.com/jaykali/hackerpro / doork

Function doork

hackerpro.py:157–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156
157def doork():
158 print("doork is a open-source passive vulnerability auditor tool that automates the process of searching on Google information about specific website based on dorks. ")
159 doorkchice = raw_input("Continue Y / N: ")
160 if doorkchice in yes:
161 os.system("pip install beautifulsoup4 && pip install requests")
162 os.system("git clone https://github.com/AeonDave/doork")
163 clearScr()
164 doorkt = raw_input("Target : ")
165 os.system("cd doork && python doork.py -t %s -o log.log" % doorkt)
166
167
168def postexp():

Callers 1

infoFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected