Update branch to the latest version
24
README.md
|
@ -1,15 +1,21 @@
|
||||||
<p align="center"><img src="https://github.com/strasharo/fluxion/blob/master/logos/logo2.jpg?raw=true" /></p>
|
<p align="center"><img src="https://github.com/deltaxflux/fluxion/blob/master/logos/logo2.jpg?raw=true" /></p>
|
||||||
#Fluxion is the future of MITM WPA attacks
|
#Fluxion is the future of MITM WPA attacks
|
||||||
Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases.
|
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deltaxflux/Lobby)
|
||||||
|
Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It's compatible with the latest release of Kali (rolling). If you're new, or just don't understand much about the project, have a look at the [wiki] (https://github.com/deltaxflux/fluxion/wiki/Tutorial). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases.
|
||||||
|
|
||||||
### "Clients are not automatically connected to the fake access point"
|
## Create a deb file
|
||||||
|
This would be a pleasure for me, if someone can create a deb file.
|
||||||
|
|
||||||
|
## :trident: Know things
|
||||||
|
|
||||||
|
#### "Clients are not automatically connected to the fake access point"
|
||||||
This is a social engineering attack and it's pointless to drag clients in automatically. The script relies on the fact that a user should be present in order to enter the wireless credentials.
|
This is a social engineering attack and it's pointless to drag clients in automatically. The script relies on the fact that a user should be present in order to enter the wireless credentials.
|
||||||
|
|
||||||
### "There's no Internet connectivity in the fake access point"
|
#### "There's no Internet connectivity in the fake access point"
|
||||||
There shouldn't be one. All of the traffic is being sinkholed to the built in captive portal via a fake DNS responder in order to capture the credentials.
|
There shouldn't be one. All of the traffic is being sinkholed to the built in captive portal via a fake DNS responder in order to capture the credentials.
|
||||||
|
|
||||||
#### "Fake sites don't work"
|
#### "Fake sites don't work"
|
||||||
There might be a problem with lighttpd. The experimental version is tested on lighttpd 1.439-1, anything neweer may break functionality. If you have problems, please use the stable version.
|
There might be a problem with lighttpd. The experimental version is tested on lighttpd 1.439-1, anything neweer may break functionality. If you have problems, please use the stable version. For more information check this [fix] (https://github.com/deltaxflux/fluxion/wiki/fix) out.
|
||||||
|
|
||||||
#### "Experimental menu is not responsive"
|
#### "Experimental menu is not responsive"
|
||||||
In the experimental version it will automatically check the handshake. I will fix the menu shortly. If you need a GUI, use the stable version (which doesn't automatically control handshakes).
|
In the experimental version it will automatically check the handshake. I will fix the menu shortly. If you need a GUI, use the stable version (which doesn't automatically control handshakes).
|
||||||
|
@ -20,8 +26,8 @@ This is how the script works. The fake captive portal is set up by the script it
|
||||||
#### "The MAC address of the fake access point differs from the original"
|
#### "The MAC address of the fake access point differs from the original"
|
||||||
The MAC address of the fake access point differs by one octet from the original in order to prevent fluxion deauthenticating clients from itself during the session.
|
The MAC address of the fake access point differs by one octet from the original in order to prevent fluxion deauthenticating clients from itself during the session.
|
||||||
|
|
||||||
### "Installation"
|
## Installation
|
||||||
./install.sh
|
``` wget https://raw.githubusercontent.com/deltaxflux/fluxion/master/install/install.sh && bash install.sh ```
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
If you want to submit a feature, do so by labeling your issue as an "enhancement" or submit a PR. I don't have enough time to make daily changes to fluxion, sorry.
|
If you want to submit a feature, do so by labeling your issue as an "enhancement" or submit a PR. I don't have enough time to make daily changes to fluxion, sorry.
|
||||||
|
@ -33,10 +39,10 @@ If you want to submit a feature, do so by labeling your issue as an "enhancement
|
||||||
|
|
||||||
## :scroll: Changelog
|
## :scroll: Changelog
|
||||||
Fluxion gets weekly updates with new features, improvements and bugfixes.
|
Fluxion gets weekly updates with new features, improvements and bugfixes.
|
||||||
Be sure to check out the [changelog here] (https://github.com/strasharo/fluxion/commits/master).
|
Be sure to check out the [changelog here] (https://github.com/deltaxflux/fluxion).
|
||||||
|
|
||||||
## :octocat: How to contribute
|
## :octocat: How to contribute
|
||||||
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
|
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated! Please follow the instructions [here](https://github.com/deltaxflux/fluxion/blob/master/.github/CONTRIBUTING.md)
|
||||||
|
|
||||||
## :book: How it works
|
## :book: How it works
|
||||||
* Scan the networks.
|
* Scan the networks.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
theme: jekyll-theme-slate
|
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>404 Not Found</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Not Found</h1>
|
||||||
|
<p>The requested URL /fluxion was not found on this server.</p>
|
||||||
|
<p>Additionally, a 404 Not Found
|
||||||
|
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||||
|
</body></html>
|
|
@ -0,0 +1,20 @@
|
||||||
|
----------------------- General -----------------------
|
||||||
|
revision=1
|
||||||
|
|
||||||
|
|
||||||
|
---------------------- Changelog ----------------------
|
||||||
|
|
||||||
|
[Version: 2 , Revision 1]
|
||||||
|
|
||||||
|
- rewrite code
|
||||||
|
- move files
|
||||||
|
- exitmode to lib/
|
||||||
|
- source files to language
|
||||||
|
|
||||||
|
- improve handeling
|
||||||
|
- remove disclaimer
|
||||||
|
- remove git support
|
||||||
|
- add checkupdate function
|
||||||
|
- fix airmon file
|
||||||
|
|
||||||
|
---------------------- Changelog ----------------------
|
|
@ -6,7 +6,6 @@ commands = [
|
||||||
"apt-key adv --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6",
|
"apt-key adv --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6",
|
||||||
"echo '# Kali linux repositories",
|
"echo '# Kali linux repositories",
|
||||||
"deb http://http.kali.org/kali kali-rolling main contrib non-free",
|
"deb http://http.kali.org/kali kali-rolling main contrib non-free",
|
||||||
"deb http://repo.kali.org/kali kali-bleeding-edge main' >> /etc/apt/sources.list",
|
|
||||||
"apt-get update -m"
|
"apt-get update -m"
|
||||||
]
|
]
|
||||||
|
|
|
@ -0,0 +1,75 @@
|
||||||
|
|
||||||
|
#EN
|
||||||
|
source $WORK_DIR/sites/neutra/en
|
||||||
|
|
||||||
|
#GER
|
||||||
|
source $WORK_DIR/sites/neutra/ger
|
||||||
|
|
||||||
|
#ESP
|
||||||
|
source $WORK_DIR/sites/neutra/esp
|
||||||
|
|
||||||
|
#IT
|
||||||
|
source $WORK_DIR/sites/neutra/it
|
||||||
|
|
||||||
|
#FR
|
||||||
|
source $WORK_DIR/sites/neutra/fr
|
||||||
|
|
||||||
|
#POR
|
||||||
|
source $WORK_DIR/sites/neutra/por
|
||||||
|
|
||||||
|
#RUS
|
||||||
|
source $WORK_DIR/sites/neutra/rus
|
||||||
|
|
||||||
|
#TR
|
||||||
|
source $WORK_DIR/sites/neutra/tr
|
||||||
|
|
||||||
|
#RO
|
||||||
|
source $WORK_DIR/sites/neutra/ro
|
||||||
|
|
||||||
|
#HU
|
||||||
|
source $WORK_DIR/sites/neutra/hu
|
||||||
|
|
||||||
|
#ARA
|
||||||
|
source $WORK_DIR/sites/neutra/ara
|
||||||
|
|
||||||
|
#CN
|
||||||
|
source $WORK_DIR/sites/neutra/cn
|
||||||
|
|
||||||
|
#GR
|
||||||
|
source $WORK_DIR/sites/neutra/gr
|
||||||
|
|
||||||
|
#CZ
|
||||||
|
source $WORK_DIR/sites/neutra/cz
|
||||||
|
|
||||||
|
#NO
|
||||||
|
source $WORK_DIR/sites/neutra/no
|
||||||
|
|
||||||
|
#BG
|
||||||
|
source $WORK_DIR/sites/neutra/bg
|
||||||
|
|
||||||
|
#SRB
|
||||||
|
source $WORK_DIR/sites/neutra/srb
|
||||||
|
|
||||||
|
#PL
|
||||||
|
source $WORK_DIR/sites/neutra/pl
|
||||||
|
|
||||||
|
#ID
|
||||||
|
source $WORK_DIR/sites/neutra/id
|
||||||
|
|
||||||
|
#NL
|
||||||
|
source $WORK_DIR/sites/neutra/nl
|
||||||
|
|
||||||
|
#DAN
|
||||||
|
source $WORK_DIR/sites/neutra/dan
|
||||||
|
|
||||||
|
#TH
|
||||||
|
source $WORK_DIR/sites/neutra/th
|
||||||
|
|
||||||
|
#HE
|
||||||
|
source $WORK_DIR/sites/neutra/he
|
||||||
|
|
||||||
|
#Portuguese
|
||||||
|
source $WORK_DIR/sites/neutra/por
|
||||||
|
|
||||||
|
# SVN
|
||||||
|
source $WORK_DIR/sites/neutra/svn
|
|
@ -0,0 +1,41 @@
|
||||||
|
setinterface_error="没有检测到网卡 退出..."
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="选择信道"
|
||||||
|
choosescan_option_1="所有信道 "
|
||||||
|
choosescan_option_2="指定信道"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="单一信道"
|
||||||
|
scanchan_option_2="多个信道"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="正在扫描目标"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="选择攻击选项"
|
||||||
|
askAP_option_1="伪装AP - Hostapd ("$red"推荐)"
|
||||||
|
askAP_option_4="暴力破解 - (需要握手包)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="请选择验证密码方式"
|
||||||
|
askauth_option_2="提供的wpa (易错)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="握手包检查"
|
||||||
|
deauthforce_option_1="aircrack-ng (Miss chance)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*抓握手包*"
|
||||||
|
deauthMENU_option_1="检查握手包"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="请选择"
|
||||||
|
header_ConnectionRESET="选择登陆界面"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="返回"
|
||||||
|
general_error_1="未找到"
|
||||||
|
general_case_error="未知选项. 请再次选择"
|
||||||
|
general_exitmode="清理并退出"
|
||||||
|
general_exitmode_3="关闭 "$grey"forwarding of packets"
|
||||||
|
general_exitmode_4="清理 "$grey"iptables"
|
||||||
|
general_exitmode_5="恢复 "$grey"tput"
|
||||||
|
general_exitmode_6="重启 "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="清理完成!"
|
||||||
|
general_exitmode_8="感谢使用fluxion!"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="活动的客户端"
|
||||||
|
selection_2="选择一个目标. 重扫 按$red r$transparent"
|
|
@ -0,0 +1,48 @@
|
||||||
|
header_setinterface="Vyberte rozhraní"
|
||||||
|
setinterface_error="Žádná síťová rozhraní, zavíraní..."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Vyberte kanál"
|
||||||
|
choosescan_option_1="Všechny kanály"
|
||||||
|
choosescan_option_2="Specifický kanál(y)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="Jeden kanál"
|
||||||
|
scanchan_option_2="Více kanálů"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="Sledování WIFI"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Skenování cíle"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Vyberte metodu útočení"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Doporučeno)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Pomalejší připojení)"
|
||||||
|
askAP_option_4="Bruteforce - (Potřebný Handshake)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="METHODA ZÍSKÁNÍ HESLA"
|
||||||
|
askauth_option_1="Handshake ("$red"Doporučeno)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Více chyb)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Potvrzení Handshaku"
|
||||||
|
deauthforce_option_1="aircrack-ng (Minutí šance)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Nahrát Handshake*"
|
||||||
|
deauthMENU_option_1="Zkontrolovat handshake"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Vyberte"
|
||||||
|
header_ConnectionRESET="Vyberte přihlašovací stránku"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="Zpět"
|
||||||
|
general_error_1="Nenalezeno"
|
||||||
|
general_case_error="Neznámý výběr. Vyberte znovu"
|
||||||
|
general_exitmode="Čištění a zavírání"
|
||||||
|
general_exitmode_1="Vypínání monitorovacího rozhraní"
|
||||||
|
general_exitmode_2="Vypínání rozhraní"
|
||||||
|
general_exitmode_3="Vypínání "$grey"směrování packetů"
|
||||||
|
general_exitmode_4="Čištění "$grey"iptables"
|
||||||
|
general_exitmode_5="Obnovování "$grey"tput"
|
||||||
|
general_exitmode_6="Restartování "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Vyčištění proběhlo úspěšně!"
|
||||||
|
general_exitmode_8="Děkujeme pro používání programu fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Aktivní klienti"
|
||||||
|
selection_2="Select target. Pro znovuskenování napište$red r$transparent"
|
|
@ -0,0 +1,48 @@
|
||||||
|
header_setinterface="Select an interface"
|
||||||
|
setinterface_error="There are no wireless cards, quit..."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Select channel"
|
||||||
|
choosescan_option_1="All channels "
|
||||||
|
choosescan_option_2="Specific channel(s)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="Single channel"
|
||||||
|
scanchan_option_2="Multiple channels"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Scanning Target"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Select Attack Option"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Recommended)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Slower connection)"
|
||||||
|
askAP_option_4="Bruteforce - (Handshake is required)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="METHOD TO VERIFY THE PASSWORD"
|
||||||
|
askauth_option_1="Handshake ("$red"Recommended)"
|
||||||
|
askauth_option_2="Wpa_supplicant(More failures)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Handshake check"
|
||||||
|
deauthforce_option_1="aircrack-ng (Miss chance)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Capture Handshake*"
|
||||||
|
deauthMENU_option_1="Check handshake"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Select your option"
|
||||||
|
header_ConnectionRESET="Select Login Page"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="Back"
|
||||||
|
general_error_1="Not_Found"
|
||||||
|
general_case_error="Unknown option. Choose again"
|
||||||
|
general_exitmode="Cleaning and closing"
|
||||||
|
general_exitmode_1="Disabling monitoring interface"
|
||||||
|
general_exitmode_2="Disabling interface"
|
||||||
|
general_exitmode_3="Disabling "$grey"forwarding of packets"
|
||||||
|
general_exitmode_4="Cleaning "$grey"iptables"
|
||||||
|
general_exitmode_5="Restoring "$grey"tput"
|
||||||
|
general_exitmode_6="Restarting "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Cleanup performed successfully!"
|
||||||
|
general_exitmode_8="Thanks for using fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Active clients"
|
||||||
|
selection_2="Select target. For rescan type$red r$transparent"
|
|
@ -0,0 +1,52 @@
|
||||||
|
header_setinterface="Seleccione una interfase"
|
||||||
|
setinterface_error="No hay tarjetas inalambricas, saliendo..."
|
||||||
|
|
||||||
|
#
|
||||||
|
header_choosescan="Seleccione canal"
|
||||||
|
choosescan_option_1="Todos los canales "
|
||||||
|
choosescan_option_2="Canal(es) específico(s)"
|
||||||
|
#
|
||||||
|
scanchan_option_1="Canal único"
|
||||||
|
scanchan_option_2="Canales múltiples"
|
||||||
|
#
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
#
|
||||||
|
header_scanchan="Escaneando objetivo"
|
||||||
|
#
|
||||||
|
header_askAP="Seleccione Opción de Ataque"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Recomendado)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Conexión más lenta)"
|
||||||
|
askAP_option_4="Bruteforce - (Se requiere handshake)"
|
||||||
|
#
|
||||||
|
header_askauth="MÉTODO PARA VERIFICAR CONTRASEÑA"
|
||||||
|
askauth_option_1="Handshake ("$red"Recomendado)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Más Fallas)"
|
||||||
|
#
|
||||||
|
header_deauthforce="Chequeo de Handshake"
|
||||||
|
deauthforce_option_1="aircrack-ng (Posibilidad de error)"
|
||||||
|
#
|
||||||
|
header_deauthMENU="*Capturar Handshake*"
|
||||||
|
deauthMENU_option_1="Chequear handshake"
|
||||||
|
#
|
||||||
|
handshakelocation_1="ubicación del handshake (Ejemplo: $red$WORK_DIR.cap$transparent)"
|
||||||
|
handshakelocation_2="Presione ${yellow}ENTER$transparent para saltar"
|
||||||
|
#
|
||||||
|
header_webinterface="Seleccione su opción"
|
||||||
|
header_ConnectionRESET="Seleccione página de Login"
|
||||||
|
#
|
||||||
|
general_back="Atrás"
|
||||||
|
general_error_1="No_Encontrado"
|
||||||
|
general_case_error="Opción desconocida. Elija de nuevo"
|
||||||
|
general_exitmode="Limpiando y cerrando"
|
||||||
|
general_exitmode_1="Deshabilitando interfaz de monitoreo"
|
||||||
|
general_exitmode_2="Deshabilitando interfaz"
|
||||||
|
general_exitmode_3="Deshabilitando "$grey"reenvio de paquetes"
|
||||||
|
general_exitmode_4="Limpiando "$grey"iptables"
|
||||||
|
general_exitmode_5="Restaurando "$grey"tput"
|
||||||
|
general_exitmode_6="Reiniciando "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Limpieza realizada satisfactoriamente!"
|
||||||
|
general_exitmode_8="Gracias por usar fluxion"
|
||||||
|
#
|
||||||
|
selection_1="Clientes activos"
|
||||||
|
selection_2="Seleccione objetivo. Para reescanear teclee$red r$transparent"
|
||||||
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
header_setinterface="Sélectionnez une interface"
|
||||||
|
setinterface_error="Pas de carte wifi detecté, fin..."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Sélectionnez un canal"
|
||||||
|
choosescan_option_1="Tous les canaux "
|
||||||
|
choosescan_option_2="Canal spécifique"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="Un seul canal"
|
||||||
|
scanchan_option_2="Plusieurs canaux"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Scan du reseau"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Sélectionnez une option d'attaque"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Recommandé)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Connexion plus lente)"
|
||||||
|
askAP_option_4="Bruteforce - (Handshake requis)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="METHODE DE VÉRIFICATION DU PASSWORD"
|
||||||
|
askauth_option_1="Handshake ("$red"Recommandé)"
|
||||||
|
askauth_option_2="Wpa_supplicant (Plus d'échecs)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Vérification du Handshake"
|
||||||
|
deauthforce_option_1="aircrack-ng (Moins de chance)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Capture du Handshake*"
|
||||||
|
deauthMENU_option_1="Vérification du Handshake"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Sélectionnez votre option"
|
||||||
|
header_ConnectionRESET="Sélectionnez la page de connexion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="Retour"
|
||||||
|
general_error_1="Pas trouvé"
|
||||||
|
general_case_error="Option inconnue. Sélectionnez à nouveau"
|
||||||
|
general_exitmode="Nettoyage et fermeture"
|
||||||
|
general_exitmode_1="Désactivation de l'interface de monitoring"
|
||||||
|
general_exitmode_2="Désactivation de l'interface"
|
||||||
|
general_exitmode_3="Désactivation de "$grey" transmission de paquets"
|
||||||
|
general_exitmode_4="Nettoyage "$grey"iptables"
|
||||||
|
general_exitmode_5="Restauration "$grey"tput"
|
||||||
|
general_exitmode_6="Redémarrage "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Nettoyage effectué avec succès!"
|
||||||
|
general_exitmode_8="Merci d'avoir utilisé fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Clients actifs"
|
||||||
|
selection_2="Sélectionnez une cible. Pour relancer un scan, touche $red r$transparent"
|
|
@ -0,0 +1,52 @@
|
||||||
|
header_setinterface="Wähle deine Netzwerkkarte aus"
|
||||||
|
setinterface_error="Es wurden keine Netzwerkkarten gefunden, beende..."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Wähle deinen Kanal aus"
|
||||||
|
|
||||||
|
choosescan_option_1="Alle Kanäle"
|
||||||
|
choosescan_option_2="Spezifische Kanal(e)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="Einzelner Kanal"
|
||||||
|
scanchan_option_2="Mehrere Kanäle"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Scanne Netzwerke..."
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Wähle deine Angriffsmethode aus"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Empfohlen)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Langsame Verbindung)"
|
||||||
|
askAP_option_4="Bruteforce - (Handshake wird benötigt)"
|
||||||
|
general_back="Zurück"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="Methode zum Prüfen des Handshake"
|
||||||
|
askauth_option_1="Handshake ("$red"Empfohlen)"
|
||||||
|
askauth_option_2="Wpa_supplicant (Mehrere Ausfälle)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Handshake-Überprüfung"
|
||||||
|
deauthforce_option_1="aircrack-ng (Ausfall möglich)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Erfassung des Handshake*"
|
||||||
|
deauthMENU_option_1="Überprüfe Handshake"
|
||||||
|
deauthMENU_option_2="Starte neu"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Wähle deine Strategie aus"
|
||||||
|
header_ConnectionRESET="Wähle deine Anmeldeseite aus"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_case_error="Unbekannte Option, wähle neu aus"
|
||||||
|
general_error_1="Nicht gefunden"
|
||||||
|
general_error_2="Datei wurde ${red}nicht$transparent gefunden"
|
||||||
|
general_back="Zurück"
|
||||||
|
general_exitmode="Aufräumen und schließen"
|
||||||
|
general_exitmode_1="Deaktivierung des Monitor Interface"
|
||||||
|
general_exitmode_2="Deaktivierung des Interface"
|
||||||
|
general_exitmode_3="Deaktivierung "$grey"von weiterleiten von Paketen"
|
||||||
|
general_exitmode_4="Säubere "$grey"iptables"
|
||||||
|
general_exitmode_5="Wiederherstellung von"$grey"tput"
|
||||||
|
general_exitmode_6="Neustarten des "$grey"Netzwerk Manager"
|
||||||
|
general_exitmode_7="Wiederherstellung war erfolgreich"
|
||||||
|
general_exitmode_8="Vielen Dank für die Nutzung von Fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Mit aktive Nutzer"
|
||||||
|
selection_2="Wähle dein Angriffsziel aus. Um neu zu scannen tippe $red r$transparent"
|
|
@ -0,0 +1,48 @@
|
||||||
|
header_setinterface="Επιλέξτε μία διεπαφή"
|
||||||
|
setinterface_error="Δεν υπάρχουν ασύρματες κάρτες δικτύου, έξοδος..."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Επίλεξτε κανάλι"
|
||||||
|
choosescan_option_1="Όλα τα κανάλια"
|
||||||
|
choosescan_option_2="Συγκεκριμένο(α) κανάλι(α)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="Μονό κανάλι"
|
||||||
|
scanchan_option_2="Πολλαπλά κανάλια"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="Εποπτεία Wi-Fi"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Σκανάρισμα στόχου"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Επίλογη τύπου επίθεσης"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Συνιστάται)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Πιό αργή σύνδεση)"
|
||||||
|
askAP_option_4="Bruteforce - (Απαιτείται το Handshake)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="Μέθοδος επαλήθευσης κωδικού πρόσβασης"
|
||||||
|
askauth_option_1="Handshake ("$red"Συνιστάται)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Περισσότερες αποτυχίες)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Επαλήθευση Handshake"
|
||||||
|
deauthforce_option_1="aircrack-ng (Πιθανότητα αποτυχίας)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Λήψη του Handshake*"
|
||||||
|
deauthMENU_option_1="Έλεγχος του handshake"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Επίλεξτε την επιλογή σας"
|
||||||
|
header_ConnectionRESET="Επίλογη Σελίδας Εισόδου"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="Πίσω"
|
||||||
|
general_error_1="Δέν_βρέθηκε"
|
||||||
|
general_case_error="Άγνωστη επιλογή. Επιλέξτε ξανά"
|
||||||
|
general_exitmode="Καθαρισμός και τερματισμός"
|
||||||
|
general_exitmode_1="Απενεργοποίση εποπτείας περιβάλλοντος"
|
||||||
|
general_exitmode_2="Απενεργοποίηση περιβάλλοντος"
|
||||||
|
general_exitmode_3="Απενεργοποίηση "$grey"προώθησης των πακέτων"
|
||||||
|
general_exitmode_4="Καθαρισμός "$grey"iptables"
|
||||||
|
general_exitmode_5="Επαναφορά "$grey"tput"
|
||||||
|
general_exitmode_6="Επανεκκίνηση "$grey"του Διαχειριστή δικτύου"
|
||||||
|
general_exitmode_7="Ο Καθαρισμός εκτελέστηκε με επιτυχία!"
|
||||||
|
general_exitmode_8="Ευχαριστούμε που χρησιμοποιήσατε το fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Ενεργοί πελάτες"
|
||||||
|
selection_2="Επιλέξτε στόχο. Για σκανάρισμα ξανά, πατήστε το$red r$transparent"
|
|
@ -0,0 +1,51 @@
|
||||||
|
header_setinterface="Seleziona un'interfaccia"
|
||||||
|
setinterface_error="Nessuna scheda di rete trovata, chiusura..."
|
||||||
|
|
||||||
|
#
|
||||||
|
header_choosescan="Selezione Canale"
|
||||||
|
choosescan_option_1="Tutti i Canali"
|
||||||
|
choosescan_option_2="Definisci Canale/i"
|
||||||
|
#
|
||||||
|
scanchan_option_1="Canale Singolo"
|
||||||
|
scanchan_option_2="Canali Multipli"
|
||||||
|
#
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
#
|
||||||
|
header_scanchan="Scansione dell'Obiettivo"
|
||||||
|
#
|
||||||
|
header_askAP="Seleziona Opzione d'Attacco"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Consigliato!)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Connessione Lenta)"
|
||||||
|
askAP_option_4="Bruteforce - (Richiede handshake)"
|
||||||
|
#
|
||||||
|
header_askauth="MODALITA' DI VERIFICA DELLA PASSWORD"
|
||||||
|
askauth_option_1="Handshake ("$red"Consigliato!)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Rischio di Insuccesso)"
|
||||||
|
#
|
||||||
|
header_deauthforce="Controllo dell'Handshake"
|
||||||
|
deauthforce_option_1="aircrack-ng (Possibilità di Errori)"
|
||||||
|
#
|
||||||
|
header_deauthMENU="*Cattura dell'Handshake*"
|
||||||
|
deauthMENU_option_1="Controllo handshake"
|
||||||
|
#
|
||||||
|
handshakelocation_1="posizione dell'handshake (Esempio: $red$WORK_DIR.cap$transparent)"
|
||||||
|
handshakelocation_2="Premi ${yellow}INVIO$transparent per avanzare"
|
||||||
|
#
|
||||||
|
header_webinterface="Seleziona la tua scelta"
|
||||||
|
header_ConnectionRESET="Seleziona la pagina di Login"
|
||||||
|
#
|
||||||
|
general_back="Indietro"
|
||||||
|
general_error_1="Non_Trovato"
|
||||||
|
general_case_error="Opzione Sconosciuta. Scegli di nuovo"
|
||||||
|
general_exitmode="Pulizia e chiusura"
|
||||||
|
general_exitmode_1="Disabilito l'Interfaccia Monitor"
|
||||||
|
general_exitmode_2="Disabilito l'Interfaccia"
|
||||||
|
general_exitmode_3="Disabilito "$grey"l'invio dei pacchetti"
|
||||||
|
general_exitmode_4="Pulisco "$grey"iptables"
|
||||||
|
general_exitmode_5="Ripristino "$grey"tput"
|
||||||
|
general_exitmode_6="Riavvio il "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Pulizia avvenuta con successo!"
|
||||||
|
general_exitmode_8="Grazie per aver utilizzato Fluxion"
|
||||||
|
#
|
||||||
|
selection_1="Dispositivi connessi"
|
||||||
|
selection_2="Seleziona Obiettivo. Per effettuare una nuova scansione delle reti premi$red r$transparent"
|
|
@ -0,0 +1,51 @@
|
||||||
|
header_setinterface="Selecteaza o interfata"
|
||||||
|
setinterface_error="Nu este nici o placa de retea wireless, iesire..."
|
||||||
|
|
||||||
|
#
|
||||||
|
header_choosescan="Selecteaza canalul"
|
||||||
|
choosescan_option_1="Toate canalele "
|
||||||
|
choosescan_option_2="Canal specific(s)"
|
||||||
|
#
|
||||||
|
scanchan_option_1="Un singur canal"
|
||||||
|
scanchan_option_2="Canale multiple"
|
||||||
|
#
|
||||||
|
header_scan="WIFI Monitor"
|
||||||
|
#
|
||||||
|
header_scanchan="Scaneaza tinta"
|
||||||
|
#
|
||||||
|
header_askAP="Selecteaza optiunea de atac"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Recomandat)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Conexiune mai lenta)"
|
||||||
|
askAP_option_4="Bruteforce - (Handshake este necesara)"
|
||||||
|
#
|
||||||
|
header_askauth="METODA PENTRU VERIFICAREA PAROLEI"
|
||||||
|
askauth_option_1="Handshake ("$red"Recomandat)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Mai multe eșecuri)"
|
||||||
|
#
|
||||||
|
header_deauthforce="Verificare Handshake"
|
||||||
|
deauthforce_option_1="aircrack-ng (Sansa ratata)"
|
||||||
|
#
|
||||||
|
header_deauthMENU="*Capturare Handshake*"
|
||||||
|
deauthMENU_option_1="Verificare handshake"
|
||||||
|
#
|
||||||
|
handshakelocation_1="Handshake locatie (Examplu: $red$WORK_DIR.cap$transparent)"
|
||||||
|
handshakelocation_2="Apasa ${yellow}ENTER$transparent to skip"
|
||||||
|
#
|
||||||
|
header_webinterface="Selecteaza optiunea ta"
|
||||||
|
header_ConnectionRESET="Selecteaza pagina de logare"
|
||||||
|
#
|
||||||
|
general_back="Inapoi"
|
||||||
|
general_error_1="Nu a fost gasit"
|
||||||
|
general_case_error="Optiune necunoscuta. Incearca din nou"
|
||||||
|
general_exitmode="Curatire si inchidere"
|
||||||
|
general_exitmode_1="Dezacticati interfata monitorizata"
|
||||||
|
general_exitmode_2="Dezactivati interfata"
|
||||||
|
general_exitmode_3="Dezactivati "$grey"forwarding of packets"
|
||||||
|
general_exitmode_4="Curatire "$grey"iptables"
|
||||||
|
general_exitmode_5="Restaurare "$grey"tput"
|
||||||
|
general_exitmode_6="Restartare "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Curatire efectuata cu succes!"
|
||||||
|
general_exitmode_8="Multumesc pentru ca ati folosit fluxion"
|
||||||
|
#
|
||||||
|
selection_1="Clienti activi"
|
||||||
|
selection_2="Selecteaza tinta. Pentru rescanare tastati$red r$transparent"
|
|
@ -0,0 +1,75 @@
|
||||||
|
|
||||||
|
#EN
|
||||||
|
source $WORK_DIR/sites/neutra/en
|
||||||
|
|
||||||
|
#GER
|
||||||
|
source $WORK_DIR/sites/neutra/ger
|
||||||
|
|
||||||
|
#ESP
|
||||||
|
source $WORK_DIR/sites/neutra/esp
|
||||||
|
|
||||||
|
#IT
|
||||||
|
source $WORK_DIR/sites/neutra/it
|
||||||
|
|
||||||
|
#FR
|
||||||
|
source $WORK_DIR/sites/neutra/fr
|
||||||
|
|
||||||
|
#POR
|
||||||
|
source $WORK_DIR/sites/neutra/por
|
||||||
|
|
||||||
|
#RUS
|
||||||
|
source $WORK_DIR/sites/neutra/rus
|
||||||
|
|
||||||
|
#TR
|
||||||
|
source $WORK_DIR/sites/neutra/tr
|
||||||
|
|
||||||
|
#RO
|
||||||
|
source $WORK_DIR/sites/neutra/ro
|
||||||
|
|
||||||
|
#HU
|
||||||
|
source $WORK_DIR/sites/neutra/hu
|
||||||
|
|
||||||
|
#ARA
|
||||||
|
source $WORK_DIR/sites/neutra/ara
|
||||||
|
|
||||||
|
#CN
|
||||||
|
source $WORK_DIR/sites/neutra/cn
|
||||||
|
|
||||||
|
#GR
|
||||||
|
source $WORK_DIR/sites/neutra/gr
|
||||||
|
|
||||||
|
#CZ
|
||||||
|
source $WORK_DIR/sites/neutra/cz
|
||||||
|
|
||||||
|
#NO
|
||||||
|
source $WORK_DIR/sites/neutra/no
|
||||||
|
|
||||||
|
#BG
|
||||||
|
source $WORK_DIR/sites/neutra/bg
|
||||||
|
|
||||||
|
#SRB
|
||||||
|
source $WORK_DIR/sites/neutra/srb
|
||||||
|
|
||||||
|
#PL
|
||||||
|
source $WORK_DIR/sites/neutra/pl
|
||||||
|
|
||||||
|
#ID
|
||||||
|
source $WORK_DIR/sites/neutra/id
|
||||||
|
|
||||||
|
#NL
|
||||||
|
source $WORK_DIR/sites/neutra/nl
|
||||||
|
|
||||||
|
#DAN
|
||||||
|
source $WORK_DIR/sites/neutra/dan
|
||||||
|
|
||||||
|
#TH
|
||||||
|
source $WORK_DIR/sites/neutra/th
|
||||||
|
|
||||||
|
#HE
|
||||||
|
source $WORK_DIR/sites/neutra/he
|
||||||
|
|
||||||
|
#Portuguese
|
||||||
|
source $WORK_DIR/sites/neutra/por
|
||||||
|
|
||||||
|
# SVN
|
||||||
|
source $WORK_DIR/sites/neutra/svn
|
|
@ -0,0 +1,48 @@
|
||||||
|
header_setinterface="Izberite vmesnik"
|
||||||
|
setinterface_error="Tukaj ni nobenega primernega vmesnika, zapiram...."
|
||||||
|
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_choosescan="Izberite kanal"
|
||||||
|
choosescan_option_1="Vsi kanali "
|
||||||
|
choosescan_option_2="Določen kanal/i"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
scanchan_option_1="En kanal"
|
||||||
|
scanchan_option_2="Več kanalov"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scan="WIFI Nadzor"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_scanchan="Skeniram tarče"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askAP="Izberite način napada"
|
||||||
|
askAP_option_1="FakeAP - Hostapd ("$red"Priporočeno)"
|
||||||
|
askAP_option_2="FakeAP - airbase-ng (Počasnejša povezava)"
|
||||||
|
askAP_option_4="Bruteforce - (Handshake je potreben)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_askauth="METODA PREVERITVE GESLA"
|
||||||
|
askauth_option_1="Handshake ("$red"Priporočeno)"
|
||||||
|
askauth_option_2="Wpa_supplicant(Slabša zanesljivost)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthforce="Handshake preverjanje"
|
||||||
|
deauthforce_option_1="aircrack-ng (Miss chance)"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_deauthMENU="*Zajami Handshake*"
|
||||||
|
deauthMENU_option_1="Preveri handshake"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
header_webinterface="Izberi možnost"
|
||||||
|
header_ConnectionRESET="Izberi prijavno stran"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
general_back="Nazaj"
|
||||||
|
general_error_1="Ni_najdeno"
|
||||||
|
general_case_error="Nepoznana možnost, izberi ponovno!"
|
||||||
|
general_exitmode="Čiščenje in zapiranje"
|
||||||
|
general_exitmode_1="Onemogočanje nadzornega načina"
|
||||||
|
general_exitmode_2="Onemogočanje vmesnika"
|
||||||
|
general_exitmode_3="Onemogočanje "$grey"posredovanja paketov"
|
||||||
|
general_exitmode_4="Čiščenje "$grey"iptables"
|
||||||
|
general_exitmode_5="Obnavljam "$grey"tput"
|
||||||
|
general_exitmode_6="Ponovno zaganjam "$grey"Network-Manager"
|
||||||
|
general_exitmode_7="Čiščenje je bilo uspšno!"
|
||||||
|
general_exitmode_8="Hvala ker uporabljaš fluxion"
|
||||||
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
selection_1="Aktivnih odjemalcev"
|
||||||
|
selection_2="Izberite tarčo. Za ponovno skeniranje napisi $red r$transparent"
|
|
@ -0,0 +1,51 @@
|
||||||
|
header_setinterface="Bir Ag Secin"
|
||||||
|
setinterface_error="Wireless adaptorunuz yok, program kapatiliyor..."
|
||||||
|
|
||||||
|
#
|
||||||
|
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_scanchan="Hedef Taraniyor"
|
||||||
|
#
|
||||||
|
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_webinterface="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"
|
|
@ -0,0 +1,101 @@
|
||||||
|
function exitmode {
|
||||||
|
if [ $FLUX_DEBUG != 1 ]; then
|
||||||
|
conditional_clear
|
||||||
|
top
|
||||||
|
echo -e "\n\n"$white"["$red"-"$white"] "$red"$general_exitmode"$transparent""
|
||||||
|
|
||||||
|
if ps -A | grep -q aireplay-ng; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"aireplay-ng"$transparent""
|
||||||
|
killall aireplay-ng &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps -A | grep -q airodump-ng; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"airodump-ng"$transparent""
|
||||||
|
killall airodump-ng &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps a | grep python| grep fakedns; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"python"$transparent""
|
||||||
|
kill $(ps a | grep python| grep fakedns | awk '{print $1}') &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps -A | grep -q hostapd; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"hostapd"$transparent""
|
||||||
|
killall hostapd &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps -A | grep -q lighttpd; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"lighttpd"$transparent""
|
||||||
|
killall lighttpd &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps -A | grep -q dhcpd; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"dhcpd"$transparent""
|
||||||
|
killall dhcpd &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ps -A | grep -q mdk3; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Kill "$grey"mdk3"$transparent""
|
||||||
|
killall mdk3 &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$WIFI_MONITOR" != "" ]; then
|
||||||
|
echo -e ""$weis"["$rot"-"$weis"] "$weis"$general_exitmode_1 "$green"$WIFI_MONITOR"$transparent""
|
||||||
|
./lib/airmon/airmon stop $WIFI_MONITOR &> $flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if [ "$WIFI" != "" ]; then
|
||||||
|
echo -e ""$weis"["$rot"-"$weis"] "$weis"$general_exitmode_2 "$green"$WIFI"$transparent""
|
||||||
|
./lib/airmon/airmon stop $WIFI &> $flux_output_device
|
||||||
|
macchanger -p $WIFI &> $flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if [ "$(cat /proc/sys/net/ipv4/ip_forward)" != "0" ]; then
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"$general_exitmode_3"$transparent""
|
||||||
|
sysctl -w net.ipv4.ip_forward=0 &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"$general_exitmode_4"$transparent""
|
||||||
|
if [ ! -f $DUMP_PATH/iptables-rules ];then
|
||||||
|
iptables --flush
|
||||||
|
iptables --table nat --flush
|
||||||
|
iptables --delete-chain
|
||||||
|
iptables --table nat --delete-chain
|
||||||
|
else
|
||||||
|
iptables-restore < $DUMP_PATH/iptables-rules
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"$general_exitmode_5"$transparent""
|
||||||
|
tput cnorm
|
||||||
|
|
||||||
|
if [ $FLUX_DEBUG != 1 ]; then
|
||||||
|
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"Delete "$grey"files"$transparent""
|
||||||
|
rm -R $DUMP_PATH/* &>$flux_output_device
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $KEEP_NETWORK = 0 ]; then
|
||||||
|
|
||||||
|
echo -e ""$white"["$red"-"$white"] "$white"$general_exitmode_6"$transparent""
|
||||||
|
# systemctl check
|
||||||
|
systemd=`whereis systemctl`
|
||||||
|
if [ "$systemd" = "" ];then
|
||||||
|
service network-manager restart &> $flux_output_device &
|
||||||
|
service networkmanager restart &> $flux_output_device &
|
||||||
|
service networking restart &> $flux_output_device &
|
||||||
|
else
|
||||||
|
systemctl restart NetworkManager &> $flux_output_device &
|
||||||
|
fi
|
||||||
|
echo -e ""$white"["$green"+"$white"] "$green"$general_exitmode_7"$transparent""
|
||||||
|
echo -e ""$white"["$green"+"$white"] "$grey"$general_exitmode_8"$transparent""
|
||||||
|
sleep 2
|
||||||
|
clear
|
||||||
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit
|
||||||
|
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color:#e5e5e5;
|
background-color:#FFFFFF;
|
||||||
min-height:600px;
|
min-height:600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ body {
|
||||||
border:0;
|
border:0;
|
||||||
border-top:0;
|
border-top:0;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panes{
|
.panes{
|
||||||
|
@ -24,14 +24,14 @@ body {
|
||||||
border:0;
|
border:0;
|
||||||
border-top:0;
|
border-top:0;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
}
|
}
|
||||||
.basic-menu{
|
.basic-menu{
|
||||||
margin:0px;
|
margin:0px;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
margin-top:20px;
|
margin-top:20px;
|
||||||
color:#4e4e4e;
|
color:#4e4e4e;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
height:480px;
|
height:480px;
|
||||||
width:200px;
|
width:200px;
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ body {
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
height:30px;
|
height:30px;
|
||||||
width:200px;
|
width:200px;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
background: url("../img/basic-white-button.gif") no-repeat left top;
|
background: url("../img/basic-white-button.gif") no-repeat left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#4e4e4e;
|
color:#4e4e4e;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#4e4e4e;
|
color:#4e4e4e;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ body {
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
height:30px;
|
height:30px;
|
||||||
width:200px;
|
width:200px;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
background: url("../img/basic-green-button.gif") no-repeat left top;
|
background: url("../img/basic-green-button.gif") no-repeat left top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:6px;
|
padding-top:6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:6px;
|
padding-top:6px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
@ -111,7 +111,7 @@ body {
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
height:30px;
|
height:30px;
|
||||||
width:200px;
|
width:200px;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
background: url("../img/gray-button.gif") no-repeat;
|
background: url("../img/gray-button.gif") no-repeat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -130,7 +130,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ body {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#4e4e4e;
|
color:#4e4e4e;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#E5E5E5;
|
background-color:#FFFFFF;
|
||||||
padding-top:5px;
|
padding-top:5px;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
@ -364,7 +364,7 @@ body {
|
||||||
width:170px;
|
width:170px;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
color:#adadad;
|
color:#adadad;
|
||||||
background:#e5e5e5;
|
background:#FFFFFF;
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -389,7 +389,7 @@ body {
|
||||||
width:170px;
|
width:170px;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
color:#4e4e4e;
|
color:#4e4e4e;
|
||||||
background:#e5e5e5;
|
background:#FFFFFF;
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -412,7 +412,7 @@ body {
|
||||||
width:170px;
|
width:170px;
|
||||||
padding-top:0px;
|
padding-top:0px;
|
||||||
color:#adadad;
|
color:#adadad;
|
||||||
background:#e5e5e5;
|
background:#FFFFFF;
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 84 B |
After Width: | Height: | Size: 821 B |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 198 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 63 KiB |
After Width: | Height: | Size: 230 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 353 B |
After Width: | Height: | Size: 277 B |
After Width: | Height: | Size: 369 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 450 B |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 900 B |
After Width: | Height: | Size: 546 B |
After Width: | Height: | Size: 150 B |
After Width: | Height: | Size: 80 B |
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1010 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 917 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 803 B |
After Width: | Height: | Size: 73 B |
After Width: | Height: | Size: 72 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 151 B |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 769 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 793 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 998 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 871 B |
After Width: | Height: | Size: 89 B |
After Width: | Height: | Size: 89 B |
After Width: | Height: | Size: 274 B |
After Width: | Height: | Size: 319 B |
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 366 B |
After Width: | Height: | Size: 1.5 KiB |