Update fluxion

This commit is contained in:
William Todt 2016-04-15 16:25:12 +02:00
parent 8b69aedf6f
commit 0e56dd0863
1 changed files with 5 additions and 1 deletions

View File

@ -969,7 +969,7 @@ function askAP {
1 ) fakeapmode="hostapd"; authmode="handshake"; handshakelocation; break ;; 1 ) fakeapmode="hostapd"; authmode="handshake"; handshakelocation; break ;;
2 ) fakeapmode="airbase-ng"; askauth; break ;; 2 ) fakeapmode="airbase-ng"; askauth; break ;;
3 ) fakeapmode="WPS-SLAUGHTER"; wps; break ;; 3 ) fakeapmode="WPS-SLAUGHTER"; wps; break ;;
4 ) wifite ;; 4 ) wifite ;wifite; break;;
5 ) selection; break ;; 5 ) selection; break ;;
* ) echo "Unknown option. Choose again"; conditional_clear ;; * ) echo "Unknown option. Choose again"; conditional_clear ;;
esac esac
@ -977,6 +977,10 @@ function askAP {
} }
#wifite Not finished yet
function wifite {
python wifite.py
}
# Test Passwords / airbase-ng # Test Passwords / airbase-ng
function askauth { function askauth {