commit
8c2680f282
|
@ -1693,7 +1693,7 @@ fluxion_hash_set_path() {
|
|||
echo -e "$FLUXIONVLine $FLUXIONPathToHandshakeFileReturnTip"
|
||||
echo
|
||||
echo -ne "$FLUXIONAbsolutePathInfo: "
|
||||
read FluxionHashPath
|
||||
read -e FluxionHashPath
|
||||
|
||||
# Back-track when the user leaves the hash path blank.
|
||||
# Notice: Path is cleared if we return, no need to unset.
|
||||
|
|
|
@ -7,7 +7,7 @@ FLUXIONAllocatingInterfaceNotice="Allocating reserved interface $CGrn\"\$interfa
|
|||
FLUXIONDeallocatingInterfaceNotice="Deallocating reserved interface $CGrn\"\$interfaceIdentifier\"."
|
||||
FLUXIONInterfaceAllocatedNotice="${CGrn}Interface allocation succeeded!"
|
||||
FLUXIONInterfaceAllocationFailedError="${CRed}Interface reservation failed!"
|
||||
FLUXIONReidentifyingInterface="Renaming interface."
|
||||
FLUXIONReidentifyingInterface="Rinomino l'interfaccia."
|
||||
FLUXIONUnblockingWINotice="Sblocca tutte le interfacce wireless..."
|
||||
#FLUXIONFindingExtraWINotice="Trova interfacce extra wireless..."
|
||||
FLUXIONRemovingExtraWINotice="Rimuove interfacce extra wireless..."
|
||||
|
@ -23,13 +23,13 @@ FLUXIONKillingConflictingProcessesNotice="Chiudo i servizi noti..."
|
|||
FLUXIONPhysicalWIDeviceUnknownError="${CRed}Impossibile determinare l'interfaccia del dispositivo fisico!"
|
||||
FLUXIONStartingWIMonitorNotice="Avvio dell'interfaccia MONITOR..."
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONTargetSearchingInterfaceQuery="Select a wireless interface for target searching."
|
||||
FLUXIONTargetTrackerInterfaceQuery="Select a wireless interface for target tracking."
|
||||
FLUXIONTargetTrackerInterfaceQueryTip="${CSYel}Choosing a dedicated interface may be required.$CClr"
|
||||
FLUXIONTargetTrackerInterfaceQueryTip2="${CBRed}If you're unsure, choose \"${CBYel}Skip${CBRed}\"!$CClr"
|
||||
FLUXIONTargetSearchingInterfaceQuery="Seleziona un interaccia wireless per la ricerca del target."
|
||||
FLUXIONTargetTrackerInterfaceQuery="Seleziona un interfaccia wireless per il tracking del target."
|
||||
FLUXIONTargetTrackerInterfaceQueryTip="${CSYel}Dovresti scegliere un interfaccia wireless dedicata.$CClr"
|
||||
FLUXIONTargetTrackerInterfaceQueryTip2="${CBRed}Se non sei sicuro di quello che stai facendo (o non necessiti di questa funzionalita'), seleziona \"${CBYel}Skip${CBRed}\"!$CClr"
|
||||
FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!"
|
||||
FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above."
|
||||
FLUXIONContinueWithTargetQuery="Continue with this target?"
|
||||
FLUXIONContinueWithTargetQuery="Vuoi continuare con questo target?"
|
||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
FLUXIONStartingScannerNotice="Avvio Scanner, attendi..."
|
||||
FLUXIONStartingScannerTip="Five seconds after the target AP appears, close the FLUXION Scanner (ctrl+c)."
|
||||
|
|
Loading…
Reference in New Issue