Added all missing globals in language files.
This commit is contained in:
parent
aaa0efc225
commit
1876c9db8d
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# German
|
||||
|
||||
header_setinterface="Wähle deine Netzwerkkarte aus"
|
||||
FLUXIONInterfaceQuery="Wähle deine Netzwerkkarte aus"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Wähle deinen Kanal aus"
|
||||
choosescan_option_1="Alle Kanäle"
|
||||
choosescan_option_2="Spezifische Kanal(e)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Einzelner Kanal"
|
||||
scanchan_option_2="Mehrere Kanäle"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION Scanner"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Wähle deine Angriffsmethode aus"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Empfohlen$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Langsame Verbindung)"
|
||||
FLUXIONScannerChannelQuery="Wähle deinen Kanal aus"
|
||||
FLUXIONScannerChannelOptionAll="Alle Kanäle"
|
||||
FLUXIONScannerChannelOptionSpecific="Spezifische Kanal(e)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="Methode zum Prüfen des Handshake"
|
||||
askauth_option_1="Handshake (${CYel}Empfohlen$CClr)"
|
||||
askauth_option_2="Wpa_supplicant (Mehrere Ausfälle)"
|
||||
FLUXIONScannerChannelSingleTip="Einzelner Kanal"
|
||||
FLUXIONScannerChannelMiltipleTip="Mehrere Kanäle"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="FLUXION Scanner"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Wählen Sie einen drahtlosen Angriff für den Zugangspunkt aus"
|
||||
FLUXIONAPServiceQuery="Wähle deine Angriffsmethode aus"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Empfohlen$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Langsame Verbindung)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Zurück"
|
||||
general_exit="${CRed}Ausgang"
|
||||
general_repeat="${CRed}Wiederholen Sie den Vorgang"
|
||||
general_case_error="Unbekannte Option, wähle neu aus"
|
||||
general_error_1="Nicht gefunden"
|
||||
general_exitmode="Aufräumen und schließen"
|
||||
general_exitmode_1="Deaktivierung des Monitor Interface"
|
||||
general_exitmode_2="Deaktivierung des Interface"
|
||||
general_exitmode_3="Deaktivierung ${CGry}von weiterleiten von Paketen"
|
||||
general_exitmode_4="Säubere ${CGry}iptables"
|
||||
general_exitmode_5="Wiederherstellung von ${CGry}tput"
|
||||
general_exitmode_6="Neustarten des ${CGry}Netzwerk Manager"
|
||||
general_exitmode_7="Wiederherstellung war erfolgreich"
|
||||
general_exitmode_8="Vielen Dank für die Nutzung von FLUXION"
|
||||
CaptivePortalVerificationMethodQuery="Methode zum Prüfen des Handshake"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Wählen Sie einen drahtlosen Angriff für den Zugangspunkt aus"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Zurück"
|
||||
FLUXIONGeneralExitOption="${CRed}Ausgang"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Wiederholen Sie den Vorgang"
|
||||
FLUXIONGeneralNotFoundError="Nicht gefunden"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Aufräumen und schließen"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Deaktivierung des Monitor Interface"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Deaktivierung des Interface"
|
||||
FLUXIONDisablingPacketForwardingNotice="Deaktivierung ${CGry}von weiterleiten von Paketen"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Säubere ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Wiederherstellung von ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Neustarten des ${CGry}Netzwerk Manager"
|
||||
FLUXIONCleanupSuccessNotice="Wiederherstellung war erfolgreich"
|
||||
FLUXIONThanksSupportersNotice="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 $CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# English
|
||||
|
||||
header_setinterface="Select a wireless interface"
|
||||
FLUXIONInterfaceQuery="Select a wireless interface"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Select a channel to monitor"
|
||||
choosescan_option_1="All channels "
|
||||
choosescan_option_2="Specific channel(s)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Single channel"
|
||||
scanchan_option_2="Multiple channels"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION Scanner"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Select an access point service"
|
||||
askAP_option_1="Rogue AP - hostapd (${CYel}Recommended$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (slow)"
|
||||
FLUXIONScannerChannelQuery="Select a channel to monitor"
|
||||
FLUXIONScannerChannelOptionAll="All channels"
|
||||
FLUXIONScannerChannelOptionSpecific="Specific channel(s)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="Select a password verification method"
|
||||
askauth_option_1="AP handshake verification (${CYel}Recommended$CClr)"
|
||||
askauth_option_2="AP wpa_supplicant authentication (slow)"
|
||||
FLUXIONScannerChannelSingleTip="Single channel"
|
||||
FLUXIONScannerChannelMiltipleTip="Multiple channels"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="FLUXION Scanner"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Select a wireless attack for the access point"
|
||||
FLUXIONAPServiceQuery="Select an access point service"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - hostapd (${CYel}Recommended$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (slow)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Back"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Unknown option. Choose again"
|
||||
general_error_1="Not_Found"
|
||||
general_exitmode="Cleaning and closing"
|
||||
general_exitmode_1="Disabling monitoring interface"
|
||||
general_exitmode_2="Disabling extra interfaces"
|
||||
general_exitmode_3="Disabling ${CGry}forwarding of packets"
|
||||
general_exitmode_4="Cleaning ${CGry}iptables"
|
||||
general_exitmode_5="Restoring ${CGry}tput"
|
||||
general_exitmode_6="Restarting ${CGry}Network-Manager"
|
||||
general_exitmode_7="Cleanup performed successfully!"
|
||||
general_exitmode_8="Thanks for using FLUXION"
|
||||
CaptivePortalVerificationMethodQuery="Select a password verification method"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Select a wireless attack for the access point"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Back"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Not Found"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Cleaning and closing"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Disabling monitoring interface"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Disabling extra interfaces"
|
||||
FLUXIONDisablingPacketForwardingNotice="Disabling ${CGry}forwarding of packets"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Cleaning ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Restoring ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Restarting ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Cleanup performed successfully!"
|
||||
FLUXIONThanksSupportersNotice="Thank you for using FLUXION"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Active clients"
|
||||
selection_2="Select target. For rescan type$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Spanish
|
||||
|
||||
header_setinterface="Seleccione una interfase"
|
||||
FLUXIONInterfaceQuery="Seleccione una interfase"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Seleccione canal"
|
||||
choosescan_option_1="Todos los canales "
|
||||
choosescan_option_2="Canal(es) específico(s)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Canal único"
|
||||
scanchan_option_2="Canales múltiples"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION Escáner"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Seleccione Opción de Ataque"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Recomendado$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Conexión más lenta)"
|
||||
FLUXIONScannerChannelQuery="Seleccione canal"
|
||||
FLUXIONScannerChannelOptionAll="Todos los canales "
|
||||
FLUXIONScannerChannelOptionSpecific="Canal(es) específico(s)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="MÉTODO PARA VERIFICAR CONTRASEÑA"
|
||||
askauth_option_1="Handshake (${CYel}Recomendado$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Más Fallas)"
|
||||
FLUXIONScannerChannelSingleTip="Canal único"
|
||||
FLUXIONScannerChannelMiltipleTip="Canales múltiples"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="FLUXION Escáner"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Seleccione un ataque inalámbrico para el punto de acceso"
|
||||
FLUXIONAPServiceQuery="Seleccione Opción de Ataque"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Recomendado$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Conexión más lenta)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Atrás"
|
||||
general_exit="${CRed}Salir"
|
||||
general_repeat="${CRed}Repetir la operación"
|
||||
general_case_error="Opción desconocida. Elija de nuevo"
|
||||
general_error_1="No_Encontrado"
|
||||
general_exitmode="Limpiando y cerrando"
|
||||
general_exitmode_1="Deshabilitando interfaz de monitoreo"
|
||||
general_exitmode_2="Deshabilitando interfaz"
|
||||
general_exitmode_3="Deshabilitando ${CGry}reenvio de paquetes"
|
||||
general_exitmode_4="Limpiando ${CGry}iptables"
|
||||
general_exitmode_5="Restaurando ${CGry}tput"
|
||||
general_exitmode_6="Reiniciando ${CGry}Network-Manager"
|
||||
general_exitmode_7="Limpieza realizada satisfactoriamente!"
|
||||
general_exitmode_8="Gracias por usar FLUXION"
|
||||
CaptivePortalVerificationMethodQuery="MÉTODO PARA VERIFICAR CONTRASEÑA"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Seleccione un ataque inalámbrico para el punto de acceso"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Atrás"
|
||||
FLUXIONGeneralExitOption="${CRed}Salir"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repetir la operación"
|
||||
FLUXIONGeneralNotFoundError="No_Encontrado"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Limpiando y cerrando"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Deshabilitando interfaz de monitoreo"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Deshabilitando interfaz"
|
||||
FLUXIONDisablingPacketForwardingNotice="Deshabilitando ${CGry}reenvio de paquetes"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Limpiando ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Restaurando ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Reiniciando ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Limpieza realizada satisfactoriamente!"
|
||||
FLUXIONThanksSupportersNotice="Gracias por usar FLUXION"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Clientes activos"
|
||||
selection_2="Seleccione objetivo. Para reescanear teclee$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Romanian
|
||||
|
||||
header_setinterface="Selecteaza o interfata"
|
||||
FLUXIONInterfaceQuery="Selecteaza o interfata"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Selecteaza canalul"
|
||||
choosescan_option_1="Toate canalele "
|
||||
choosescan_option_2="Canal specific(s)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Un singur canal"
|
||||
scanchan_option_2="Canale multiple"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION Scanner"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Selecteaza optiunea de atac"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Recomandat$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Conexiune mai lenta)"
|
||||
FLUXIONScannerChannelQuery="Selecteaza canalul"
|
||||
FLUXIONScannerChannelOptionAll="Toate canalele "
|
||||
FLUXIONScannerChannelOptionSpecific="Canal specific(s)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="METODA PENTRU VERIFICAREA PAROLEI"
|
||||
askauth_option_1="Handshake (${CYel}Recomandat$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Mai multe eșecuri)"
|
||||
FLUXIONScannerChannelSingleTip="Un singur canal"
|
||||
FLUXIONScannerChannelMiltipleTip="Canale multiple"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="FLUXION Scanner"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Selecteaza optiunea ta"
|
||||
FLUXIONAPServiceQuery="Selecteaza optiunea de atac"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Recomandat$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Conexiune mai lenta)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Inapoi"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Optiune necunoscuta. Incearca din nou"
|
||||
general_error_1="Nu a fost gasit"
|
||||
general_exitmode="Curatire si inchidere"
|
||||
general_exitmode_1="Dezacticati interfata monitorizata"
|
||||
general_exitmode_2="Dezactivati interfata"
|
||||
general_exitmode_3="Dezactivati ${CGry}forwarding of packets"
|
||||
general_exitmode_4="Curatire ${CGry}iptables"
|
||||
general_exitmode_5="Restaurare ${CGry}tput"
|
||||
general_exitmode_6="Restartare ${CGry}Network-Manager"
|
||||
general_exitmode_7="Curatire efectuata cu succes!"
|
||||
general_exitmode_8="Multumesc pentru ca ati folosit fluxion"
|
||||
CaptivePortalVerificationMethodQuery="METODA PENTRU VERIFICAREA PAROLEI"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Selecteaza optiunea ta"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Inapoi"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Nu a fost gasit"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Curatire si inchidere"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Dezacticati interfata monitorizata"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Dezactivati interfata"
|
||||
FLUXIONDisablingPacketForwardingNotice="Dezactivati ${CGry}forwarding of packets"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Curatire ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Restaurare ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Restartare ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Curatire efectuata cu succes!"
|
||||
FLUXIONThanksSupportersNotice="Multumesc pentru ca ati folosit fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Clienti activi"
|
||||
selection_2="Selecteaza tinta. Pentru rescanare tastati$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Slovenian
|
||||
|
||||
header_setinterface="Izberite vmesnik"
|
||||
FLUXIONInterfaceQuery="Izberite vmesnik"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Izberite kanal"
|
||||
choosescan_option_1="Vsi kanali "
|
||||
choosescan_option_2="Določen kanal/i"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="En kanal"
|
||||
scanchan_option_2="Več kanalov"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="WIFI Nadzor"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Izberite način napada"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Priporočeno$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Počasnejša povezava)"
|
||||
FLUXIONScannerChannelQuery="Izberite kanal"
|
||||
FLUXIONScannerChannelOptionAll="Vsi kanali "
|
||||
FLUXIONScannerChannelOptionSpecific="Določen kanal/i"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="METODA PREVERITVE GESLA"
|
||||
askauth_option_1="Handshake (${CYel}Priporočeno$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Slabša zanesljivost)"
|
||||
FLUXIONScannerChannelSingleTip="En kanal"
|
||||
FLUXIONScannerChannelMiltipleTip="Več kanalov"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="WIFI Nadzor"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Izberi možnost"
|
||||
FLUXIONAPServiceQuery="Izberite način napada"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Priporočeno$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Počasnejša povezava)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Nazaj"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Nepoznana možnost, izberi ponovno!"
|
||||
general_error_1="Ni_najdeno"
|
||||
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 ${CGry}posredovanja paketov"
|
||||
general_exitmode_4="Čiščenje ${CGry}iptables"
|
||||
general_exitmode_5="Obnavljam ${CGry}tput"
|
||||
general_exitmode_6="Ponovno zaganjam ${CGry}Network-Manager"
|
||||
general_exitmode_7="Čiščenje je bilo uspšno!"
|
||||
general_exitmode_8="Hvala ker uporabljaš fluxion"
|
||||
CaptivePortalVerificationMethodQuery="METODA PREVERITVE GESLA"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Izberi možnost"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Nazaj"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Ni_najdeno"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Čiščenje in zapiranje"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Onemogočanje nadzornega načina"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Onemogočanje vmesnika"
|
||||
FLUXIONDisablingPacketForwardingNotice="Onemogočanje ${CGry}posredovanja paketov"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Čiščenje ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Obnavljam ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Ponovno zaganjam ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Čiščenje je bilo uspšno!"
|
||||
FLUXIONThanksSupportersNotice="Hvala ker uporabljaš fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Aktivnih odjemalcev"
|
||||
selection_2="Izberite tarčo. Za ponovno skeniranje napisi $CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Turkish
|
||||
|
||||
header_setinterface="Bir Ag Secin"
|
||||
FLUXIONInterfaceQuery="Bir Ag Secin"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Kanal Sec"
|
||||
choosescan_option_1="Tum Kanallar "
|
||||
choosescan_option_2="Sectigim Kanal ya da Kanallar"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Tek Kanal"
|
||||
scanchan_option_2="Coklu Kanal"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="Wifi Goruntule"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Saldiri Tipi Secin"
|
||||
askAP_option_1="SahteAP - Hostapd (${CYel}Tavsiye Edilen$CClr)"
|
||||
askAP_option_2="SahteAP - airbase-ng (Yavas Baglanti)"
|
||||
FLUXIONScannerChannelQuery="Kanal Sec"
|
||||
FLUXIONScannerChannelOptionAll="Tum Kanallar "
|
||||
FLUXIONScannerChannelOptionSpecific="Sectigim Kanal ya da Kanallar"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="Sifre Kontrol Metodu"
|
||||
askauth_option_1="Handshake (${CYel}Tavsiye Edilen$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Hata Orani Yuksek)"
|
||||
FLUXIONScannerChannelSingleTip="Tek Kanal"
|
||||
FLUXIONScannerChannelMiltipleTip="Coklu Kanal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="Wifi Goruntule"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Secenegi Sec"
|
||||
FLUXIONAPServiceQuery="Saldiri Tipi Secin"
|
||||
FLUXIONAPServiceHostapdOption="SahteAP - Hostapd (${CYel}Tavsiye Edilen$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="SahteAP - airbase-ng (Yavas Baglanti)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Geri"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Bilinmeyen Secenek. Tekrar Seciniz"
|
||||
general_error_1="Bulunamadi"
|
||||
general_exitmode="Temizleniyor ve Kapatiliyor"
|
||||
general_exitmode_1="Monitor modu kapatiliyor"
|
||||
general_exitmode_2="Ag Arayuzu kapatiliyor"
|
||||
general_exitmode_3="Kapatiliyor ${CGry}forwarding of packets"
|
||||
general_exitmode_4="Temizleniyor ${CGry}iptables"
|
||||
general_exitmode_5="Yenileniyor ${CGry}tput"
|
||||
general_exitmode_6="Tekrar Baslatiliyor ${CGry}Network-Manager"
|
||||
general_exitmode_7="Temizlik Basariyla Tamamlandi!"
|
||||
general_exitmode_8="Fluxion kullandiginiz icin tesekkurler."
|
||||
CaptivePortalVerificationMethodQuery="Sifre Kontrol Metodu"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Secenegi Sec"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Geri"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Bulunamadi"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Temizleniyor ve Kapatiliyor"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Monitor modu kapatiliyor"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Ag Arayuzu kapatiliyor"
|
||||
FLUXIONDisablingPacketForwardingNotice="Kapatiliyor ${CGry}forwarding of packets"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Temizleniyor ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Yenileniyor ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Tekrar Baslatiliyor ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Temizlik Basariyla Tamamlandi!"
|
||||
FLUXIONThanksSupportersNotice="Fluxion kullandiginiz icin tesekkurler."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Aktif kullanicilar"
|
||||
selection_2="Tekrar taramak icin Hedef seciniz type$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# French
|
||||
|
||||
header_setinterface="Sélectionnez une interface"
|
||||
FLUXIONInterfaceQuery="Sélectionnez une interface"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Sélectionnez un canal"
|
||||
choosescan_option_1="Tous les canaux "
|
||||
choosescan_option_2="Canal spécifique"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Un seul canal"
|
||||
scanchan_option_2="Plusieurs canaux"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION Scanner"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Sélectionnez une option d'attaque"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CRed}Recommandé)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Connexion plus lente)"
|
||||
FLUXIONScannerChannelQuery="Sélectionnez un canal"
|
||||
FLUXIONScannerChannelOptionAll="Tous les canaux "
|
||||
FLUXIONScannerChannelOptionSpecific="Canal spécifique"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="METHODE DE VÉRIFICATION DU PASSWORD"
|
||||
askauth_option_1="Handshake (${CRed}Recommandé)"
|
||||
askauth_option_2="Wpa_supplicant (Plus d'échecs)"
|
||||
FLUXIONScannerChannelSingleTip="Un seul canal"
|
||||
FLUXIONScannerChannelMiltipleTip="Plusieurs canaux"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="FLUXION Scanner"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Sélectionnez une attaque sans fil pour le point d'accès"
|
||||
FLUXIONAPServiceQuery="Sélectionnez une option d'attaque"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CRed}Recommandé)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Connexion plus lente)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Retour"
|
||||
general_exit="${CRed}Sortie"
|
||||
general_repeat="${CRed}Répéter l'opération"
|
||||
general_case_error="Option inconnue. Sélectionnez à nouveau"
|
||||
general_error_1="Non trouvé"
|
||||
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 ${CGry}transmission de paquets"
|
||||
general_exitmode_4="Nettoyage de ${CGry}iptables"
|
||||
general_exitmode_5="Restauration de ${CGry}tput"
|
||||
general_exitmode_6="Redémarrage de ${CGry}Network-Manager"
|
||||
general_exitmode_7="Nettoyage effectué avec succès!"
|
||||
general_exitmode_8="Merci d'avoir utilisé fluxion"
|
||||
CaptivePortalVerificationMethodQuery="METHODE DE VÉRIFICATION DU PASSWORD"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Sélectionnez une attaque sans fil pour le point d'accès"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Retour"
|
||||
FLUXIONGeneralExitOption="${CRed}Sortie"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Répéter l'opération"
|
||||
FLUXIONGeneralNotFoundError="Non trouvé"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Nettoyage et fermeture"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Désactivation de l'interface de monitoring"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Désactivation de l'interface"
|
||||
FLUXIONDisablingPacketForwardingNotice="Désactivation de ${CGry}transmission de paquets"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Nettoyage de ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Restauration de ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Redémarrage de ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Nettoyage effectué avec succès!"
|
||||
FLUXIONThanksSupportersNotice="Merci d'avoir utilisé fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Clients actifs"
|
||||
selection_2="Sélectionnez une cible. Pour relancer un scan, appuyez sur la touche $CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Italian
|
||||
|
||||
header_setinterface="Seleziona un'interfaccia"
|
||||
FLUXIONInterfaceQuery="Seleziona un'interfaccia"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Selezione Canale"
|
||||
choosescan_option_1="Tutti i Canali"
|
||||
choosescan_option_2="Definisci Canale/i"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Canale Singolo"
|
||||
scanchan_option_2="Canali Multipli"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="WIFI Monitor"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Seleziona Opzione d'Attacco"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Consigliato!$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Connessione Lenta)"
|
||||
FLUXIONScannerChannelQuery="Selezione Canale"
|
||||
FLUXIONScannerChannelOptionAll="Tutti i Canali"
|
||||
FLUXIONScannerChannelOptionSpecific="Definisci Canale/i"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="MODALITA' DI VERIFICA DELLA PASSWORD"
|
||||
askauth_option_1="Handshake (${CYel}Consigliato!$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Rischio di Insuccesso)"
|
||||
FLUXIONScannerChannelSingleTip="Canale Singolo"
|
||||
FLUXIONScannerChannelMiltipleTip="Canali Multipli"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="WIFI Monitor"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Seleziona la tua scelta"
|
||||
FLUXIONAPServiceQuery="Seleziona Opzione d'Attacco"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Consigliato!$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Connessione Lenta)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Indietro"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Opzione Sconosciuta. Scegli di nuovo"
|
||||
general_error_1="Non_Trovato"
|
||||
general_exitmode="Pulizia e chiusura"
|
||||
general_exitmode_1="Disabilito l'Interfaccia Monitor"
|
||||
general_exitmode_2="Disabilito l'Interfaccia"
|
||||
general_exitmode_3="Disabilito ${CGry}l'invio dei pacchetti"
|
||||
general_exitmode_4="Pulisco ${CGry}iptables"
|
||||
general_exitmode_5="Ripristino ${CGry}tput"
|
||||
general_exitmode_6="Riavvio il ${CGry}Network-Manager"
|
||||
general_exitmode_7="Pulizia avvenuta con successo!"
|
||||
general_exitmode_8="Grazie per aver utilizzato Fluxion"
|
||||
CaptivePortalVerificationMethodQuery="MODALITA' DI VERIFICA DELLA PASSWORD"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Seleziona la tua scelta"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Indietro"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Non_Trovato"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Pulizia e chiusura"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Disabilito l'Interfaccia Monitor"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Disabilito l'Interfaccia"
|
||||
FLUXIONDisablingPacketForwardingNotice="Disabilito ${CGry}l'invio dei pacchetti"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Pulisco ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Ripristino ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Riavvio il ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Pulizia avvenuta con successo!"
|
||||
FLUXIONThanksSupportersNotice="Grazie per aver utilizzato Fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Dispositivi connessi"
|
||||
selection_2="Seleziona Obiettivo. Per effettuare una nuova scansione delle reti premi$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Czech
|
||||
|
||||
header_setinterface="Vyberte rozhraní"
|
||||
FLUXIONInterfaceQuery="Vyberte rozhraní"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Vyberte kanál"
|
||||
choosescan_option_1="Všechny kanály"
|
||||
choosescan_option_2="Specifický kanál(y)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Jeden kanál"
|
||||
scanchan_option_2="Více kanálů"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="Sledování WIFI"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Vyberte metodu útočení"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Doporučeno$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Pomalejší připojení)"
|
||||
FLUXIONScannerChannelQuery="Vyberte kanál"
|
||||
FLUXIONScannerChannelOptionAll="Všechny kanály"
|
||||
FLUXIONScannerChannelOptionSpecific="Specifický kanál(y)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="METHODA ZÍSKÁNÍ HESLA"
|
||||
askauth_option_1="Handshake (${CYel}Doporučeno$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Více chyb)"
|
||||
FLUXIONScannerChannelSingleTip="Jeden kanál"
|
||||
FLUXIONScannerChannelMiltipleTip="Více kanálů"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="Sledování WIFI"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Vyberte"
|
||||
FLUXIONAPServiceQuery="Vyberte metodu útočení"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Doporučeno$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Pomalejší připojení)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Zpět"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Neznámý výběr. Vyberte znovu"
|
||||
general_error_1="Nenalezeno"
|
||||
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í ${CGry}směrování packetů"
|
||||
general_exitmode_4="Čištění ${CGry}iptables"
|
||||
general_exitmode_5="Obnovování ${CGry}tput"
|
||||
general_exitmode_6="Restartování ${CGry}Network-Manager"
|
||||
general_exitmode_7="Vyčištění proběhlo úspěšně!"
|
||||
general_exitmode_8="Děkujeme pro používání programu fluxion"
|
||||
CaptivePortalVerificationMethodQuery="METHODA ZÍSKÁNÍ HESLA"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Vyberte"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Zpět"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Nenalezeno"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Čištění a zavírání"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Vypínání monitorovacího rozhraní"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Vypínání rozhraní"
|
||||
FLUXIONDisablingPacketForwardingNotice="Vypínání ${CGry}směrování packetů"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Čištění ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Obnovování ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Restartování ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="Vyčištění proběhlo úspěšně!"
|
||||
FLUXIONThanksSupportersNotice="Děkujeme pro používání programu fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Aktivní klienti"
|
||||
selection_2="Select target. Pro znovuskenování napište$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
|
@ -1,60 +1,93 @@
|
|||
#!/bin/bash
|
||||
# Greek
|
||||
|
||||
header_setinterface="Επιλέξτε μία διεπαφή"
|
||||
FLUXIONInterfaceQuery="Επιλέξτε μία διεπαφή"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="Επίλεξτε κανάλι"
|
||||
choosescan_option_1="Όλα τα κανάλια"
|
||||
choosescan_option_2="Συγκεκριμένο(α) κανάλι(α)"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="Μονό κανάλι"
|
||||
scanchan_option_2="Πολλαπλά κανάλια"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="Εποπτεία Wi-Fi"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="Επίλογη τύπου επίθεσης"
|
||||
askAP_option_1="Rogue AP - Hostapd (${CYel}Συνιστάται$CClr)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (Πιό αργή σύνδεση)"
|
||||
FLUXIONScannerChannelQuery="Επίλεξτε κανάλι"
|
||||
FLUXIONScannerChannelOptionAll="Όλα τα κανάλια"
|
||||
FLUXIONScannerChannelOptionSpecific="Συγκεκριμένο(α) κανάλι(α)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="Μέθοδος επαλήθευσης κωδικού πρόσβασης"
|
||||
askauth_option_1="Handshake (${CYel}Συνιστάται$CClr)"
|
||||
askauth_option_2="Wpa_supplicant(Περισσότερες αποτυχίες)"
|
||||
FLUXIONScannerChannelSingleTip="Μονό κανάλι"
|
||||
FLUXIONScannerChannelMiltipleTip="Πολλαπλά κανάλια"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONScannerHeader="Εποπτεία Wi-Fi"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="Επίλεξτε την επιλογή σας"
|
||||
FLUXIONAPServiceQuery="Επίλογη τύπου επίθεσης"
|
||||
FLUXIONAPServiceHostapdOption="Rogue AP - Hostapd (${CYel}Συνιστάται$CClr)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (Πιό αργή σύνδεση)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}Πίσω"
|
||||
general_exit="${CRed}Exit"
|
||||
general_repeat="${CRed}Repeat operation"
|
||||
general_case_error="Άγνωστη επιλογή. Επιλέξτε ξανά"
|
||||
general_error_1="Δέν_βρέθηκε"
|
||||
general_exitmode="Καθαρισμός και τερματισμός"
|
||||
general_exitmode_1="Απενεργοποίση εποπτείας περιβάλλοντος"
|
||||
general_exitmode_2="Απενεργοποίηση περιβάλλοντος"
|
||||
general_exitmode_3="Απενεργοποίηση ${CGry}προώθησης των πακέτων"
|
||||
general_exitmode_4="Καθαρισμός ${CGry}iptables"
|
||||
general_exitmode_5="Επαναφορά ${CGry}tput"
|
||||
general_exitmode_6="Επανεκκίνηση ${CGry}του Διαχειριστή δικτύου"
|
||||
general_exitmode_7="Ο Καθαρισμός εκτελέστηκε με επιτυχία!"
|
||||
general_exitmode_8="Ευχαριστούμε που χρησιμοποιήσατε το fluxion"
|
||||
CaptivePortalVerificationMethodQuery="Μέθοδος επαλήθευσης κωδικού πρόσβασης"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAttackQuery="Επίλεξτε την επιλογή σας"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}Πίσω"
|
||||
FLUXIONGeneralExitOption="${CRed}Exit"
|
||||
FLUXIONGeneralRepeatOption="${CRed}Repeat operation"
|
||||
FLUXIONGeneralNotFoundError="Δέν_βρέθηκε"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="Καθαρισμός και τερματισμός"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Απενεργοποίση εποπτείας περιβάλλοντος"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Απενεργοποίηση περιβάλλοντος"
|
||||
FLUXIONDisablingPacketForwardingNotice="Απενεργοποίηση ${CGry}προώθησης των πακέτων"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="Καθαρισμός ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="Επαναφορά ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="Επανεκκίνηση ${CGry}του Διαχειριστή δικτύου"
|
||||
FLUXIONCleanupSuccessNotice="Ο Καθαρισμός εκτελέστηκε με επιτυχία!"
|
||||
FLUXIONThanksSupportersNotice="Ευχαριστούμε που χρησιμοποιήσατε το fluxion"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="Ενεργοί πελάτες"
|
||||
selection_2="Επιλέξτε στόχο. Για σκανάρισμα ξανά, πατήστε το$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
124
language/中文.lang
124
language/中文.lang
|
@ -1,60 +1,94 @@
|
|||
#!/bin/bash
|
||||
# Chinese
|
||||
|
||||
header_setinterface="选择无线设备"
|
||||
FLUXIONInterfaceQuery="选择无线设备"
|
||||
FLUXIONUnblockingWINotice="Unblocking all wireless interfaces..."
|
||||
FLUXIONFindingExtraWINotice="Looking for extraneous wireless interfaces..."
|
||||
FLUXIONRemovingExtraWINotice="Removing extraneous wireless interfaces..."
|
||||
FLUXIONFindingWINotice="Looking for available wireless interfaces..."
|
||||
FLUXIONSelectedBusyWIError="The wireless interface selected appears to be currently in use!"
|
||||
FLUXIONSelectedBusyWITip="Run \"export FLUXIONDropNet=1\" before FLUXION to use it."
|
||||
FLUXIONGatheringWIInfoNotice="Gathering interface information..."
|
||||
FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..."
|
||||
FLUXIONKillingConflictingProcessesNotice="Killing notorious services..."
|
||||
FLUXIONStartingWIMonitorNotice="Starting monitor interface..."
|
||||
FLUXIONStartingWIAccessPointNotice="Starting access point interface..."
|
||||
FLUXIONCannotStartWIAccessPointError="${CRed}Unable to create AP's virtual interface$CClr, returning!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_choosescan="选择信道"
|
||||
choosescan_option_1="所有信道 "
|
||||
choosescan_option_2="指定信道"
|
||||
FLUXIONStartingScannerNotice="Starting scanner, please wait..."
|
||||
FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..."
|
||||
FLUXIONScannerFailedNotice="Wireless card may not be supported (no APs found)"
|
||||
FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
scanchan_option_1="单一信道"
|
||||
scanchan_option_2="多个信道"
|
||||
FLUXIONHashFileDoesNotExistError="Hash file does not exist!"
|
||||
FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!"
|
||||
FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!"
|
||||
FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /.../dump-01.cap)"
|
||||
FLUXIONAbsolutePathInfo="Absolute path"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_scan="FLUXION 扫描仪"
|
||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askAP="选择攻击选项"
|
||||
askAP_option_1="伪装AP - Hostapd (${CRed}推荐)"
|
||||
askAP_option_2="Rogue AP - airbase-ng (slow)"
|
||||
FLUXIONScannerChannelQuery="选择信道"
|
||||
FLUXIONScannerChannelOptionAll="所有信道 "
|
||||
FLUXIONScannerChannelOptionSpecific="指定信道"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_askauth="请选择验证密码方式"
|
||||
askauth_option_1="AP handshake verification (${CYel}Recommended$CClr)"
|
||||
askauth_option_2="提供的wpa (易错)"
|
||||
FLUXIONScannerChannelSingleTip="单一信道"
|
||||
FLUXIONScannerChannelMiltipleTip="多个信道"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONScannerHeader="FLUXION 扫描仪"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONAPServiceQuery="选择攻击选项"
|
||||
FLUXIONAPServiceHostapdOption="伪装AP - Hostapd (${CRed}推荐)"
|
||||
FLUXIONAPServiceAirbaseOption="Rogue AP - airbase-ng (slow)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
CaptivePortalVerificationMethodQuery="请选择验证密码方式"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
DialogQueryHashSource="Select a method to retrieve the handshake"
|
||||
DialogOptionHashSourcePath="Path to capture file"
|
||||
DialogOptionHashSourceDeauth="aireplay-ng deauthentication"
|
||||
DialogOptionHashSourceRescan="Handshake directory (rescan)"
|
||||
DialogNoticeFoundHash="A hash for the target AP was found."
|
||||
DialogQueryUseFoundHash="Do you want to use this file?"
|
||||
DialogQueryHashVerificationMethod="Select a method of verification for the hash"
|
||||
DialogOptionHashVerificationMethod1="pyrit verification (${CGrn}recommended$CClr)"
|
||||
DialogOptionHashVerificationMethod2="aircrack-ng verification (${CGry}unreliable$CClr)"
|
||||
DialogQueryCertificateSource="Select SSL certificate source for captive portal"
|
||||
DialogOptionCertificateSource1="Create an SSL certificate"
|
||||
DialogOptionCertificateSource2="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
DialogQueryCaptivePortalInterface="Select a captive portal interface for the rogue network"
|
||||
DialogOptionCaptivePortalGeneric="Generic Portal"
|
||||
DialogNoticeAttackInProgress="attack in progress..."
|
||||
DialogOptionSelectAnotherAttack="Select another attack"
|
||||
FLUXIONHashSourceQuery="Select a method to retrieve the handshake"
|
||||
FLUXIONHashSourcePathOption="Path to capture file"
|
||||
FLUXIONHashSourceRescanOption="Handshake directory (rescan)"
|
||||
FLUXIONFoundHashNotice="A hash for the target AP was found."
|
||||
FLUXIONUseFoundHashQuery="Do you want to use this file?"
|
||||
FLUXIONHashVerificationMethodQuery="Select a method of verification for the hash"
|
||||
FLUXIONHashVerificationMethodPyritOption="pyrit verification (${CGrn}recommended$CClr)"
|
||||
FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verification (unreliable)"
|
||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
||||
CaptivePortalInterfaceQuery="Select a captive portal interface for the rogue network"
|
||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
header_set_attack="为接入点选择无线攻击"
|
||||
HandshakeSnooperMethodQuery="Select a method of handshake retrieval"
|
||||
HandshakeSnooperMonitorMethodOption="Monitor (${CYel}passive$CClr)"
|
||||
HandshakeSnooperAireplayMethodOption="aireplay-ng deauthentication (${CRed}aggressive$CClr)"
|
||||
HandshakeSnooperMdk3MethodOption="mdk3 deauthentication (${CRed}aggressive, not recommended$CClr)"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
general_back="${CRed}返回"
|
||||
general_exit="${CRed}出口"
|
||||
general_repeat="${CRed}重复操作"
|
||||
general_case_error="未知选项. 请再次选择"
|
||||
general_error_1="未找到"
|
||||
general_exitmode="清理并退出"
|
||||
general_exitmode_1="Disabling monitoring interface"
|
||||
general_exitmode_2="Disabling extra interfaces"
|
||||
general_exitmode_3="关闭 ${CGry}forwarding of packets"
|
||||
general_exitmode_4="清理 ${CGry}iptables"
|
||||
general_exitmode_5="恢复 ${CGry}tput"
|
||||
general_exitmode_6="重启 ${CGry}Network-Manager"
|
||||
general_exitmode_7="清理完成!"
|
||||
general_exitmode_8="感谢使用fluxion!"
|
||||
FLUXIONAttackQuery="为接入点选择无线攻击"
|
||||
FLUXIONAttackInProgressNotice="${CCyn}\$FLUXIONAttack$CClr attack in progress..."
|
||||
FLUXIONSelectAnotherAttackOption="Select another attack"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONGeneralBackOption="${CRed}返回"
|
||||
FLUXIONGeneralExitOption="${CRed}出口"
|
||||
FLUXIONGeneralRepeatOption="${CRed}重复操作"
|
||||
FLUXIONGeneralNotFoundError="未找到"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONCleanupAndClosingNotice="清理并退出"
|
||||
FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr"
|
||||
FLUXIONDisablingMonitorNotice="Disabling monitoring interface"
|
||||
FLUXIONDisablingExtraInterfacesNotice="Disabling extra interfaces"
|
||||
FLUXIONDisablingPacketForwardingNotice="关闭 ${CGry}forwarding of packets"
|
||||
FLUXIONDisablingCleaningIPTablesNotice="清理 ${CGry}iptables"
|
||||
FLUXIONRestoringTputNotice="恢复 ${CGry}tput"
|
||||
FLUXIONDeletingFilesNotice="Deleting ${CGry}files"
|
||||
FLUXIONRestartingNetworkManagerNotice="重启 ${CGry}Network-Manager"
|
||||
FLUXIONCleanupSuccessNotice="清理完成!"
|
||||
FLUXIONThanksSupportersNotice="感谢使用fluxion!"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
selection_1="活动的客户端"
|
||||
selection_2="选择一个目标. 重扫 按$CRed r$CClr"
|
||||
|
||||
# FLUXSCRIPT END
|
||||
|
|
Loading…
Reference in New Issue