51 lines
2.5 KiB
Bash
51 lines
2.5 KiB
Bash
#!/bin/bash
|
||
# Turkish
|
||
|
||
header_setinterface="Bir Ag Secin"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_choosescan="Kanal Sec"
|
||
choosescan_option_1="Tum Kanallar "
|
||
choosescan_option_2="Sectigim Kanal ya da Kanallar"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
scanchan_option_1="Tek Kanal"
|
||
scanchan_option_2="Coklu Kanal"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_scan="Wifi Goruntule"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_askAP="Saldiri Tipi Secin"
|
||
askAP_option_1="SahteAP - Hostapd ("$red"Tavsiye Edilen)"
|
||
askAP_option_2="SahteAP - airbase-ng (Yavas Baglanti)"
|
||
askAP_option_4="Kabakuvvet - (Handshake Gereklidir)"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_askauth="Sifre Kontrol Metodu"
|
||
askauth_option_1="Handshake ("$red"Tavsiye Edilen)"
|
||
askauth_option_2="Wpa_supplicant(Hata Orani Yuksek)"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_deauthforce="Handshake Kontrol"
|
||
deauthforce_option_1="aircrack-ng (Hata Sansı Var)"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_deauthMENU="*Kaydet Handshake*"
|
||
deauthMENU_option_1="Kontrol Et handshake"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
handshakelocation_1="handshake Dizini (Ornek: $red$WORK_DIR.cap$transparent)"
|
||
handshakelocation_2="Tusa Bas ${yellow}ENTER$transparent Gecmek icin"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
header_set_attack="Secenegi Sec"
|
||
header_ConnectionRESET="Giris Sayfasini Sec"
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
general_back="Geri"
|
||
general_error_1="Bulunamadi"
|
||
general_case_error="Bilinmeyen Secenek. Tekrar Seciniz"
|
||
general_exitmode="Temizleniyor ve Kapatiliyor"
|
||
general_exitmode_1="Monitor modu kapatiliyor"
|
||
general_exitmode_2="Ag Arayuzu kapatiliyor"
|
||
general_exitmode_3="Kapatiliyor "$grey"forwarding of packets"
|
||
general_exitmode_4="Temizleniyor "$grey"iptables"
|
||
general_exitmode_5="Yenileniyor "$grey"tput"
|
||
general_exitmode_6="Tekrar Baslatiliyor "$grey"Network-Manager"
|
||
general_exitmode_7="Temizlik Basariyla Tamamlandi!"
|
||
general_exitmode_8="Fluxion kullandiginiz icin tesekkurler."
|
||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
selection_1="Aktif kullanicilar"
|
||
selection_2="Tekrar taramak icin Hedef seciniz type$red r$transparent"
|