| 155 | |
| 156 | |
| 157 | def 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 | |
| 168 | def postexp(): |