This commit is contained in:
deltax 2017-06-29 09:21:19 +02:00
parent ae4315c714
commit 30b1a090b9
1 changed files with 1 additions and 5 deletions

View File

@ -2049,11 +2049,7 @@ function routear {
# Attack
function attack {
if [ "$fakeapmode" = "hostapd" ]; then
interfaceroutear=$WIFI
elif [ "$fakeapmode" = "airbase-ng" ]; then
interfaceroutear=at0
fi
interfaceroutear=$WIFI
handshakecheck
nomac=$(tr -dc A-F0-9 < /dev/urandom | fold -w2 |head -n100 | grep -v "${mac:13:1}" | head -c 1)