Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
inurlbr-ci-fix
  • Loading branch information
x3rz committed Jun 27, 2021
1 parent 14e3dd1 commit f756417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockdoors/exploitation.py
Expand Up @@ -138,7 +138,7 @@ def inurlbr():
print("\033[92m" + shrts.getinstalldir() + '/Google FU.pdf \033[92m')
print("\033[92m" + shrts.getinstalldir() + '/GHDB.pdf \033[92m')
shrts.spc()
dork = input("\033[92m Choose a Dork : \033[90m")
dork = sanitize.bash_escape_restrictor(input("\033[92m Choose a Dork : \033[90m"))
savefile = sanitize.bash_escape_restrictor(input("\033[92m output file ? (Ex : results.txt) : \033[90m"))
os.system("php " + shrts.getinstalldir() + tool_dir + "/inurlbr.php --dork " + dork + " -s " + savefile)
shrts.okex()
Expand Down

0 comments on commit f756417

Please sign in to comment.