Raizenvx
Video Content Pro
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
ADD AN IMAGE HERE! [Not adding an image will result in removal]
Then remove these lines.
Download:
from __future__ import print_function
try:
from googlesearch import search
except ImportError:
print("")
import sys
import time
if sys.version[0] in "2":
print ("\n[x] ..n00b.. Dorks Eye Is Not Supported For python 2.x Use Python 3.x \n")
print ("\n\n\tDorks Eye \033[1;91mI like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")exit()
class colors:
CRED2 = "\33[91m"
CBLUE2 = "\33[94m"
ENDC = "\033[0m"
banner = ("""
0 """)
for col in banner:
print(colors.CRED2 + col, end="")
sys.stdout.flush()
time.sleep(0.0025)
x = ("""
x """)
for col in x:
print(colors.CBLUE2 + col, end="")
sys.stdout.flush()
time.sleep(0.0040)
y = "\n\t\tHi there
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n"for col in y:
print(colors.CRED2 + col, end="")
sys.stdout.flush()
time.sleep(0.0040)
z = "\n"
for col in z:
print(colors.ENDC + col, end="")
sys.stdout.flush()
time.sleep(0.4)
try:
data = input("\n[+] Do You Like To Save The Output In A File? (Y/N) ").strip()
l0g = ("")
except KeyboardInterrupt:
print ("\n")
print ("\033[1;91m[!] User Interruption Detected..!\033[0")
time.sleep(0.5)
print ("\n\n\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")time.sleep(0.5)
sys.exit(1)
def logger(data):
file = open((l0g) + ".txt", "a")
file.write(str(data))
file.write("\n")
file.close()
if data.startswith("y" or "Y"):
l0g = input("[~] Give The File a Name: ")
print ("\n" + " " + "»" * 78 + "\n")
logger(data)
else:
print ("[!] Saving is Skipped...")
print ("\n" + " " + "»" * 78 + "\n")
def dorks():
try:
dork = input("\n[+] Enter The Dork Search Query: ")
amount = input("[+] Enter The Number Of Websites To Display: ")
print ("\n ")
requ = 0
counter = 0
for results in search(dork, tld="com", lang="en", num=int(amount), start=0, stop=None, pause=2):
counter = counter + 1
print ("[+] ", counter, results)
time.sleep(0.1)
requ += 1
if requ >= int(amount):
break
data = (counter, results)
logger(data)
time.sleep(0.1)
except KeyboardInterrupt:
print ("\n")
print ("\033[1;91m[!] User Interruption Detected..!\033[0")
time.sleep(0.5)
print ("\n\n\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")time.sleep(0.5)
sys.exit(1)
print ("[•] Done... Exiting...")
print ("\n\t\t\t\t\033[34mDorks Eye\033[0m")
print ("\t\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")sys.exit()
# =====# Main #===== #
if __name__ == "__main__":
dorks()
Then remove these lines.
Download:
from __future__ import print_function
try:
from googlesearch import search
except ImportError:
print("")
import sys
import time
if sys.version[0] in "2":
print ("\n[x] ..n00b.. Dorks Eye Is Not Supported For python 2.x Use Python 3.x \n")
print ("\n\n\tDorks Eye \033[1;91mI like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")exit()
class colors:
CRED2 = "\33[91m"
CBLUE2 = "\33[94m"
ENDC = "\033[0m"
banner = ("""
0 """)
for col in banner:
print(colors.CRED2 + col, end="")
sys.stdout.flush()
time.sleep(0.0025)
x = ("""
x """)
for col in x:
print(colors.CBLUE2 + col, end="")
sys.stdout.flush()
time.sleep(0.0040)
y = "\n\t\tHi there
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n"for col in y:
print(colors.CRED2 + col, end="")
sys.stdout.flush()
time.sleep(0.0040)
z = "\n"
for col in z:
print(colors.ENDC + col, end="")
sys.stdout.flush()
time.sleep(0.4)
try:
data = input("\n[+] Do You Like To Save The Output In A File? (Y/N) ").strip()
l0g = ("")
except KeyboardInterrupt:
print ("\n")
print ("\033[1;91m[!] User Interruption Detected..!\033[0")
time.sleep(0.5)
print ("\n\n\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")time.sleep(0.5)
sys.exit(1)
def logger(data):
file = open((l0g) + ".txt", "a")
file.write(str(data))
file.write("\n")
file.close()
if data.startswith("y" or "Y"):
l0g = input("[~] Give The File a Name: ")
print ("\n" + " " + "»" * 78 + "\n")
logger(data)
else:
print ("[!] Saving is Skipped...")
print ("\n" + " " + "»" * 78 + "\n")
def dorks():
try:
dork = input("\n[+] Enter The Dork Search Query: ")
amount = input("[+] Enter The Number Of Websites To Display: ")
print ("\n ")
requ = 0
counter = 0
for results in search(dork, tld="com", lang="en", num=int(amount), start=0, stop=None, pause=2):
counter = counter + 1
print ("[+] ", counter, results)
time.sleep(0.1)
requ += 1
if requ >= int(amount):
break
data = (counter, results)
logger(data)
time.sleep(0.1)
except KeyboardInterrupt:
print ("\n")
print ("\033[1;91m[!] User Interruption Detected..!\033[0")
time.sleep(0.5)
print ("\n\n\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")time.sleep(0.5)
sys.exit(1)
print ("[•] Done... Exiting...")
print ("\n\t\t\t\t\033[34mDorks Eye\033[0m")
print ("\t\t\033[1;91m[!] I like to See Ya, Hacking \033[0m
https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f603.png\n\n")sys.exit()
# =====# Main #===== #
if __name__ == "__main__":
dorks()