Hey all! I'm contacting you because I need some assistance and will pay for it.
I want to become a infosec specialist / pen tester. Right now I'm in Helpdesk, and have been doing it for 5 years. Although, I have a lifetime worth of computer experience, as it has always been a hobby of mine. I'm explaining this because, I've spent over 10 hours on this so far, and it means a lot to me, while ultimately it's very distressing.
I am following this course: https://www.udemy.com/penetration-testing/learn/#/ by Ermen and Jeremy Banfield. Got it for pretty cheap $30 :).
So here's my thread I made on the hak5 forum. https://forums.hak5.org/index.php?/topic/37821-aircrack-help/
Basically what I do is ifconfig wlp1s0 down.
Then iwconfig wlp1s0 mode monitor
Then I check running processes on the adapter with airmon-ng check wlp1s0. I kill all those processes.
Then I do : airodump-ng wlp1s0 . -- I grab the mac address and channel on the wap. select my router with airodump-ng -c 1 --bssid mac address wlp1s0
This basically isolates the connection to my router.
Then I do aireplay-ng -0 0 -a mac wlp1s0 and it starts the deauth. But in the UDEMY course video, the deauths being sent are multiple times a second. Sometimes it mine takes over 10 seconds in-between deauths, and sometimes it will deauth 2 to 3 times in a row quickly. It just seems very buggy. The only thing I can think of, is that I cannot set the channel on the iwconfig, no matter what I do.
when I do iwconfig wlp1s0 channel 1 , it comes back as device busy, despite killing all the processes listed with airmon-ng check wlp1s0. So I never get close to a DOS attack on my router and I can never get the handshake.
I purchased the wifi pineapple to see if maybe that network card will work better. Right now I'm using the Intel wlan 8260 on my yoga 900. my distro is Ubuntu 16.04 / Gnome 3, and i'm using Kalintoo to have everything installed that Kali Linux has to offer.
Please Please Please take a look at this. http://imgur.com/a/sOXC8 --- the last image shows the problem in the timestamps.
Thank you for your time.