From 32b945fca1060a80ddd431b3de62437280202e09 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Fri, 27 Apr 2018 18:00:11 -0500 Subject: [PATCH] Added tracker interface query tip. --- fluxion.sh | 4 +++- language/cs.sh | 1 + language/de.sh | 1 + language/el.sh | 1 + language/en.sh | 1 + language/es.sh | 1 + language/fr.sh | 1 + language/it.sh | 1 + language/pl.sh | 1 + language/pt-br.sh | 1 + language/ro.sh | 1 + language/ru.sh | 1 + language/sk.sh | 1 + language/sl.sh | 1 + language/tk.sh | 1 + language/zh.sh | 1 + 16 files changed, 18 insertions(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index ded33da..b1e7039 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -1375,8 +1375,10 @@ fluxion_target_set_tracker() { if [ "$FluxionTargetTrackerInterface" == "" ]; then echo "Running get interface (tracker)." > $FLUXIONOutputDevice + local -r interfaceQuery=$FLUXIONTargetTrackerInterfaceQuery + local -r interfaceQueryTip=$FLUXIONTargetTrackerInterfaceQueryTip if ! fluxion_get_interface attack_tracking_interfaces \ - "$FLUXIONTargetTrackerInterfaceQuery"; then + "$interfaceQuery\n$FLUXIONVLine $interfaceQueryTip"; then echo "Failed to get tracker interface!" > $FLUXIONOutputDevice return 2 fi diff --git a/language/cs.sh b/language/cs.sh index bdab6b0..0dee7be 100755 --- a/language/cs.sh +++ b/language/cs.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/de.sh b/language/de.sh index 11fb660..3dd2db0 100755 --- a/language/de.sh +++ b/language/de.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starte die Netzwerkkarte im sogenannten Monitor # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/el.sh b/language/el.sh index b872c22..9bb8f58 100755 --- a/language/el.sh +++ b/language/el.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Έναρξη διεπαφής παρακολου # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/en.sh b/language/en.sh index 245538a..1b317d1 100755 --- a/language/en.sh +++ b/language/en.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/es.sh b/language/es.sh index 33238cd..9f5fad1 100755 --- a/language/es.sh +++ b/language/es.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/fr.sh b/language/fr.sh index 5ae3eee..271bdee 100755 --- a/language/fr.sh +++ b/language/fr.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Lancement de l'interface de monitoring..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/it.sh b/language/it.sh index 86a7bfc..996f222 100755 --- a/language/it.sh +++ b/language/it.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Avvio dell'interfaccia MONITOR..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/pl.sh b/language/pl.sh index 222b690..aefa3dd 100644 --- a/language/pl.sh +++ b/language/pl.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/pt-br.sh b/language/pt-br.sh index d618246..3db7ffe 100755 --- a/language/pt-br.sh +++ b/language/pt-br.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Iniciando modo monitor..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/ro.sh b/language/ro.sh index 6b54e71..0d1fff3 100755 --- a/language/ro.sh +++ b/language/ro.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/ru.sh b/language/ru.sh index d3cacdd..f4fd365 100755 --- a/language/ru.sh +++ b/language/ru.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Запуск интерфейса монитор # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Выберите беспроводной интерфейс для поиска целей." FLUXIONTargetTrackerInterfaceQuery="Выберите интерфейс для отслеживания целей." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Отсутствует информация об ESSID, BSSID или канале!" FLUXIONTargettingAccessPointAboveNotice="Fluxion нацелен на вышеприведённую точку доступа." FLUXIONContinueWithTargetQuery="Продолжить с этой целью?" diff --git a/language/sk.sh b/language/sk.sh index 04dfc3d..cd8f35a 100644 --- a/language/sk.sh +++ b/language/sk.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Štartujem monitorovací adaptér..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/sl.sh b/language/sl.sh index eadfed9..a68a5af 100755 --- a/language/sl.sh +++ b/language/sl.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/tk.sh b/language/tk.sh index 27b72bb..d6f1564 100755 --- a/language/tk.sh +++ b/language/tk.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="Starting monitor interface..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?" diff --git a/language/zh.sh b/language/zh.sh index 5a7e7d9..00bbba0 100755 --- a/language/zh.sh +++ b/language/zh.sh @@ -25,6 +25,7 @@ FLUXIONStartingWIMonitorNotice="启动监听模式..." # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching." FLUXIONTargetTrackerInterfaceQuery="Select an interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSWht}Avoid$CClr selecting a ${CSWht}virtual interface${CClr} here." FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." FLUXIONContinueWithTargetQuery="Continue with this target?"