From c7be028820df888aa3d88d8ccffe5f13e0645767 Mon Sep 17 00:00:00 2001 From: rempairamore <55212933+rempairamore@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:34:16 +0100 Subject: [PATCH 1/2] updating fluxion.sh now you can use TAB for autocomplete when selecting an existing .cap file --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 3b2cd81..ae0eb25 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -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. From 1c577e308c654d04fb6fdb36077b69781150bbcb Mon Sep 17 00:00:00 2001 From: rempairamore <55212933+rempairamore@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:42:16 +0100 Subject: [PATCH 2/2] update it.sh translated a few lines into Italian --- language/it.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/language/it.sh b/language/it.sh index e4728bc..96898eb 100755 --- a/language/it.sh +++ b/language/it.sh @@ -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)."