-a is rarely needed.
Skip setting the BSSID for now, and only specify the PCAP that contains the handshake,
We do have extensive documentation in the wiki, and that includes a WPA cracking tutorial. In case you need to look at the PCAP to see check the handshake, check out https://aircrack-ng.org/doku.php?id=wpa_capture
11
on: January 03, 2021, 10:31:28 pm
|
||
Started by Hibbie - Last post by misterx | ||
12
General Category / Newbies / Re: Trying to get the rtl8814au driver for Asus USB-AC68 working on current kernel
on: January 03, 2021, 01:01:27 pm
|
||
Started by Mastiff - Last post by Mastiff | ||
And solved! By one line...
Code: [Select] sudo apt-get install -y raspberrypi-kernel-headers bc build-essential dkms git I'll quietly dissappear now... ![]() |
13
on: January 02, 2021, 08:28:30 am
|
||
Started by Hibbie - Last post by Hibbie | ||
I'm going through the wifi cracking procedure as an assignment for school. I'm doing this on my own wifi, of which I know the password. I'm using this procedure:
http://lewiscomputerhowto.blogspot.com/2014/06/how-to-hack-wpawpa2-wi-fi-with-kali.html I can:
However, the below command, if I understand correctly, runs a list of possible passwords against handshakes found in the capture, to attempt to decrypt them. When doing this with a file that contains only the correct password, it returns 'no key found' however. It does states 1 possible candidates, and when I add more lines to the text file it shows more possible candidates. I've checked the password over and over but it is in fact correct. Is there another reason this could be failing? Am I missing something? I'm using Kali live, the encryption is wpa2 but the command should be the same for wpa & wpa2, no? aircrack-ng –a2 –b 00:14:BF:E0:E8:D5 –w /root/wpa.txt /root/Desktop/*.cap |
14
General Category / Newbies / Re: Trying to get the rtl8814au driver for Asus USB-AC68 working on current kernel
on: January 02, 2021, 08:01:02 am
|
||
Started by Mastiff - Last post by Mastiff | ||
Thank you very much for answering! And I'm sorry if I'm imprecise.
![]() And no, in my naivity I thought installing a newer driver would uninstall the original driver automatically. I have worked with Windows and Windows servers for around 35 years, but I'm no Linux man. I only use Pi's for home automation, and I have not needed to do any manual driver upgrades before, so I'm totally out of my depth here. But here's the dmesg-output: Code: [Select] [ 3007.841266] v3d fec00000.v3d: MMU error from client L2T (0) at 0x3b41000, pte invalid Edit: If you could tell me what I need to remove the previous driver, I could go back one image, remove that, do the full upgrade over LAN and then install the new drivers again. Edit 2: I tried to do a sudo make uninstall with the first drivers, and it did something: Code: [Select] sudo make uninstall But it gives the same result when plugging the USB wifi as above, with symbol layout. I googled a bit and found out that it could be rlated to kernel, so here's my output: Code: [Select] cat /proc/version It said to check with gcc too, but that didn't give me anything: Code: [Select] cc |
15
on: January 01, 2021, 05:41:26 pm
|
||
Started by Rampler - Last post by misterx | ||
You might have to find a way to compile a newer version of aircrack-ng for this (if possible current git), as 1.5.2 is pretty old by now.
|
16
on: January 01, 2021, 05:38:51 pm
|
||
Started by ZUWN - Last post by misterx | ||
Assuming the laptop you describe is the one that crashes, set-up kdump so you can capture the kernel crash.
You may also try doing the stuff from a tty which might show the kernel panic |
17
General Category / Newbies / Re: Trying to get the rtl8814au driver for Asus USB-AC68 working on current kernel
on: January 01, 2021, 05:34:32 pm
|
||
Started by Mastiff - Last post by misterx | ||
What do you mean by "the USB card just isn't loaded"?
Did you remove the old driver before installing the new one? Is there any error in dmesg when you plug the card? |
18
General Category / Newbies / Trying to get the rtl8814au driver for Asus USB-AC68 working on current kernel
on: December 29, 2020, 08:16:24 am
|
||
Started by Mastiff - Last post by Mastiff | ||
I hope this isn't considered off topic.
![]() ![]() Code: [Select] git clone https://github.com/aircrack-ng/rtl8814au I changed the makefile to allow Pi and not i386 to get it working, and it seemed like it worked. But no way. On a new upgrade of the Pi and a reboot, and the USB card just isn't loaded. And I have no idea what to look for. Maybe it's still using the old driver, since I didn't know how to uninstall that? I know the card's still there with lsusb, so it's a driver problem. Can somebody please help me out here? |
19
on: December 25, 2020, 09:35:29 pm
|
||
Started by Fpa - Last post by Fpa | ||
I tried using my dehex tool from ( dehex -r 0FFF0000 | aircrack-ng test-01.cap -e test -w - )
https://sourceforge.net/projects/hexcinary/ Im using aircrack-ng windows when my dehex gets to APPROX. FFFFFFFF, in aircrack-ng it freezes. I did some poking around, I cant seem to find how or where the overflow occurs.... tried poking in, aircrack-ng.c - next_key() - next_dict() - crack_wpa_thread() - wpa_receive_passphrase() youre better at c code than i probably am, so can someone please let me know if you find where the overflow is? I dont get it, aircrack just freezes up! |
20
on: December 25, 2020, 03:34:31 pm
|
||
Started by ZUWN - Last post by ZUWN | ||
When I'm finishing hacking and sending packets either to send the wi-fi down, or to discover the router's pass (this with aireplay) in the end my laptop crashes, I don't know why.
https://ibb.co/0ctVLtt https://ibb.co/wsdTzK6 Equipment features: Processor: Intel® Core ™ i7-10510U Quad-Core, 1.80 GHz with Turbo up to 4.90 GHz, 8 MB Cache RAM memory: 8GB (1x8GB) DDR4 2666MHz 2 x SO-DIMM slots (1 x free / 1 x occupied) for full expandability up to 64GB Display: 15.6 "Full HD (1920x1080), IPS Level, 60Hz, 45% NTSC, Thin Bezel Graphics Card: Intel® UHD Graphics Storage: 512GB NVMe PCIe Gen3x4 SSD Webcam: HD Type (30fps @ 720p) Communications: Intel Wireless-AC 9560 (2x2 a / c) + Bluetooth 5.0 SO: Parrot SO (Linux) |