HandShaker icon indicating copy to clipboard operation
HandShaker copied to clipboard

New interface on kali2.0

Open wpa-2 opened this issue 9 years ago • 4 comments

Will you be changing this to work with the new interface wlanXmon, loves this script used it for ages.

Cheers all the best for new year.

wpa-2 avatar Dec 28 '15 21:12 wpa-2

So I was looking in code how to resolve this problem and I hope i find some thing

if [ $(ifconfig | greb $MON1) -z ] 2> /dev/null then echo $RED;$COLOR 1;$COLOR2 9;echo " [*] ERROR: $NIC card could not be started! " $RST fexit

I thin here must be something change i'm stil learing so if anybody have clue plese help i really like to learn :)

533k3r5y7yf avatar May 31 '16 02:05 533k3r5y7yf

#6 Perhaps the same issue.

schmorrison avatar Nov 05 '16 22:11 schmorrison

Hi guys, lost access to my github for ages, sorry. I can try to help change the script to work with new Kali, only thing is I use arch now and running wifi stuff in a VM will not work, but if any of you want to help me debug I can give it a go. Cheers

d4rkcat avatar Oct 23 '17 15:10 d4rkcat

While trying to run ifconfig | grab wlan1mon -z Bash says command does not exist. Without -z command works fine.

If you delete -z from lines (like this) if [ $(ifconfig | greb $MON1) ] 2> /dev/null then echo $RED;$COLOR 1;$COLOR2 9;echo " [*] ERROR: $NIC card could not be started! " $RST fexit

(Don't forget the second one) I went a little forward. Anyway, wash: no process found, couldn't get pcap handle, exiting, reaver fails to get Mac address. Program returns exit.

Enderflame999 avatar Aug 26 '18 19:08 Enderflame999