Jump to content

PMKID Attack on WiFi Pineapples


Zylla

Recommended Posts

On 1/20/2019 at 12:57 PM, Zylla said:

I haven't tested the module in a while. I'll see if I can test it today. 🙂

 

Git can be used on the Pineapples, you just need to install it first. 

Which can be done using opkg. (Update it first, then install) 

right on i tryed to install git i didnt try opkg. like i said still learning. 

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 216
  • Created
  • Last Reply
  • 3 weeks later...
7 hours ago, Zylla said:

Impossible to say without any information. Any error messages?

This happened when I was doing wide coverage. If you attack a specific point then everything is fine

Link to comment
Share on other sites

7 hours ago, n3d.b0y said:

This happened when I was doing wide coverage. If you attack a specific point then everything is fine

Could you provide any more details? Logs? Error message? Command and arguments being used? 

It really helps narrowing down bugs.

Link to comment
Share on other sites

5 hours ago, Zylla said:

Could you provide any more details? Logs? Error message? Command and arguments being used? 

It really helps narrowing down bugs.

My tetra was freesing when I tried to catch all PMKID
hcxdumptool -o test.pcapng -i wlan1 --enable_status 3
If I try to use it with filters and use it only for one target, everethying is ok.
I think it could happen because of I don't have enought resources. What do you think ?

Link to comment
Share on other sites

18 hours ago, n3d.b0y said:

My tetra was freesing when I tried to catch all PMKID
hcxdumptool -o test.pcapng -i wlan1 --enable_status 3
If I try to use it with filters and use it only for one target, everethying is ok.
I think it could happen because of I don't have enought resources. What do you think ?

Have you experienced it freezing when doing any other non-related stuff, like running aireplay-ng, or pineap? 

Does this happen all the time? 

If so, could you try detaching the antennas of the Tetra, and run the test again? (just wanna rule out antenna related issues other people have been experiencing) 

I have no issues running --enable_status=3 on all devices nearby. 

Link to comment
Share on other sites

Just wanna give people a heads up that these tools gets updated almost daily, as I'm trying my best to keep up with the changes from ZerBea.

So please, always make sure you're running the latest release. 🙂

Link to comment
Share on other sites

ran this command, downloaded and got this error

wget -qO- https://raw.githubusercontent.com/adde88/hcxtools-hcxdumptool-openwrt/master/INSTALL.sh | bash -s -- -v -v

--2019-03-04 20:48:45--  http://hcxdumptool_5.1.3-1_ar71xx.ipk/

Resolving hcxdumptool_5.1.3-1_ar71xx.ipk... failed: Unknown host.

wget: unable to resolve host address 'hcxdumptool_5.1.3-1_ar71xx.ipk'

FINISHED --2019-03-04 20:48:45--

Total wall clock time: 1.9s

Downloaded: 1 files, 29K in 0.07s (417 KB/s)

Collected errors:

 * wfopen: hcxtools_5.1.3-1_ar71xx.ipk: No such file or directory.

 * pkg_init_from_file: Failed to extract control file from hcxtools_5.1.3-1_ar71xx.ipk.

Installation completed!

Link to comment
Share on other sites

  • 1 month later...
On 3/4/2019 at 9:52 AM, Jacob_ said:

ran this command, downloaded and got this error


wget -qO- https://raw.githubusercontent.com/adde88/hcxtools-hcxdumptool-openwrt/master/INSTALL.sh | bash -s -- -v -v

--2019-03-04 20:48:45--  http://hcxdumptool_5.1.3-1_ar71xx.ipk/

Resolving hcxdumptool_5.1.3-1_ar71xx.ipk... failed: Unknown host.

wget: unable to resolve host address 'hcxdumptool_5.1.3-1_ar71xx.ipk'

FINISHED --2019-03-04 20:48:45--

Total wall clock time: 1.9s

Downloaded: 1 files, 29K in 0.07s (417 KB/s)

Collected errors:

 * wfopen: hcxtools_5.1.3-1_ar71xx.ipk: No such file or directory.

 * pkg_init_from_file: Failed to extract control file from hcxtools_5.1.3-1_ar71xx.ipk.

Installation completed!

I'll check the INSTALL script for bugs, thanks for reporting it. 🙂

Sorry for the late reply. But been busy with some real life issues these last months, so I've barely had time to keep the tools updated. 

Link to comment
Share on other sites

  • 2 months later...

@Zylla First of all, thanks for setting this up!

I'm having some trouble getting this to run properly no matter what interface I use it throws an error that it needs full monitor mode:

root@Pineapple:/sd# hcxdumptool -o test.pcapng -i wlan2 --enable_status 3
initialization...
warning: wpa_supplicant is running with pid 2227
interface may not be operational
failed to init socket
hcxdumptool need full (monitor mode and full packet injection running all packet types) and exclusive access to the adapter
that is not the case

This happens even if I manually put the interface into monitor mode before trying the command. This is on my nano with the usb RALINK adapter, but I get the same error with wlan1. PineAP and all installed modules are stopped/ disabled.

Do you have any suggestions?

Link to comment
Share on other sites

4 hours ago, shortmaniak said:

@Zylla First of all, thanks for setting this up!

I'm having some trouble getting this to run properly no matter what interface I use it throws an error that it needs full monitor mode:


root@Pineapple:/sd# hcxdumptool -o test.pcapng -i wlan2 --enable_status 3
initialization...
warning: wpa_supplicant is running with pid 2227
interface may not be operational
failed to init socket
hcxdumptool need full (monitor mode and full packet injection running all packet types) and exclusive access to the adapter
that is not the case

This happens even if I manually put the interface into monitor mode before trying the command. This is on my nano with the usb RALINK adapter, but I get the same error with wlan1. PineAP and all installed modules are stopped/ disabled.

Do you have any suggestions?

Interesting.
Could you test a shorter command? Like this: hcxdumptool -i wlan1 --enable_status=3
Also, what version of hcxdumptool do you have installed?
Running "opkg info hcxdumptool" should display what version.

Link to comment
Share on other sites

1 hour ago, Zylla said:

Interesting.
Could you test a shorter command? Like this: hcxdumptool -i wlan1 --enable_status=3
Also, what version of hcxdumptool do you have installed?
Running "opkg info hcxdumptool" should display what version.

So I tested again when I got home and found that it does work as intended when I connect to the Pineapple over USB, but I get the error above when I'm connected to the management AP., which I supposed makes some sense. Ideally I would like to be able to run this attack while connected to the pineapple over the management AP instead of over USB. By any chance do you know it is possible to move the management AP to the usb wireless adapter (wlan2)?

Oh and since you asked for version:

root@Pineapple:~# opkg info hcxdumptool
Package: hcxdumptool
Version: 5.1.5-5
Depends: libc, libpcap
Status: install user installed
Architecture: ar71xx
Installed-Time: 1561127172

 

Link to comment
Share on other sites

On 6/21/2019 at 11:51 PM, shortmaniak said:

So I tested again when I got home and found that it does work as intended when I connect to the Pineapple over USB, but I get the error above when I'm connected to the management AP., which I supposed makes some sense. Ideally I would like to be able to run this attack while connected to the pineapple over the management AP instead of over USB. By any chance do you know it is possible to move the management AP to the usb wireless adapter (wlan2)?

Oh and since you asked for version:


root@Pineapple:~# opkg info hcxdumptool
Package: hcxdumptool
Version: 5.1.5-5
Depends: libc, libpcap
Status: install user installed
Architecture: ar71xx
Installed-Time: 1561127172

 

You should still be able to run this while connected to the managment AP (wlan0).
One problem you might encounter while doing so is that hcxdumptool will attack the managment AP if you don't filter its MAC address , but that is not what's happening here.
wlan1 should work either way.

It is possible to get the managment AP to run on another interface, but it requires some tweaking. And shouldn't be necessary.
Please also try to test running with fewer arguments.

And one last tip, Don't run airmon-ng before. It's highly recommended to let hcxdumptool handle the interface itself. 🙂

Link to comment
Share on other sites

6 hours ago, Zylla said:

You should still be able to run this while connected to the managment AP (wlan0).
One problem you might encounter while doing so is that hcxdumptool will attack the managment AP if you don't filter its MAC address , but that is not what's happening here.
wlan1 should work either way.

It is possible to get the managment AP to run on another interface, but it requires some tweaking. And shouldn't be necessary.
Please also try to test running with fewer arguments.

And one last tip, Don't run airmon-ng before. It's highly recommended to let hcxdumptool handle the interface itself. 🙂

Thanks for the tips! Do you have a link to how to change the radio for the management ap? I'm not sure i'm going to try it but it would be nice to know.

I actually ended up having wlan2 connect in client mode to my phone's hotspot and then connecting to the pineapple through that network instead of direct.

Link to comment
Share on other sites

6 hours ago, shortmaniak said:

Thanks for the tips! Do you have a link to how to change the radio for the management ap? I'm not sure i'm going to try it but it would be nice to know.

I actually ended up having wlan2 connect in client mode to my phone's hotspot and then connecting to the pineapple through that network instead of direct.

The stuff controlling the mangment ap is hostapd and dnsmasq.
hostapd is taking care of the AP stuff, and dnsmasq is responsible for dhcp.
You should look towards editing the following config files, and change anything related to wlan0 to the interface you want to use:

  • /var/run/hostapd-phy0.conf
  • /etc/config/dhcp
  • /etc/config/wireless

But again, this should not be necessary. Both me and other people are able to use hcxdumptool over USB and over the management AP.
There has to be some reason for it not loading properly.
Please try testing the shorter command, and make sure NOTHING ELSE is using the interface for anything.
Are you running the "C2 Client" on the Pineapple by any chance?

You could also paste the output you get from running ps and logread on the Pineapple after you experience the issue.

Link to comment
Share on other sites

I ran the simpler command: hcxdumptool -i wlan1 --enable_status=3 and received the same error. I was connected to the management ap directly, and had removed the usb adapter just to be safe. I had all modules and pineap disabled at the time. I'm not familiar with "C2 Client," do you mean the client mode for wlan2?

Here is the output from ps and logread:

root@Pineapple:~# ps
  PID USER       VSZ STAT COMMAND
    1 root      1408 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [kworker/0:0]
    5 root         0 SW<  [kworker/0:0H]
    6 root         0 SW   [kworker/u2:0]
    7 root         0 SW<  [khelper]
    8 root         0 SW   [kworker/u2:1]
   59 root         0 SW<  [writeback]
   60 root         0 SW<  [bioset]
   64 root         0 SW<  [kblockd]
   66 root         0 SW   [kworker/0:1]
   67 root         0 SW   [kswapd0]
   68 root         0 SW   [fsnotify_mark]
   70 root         0 SW   [spi0]
  245 root         0 SW<  [deferwq]
  246 root         0 SW   [kworker/u2:2]
  303 root         0 SW   [kworker/0:2]
  339 root         0 SWN  [jffs2_gcd_mtd3]
  397 root         0 SW   [kworker/u2:3]
  398 root         0 SW<  [kworker/0:1H]
  404 root       888 S    /sbin/ubusd
  478 root       768 S    /sbin/askfirst /bin/login
 1000 root         0 SW<  [cfg80211]
 1020 root         0 SW<  [rpciod]
 1051 root         0 SW<  [nfsiod]
 1262 root      1040 S    /sbin/logd -S 16
 1294 root      1496 S    /sbin/netifd
 1308 root         0 SW   [kworker/0:3]
 1420 nobody     788 S    /usr/sbin/atd
 1436 root         0 SW   [scsi_eh_1]
 1438 root         0 SW<  [scsi_tmf_1]
 1439 root         0 SW   [usb-storage]
 1639 root         0 SW   [jbd2/sda1-8]
 1640 root         0 SW<  [ext4-rsv-conver]
 1843 nobody     928 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf -k -x /var/run/dnsmasq/dnsmasq.pid
 1862 root     11280 S    php-fpm: master process (/etc/php5-fpm.conf)
 1878 root      3284 S    /usr/sbin/sshd -D
 1885 root      3188 R    /usr/sbin/hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostapd-phy0.conf
 1957 root      4016 S    nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf -g daemon off;
 1977 root      4412 S    nginx: worker process
 2073 root      1376 S    /usr/sbin/ntpd -n -S /usr/sbin/ntpd-hotplug -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org
 2290 root     11544 S    php-fpm: pool www
 2305 root     11544 S    php-fpm: pool www
 2330 root     11544 S    php-fpm: pool www
 2350 root      5872 S    sshd: root@pts/0
 2353 root      1380 S    -ash
 2363 root      1376 R    ps


root@Pineapple:~# logread
Mon Jun 24 11:08:28 2019 kern.info kernel: [    6.820000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
Mon Jun 24 11:08:28 2019 user.info kernel: [    6.850000] mount_root: loading kmods from internal overlay
Mon Jun 24 11:08:28 2019 kern.info kernel: [    7.120000] usb 1-1.2: new high-speed USB device number 4 using ehci-platform
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    7.180000] jffs2: notice: (327) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.190000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.200000] block: extroot: not configured
Mon Jun 24 11:08:28 2019 kern.info kernel: [    7.260000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
Mon Jun 24 11:08:28 2019 kern.info kernel: [    7.270000] scsi host0: usb-storage 1-1.2:1.0
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    7.280000] jffs2: notice: (323) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.290000] mount_root: loading kmods from internal overlay
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.440000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.450000] block: extroot: not configured
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.450000] mount_root: switching to jffs2 overlay
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.510000] procd: - early -
Mon Jun 24 11:08:28 2019 user.info kernel: [    7.510000] procd: - watchdog -
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    8.270000] scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0931 PQ: 0 ANSI: 6
Mon Jun 24 11:08:28 2019 user.info kernel: [    8.430000] procd: - ubus -
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    8.800000] sd 0:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    8.820000] sd 0:0:0:0: [sda] Write Protect is off
Mon Jun 24 11:08:28 2019 kern.debug kernel: [    8.820000] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    8.820000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Mon Jun 24 11:08:28 2019 kern.info kernel: [    8.840000]  sda: sda1
Mon Jun 24 11:08:28 2019 kern.notice kernel: [    8.860000] sd 0:0:0:0: [sda] Attached SCSI removable disk
Mon Jun 24 11:08:28 2019 user.info kernel: [    9.470000] procd: - init -
Mon Jun 24 11:08:28 2019 kern.info kernel: [   11.210000] EXT4-fs (sda1): recovery complete
Mon Jun 24 11:08:28 2019 kern.info kernel: [   11.220000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.390000] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.400000] Backport generated by backports.git backports-20151218-0-g2f58d9d
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: EEPROM regdomain: 0x0
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: EEPROM indicates default country code should be used
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: doing EEPROM country->regdmn map search
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: country maps to regdmn code: 0x3a
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: Country alpha2 being used: US
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.550000] ath: Regpair used: 0x3a
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   13.560000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.570000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.580000] usb 1-1.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.590000] usbcore: registered new interface driver ath9k_htc
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.720000] RPC: Registered named UNIX socket transport module.
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.720000] RPC: Registered udp transport module.
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.720000] RPC: Registered tcp transport module.
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.730000] RPC: Registered tcp NFSv4.1 backchannel transport module.
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.760000] tun: Universal TUN/TAP device driver, 1.6
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.760000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.810000] usbcore: registered new interface driver rt2800usb
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.830000] usbcore: registered new interface driver rtl8187
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.900000] usbcore: registered new interface driver rtl8192cu
Mon Jun 24 11:08:28 2019 kern.notice kernel: [   13.940000] sd 0:0:0:0: Attached scsi generic sg0 type 0
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.960000] usbcore: registered new interface driver cdc_acm
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.960000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Mon Jun 24 11:08:28 2019 kern.info kernel: [   13.980000] usbcore: registered new interface driver cdc_wdm
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.000000] nf_conntrack version 0.5.0 (955 buckets, 3820 max)
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.080000] usbcore: registered new interface driver ums-alauda
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.090000] usbcore: registered new interface driver ums-cypress
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.090000] usb 1-1.1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.110000] usbcore: registered new interface driver ums-datafab
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.120000] usbcore: registered new interface driver ums-freecom
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.120000] usbcore: registered new interface driver ums-isd200
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.130000] usbcore: registered new interface driver ums-jumpshot
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.140000] usbcore: registered new interface driver ums-karma
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.150000] usbcore: registered new interface driver ums-sddr09
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.160000] usbcore: registered new interface driver ums-sddr55
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.170000] usbcore: registered new interface driver ums-usbat
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.190000] usbcore: registered new interface driver usbserial
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.190000] usbcore: registered new interface driver usbserial_generic
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.200000] usbserial: USB Serial support registered for generic
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.250000] xt_time: kernel timezone is -0000
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.260000] usbcore: registered new interface driver asix
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.270000] usbcore: registered new interface driver ax88179_178a
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.280000] usbcore: registered new interface driver cdc_ether
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.290000] ip_tables: (C) 2000-2006 Netfilter Core Team
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.310000] usbcore: registered new interface driver pl2303
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.320000] usbserial: USB Serial support registered for pl2303
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.330000] PPP generic driver version 2.4.2
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.340000] NET: Registered protocol family 24
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.350000] usbcore: registered new interface driver qmi_wwan
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.360000] usbcore: registered new interface driver rndis_host
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.360000] usbcore: registered new interface driver sierra_net
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.380000] ath9k_htc 1-1.1:1.0: ath9k_htc: HTC initialized with 33 credits
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.390000] usbcore: registered new interface driver option
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.390000] usbserial: USB Serial support registered for GSM modem (1-port)
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.640000] ath9k_htc 1-1.1:1.0: ath9k_htc: FW Version: 1.4
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.640000] ath9k_htc 1-1.1:1.0: FW RMW support: On
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: EEPROM regdomain: 0x0
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: EEPROM indicates default country code should be used
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: doing EEPROM country->regdmn map search
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: country maps to regdmn code: 0x3a
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: Country alpha2 being used: US
Mon Jun 24 11:08:28 2019 kern.debug kernel: [   14.650000] ath: Regpair used: 0x3a
Mon Jun 24 11:08:28 2019 kern.info kernel: [   14.660000] ieee80211 phy1: Atheros AR9271 Rev:1
Mon Jun 24 11:08:30 2019 user.emerg syslog: this file has been obseleted. please call "/sbin/block mount" directly
Mon Jun 24 11:08:32 2019 kern.info kernel: [   20.480000] usb 1-1.2: USB disconnect, device number 4
Mon Jun 24 11:08:32 2019 kern.err kernel: [   20.480000] scsi 0:0:0:0: rejecting I/O to offline device
Mon Jun 24 11:08:32 2019 kern.info kernel: [   20.480000] scsi 0:0:0:0: [sda] killing request
Mon Jun 24 11:08:32 2019 kern.info kernel: [   20.490000] scsi 0:0:0:0: [sda]  
Mon Jun 24 11:08:32 2019 kern.warn kernel: [   20.500000] Result: hostbyte=0x01 driverbyte=0x00
Mon Jun 24 11:08:32 2019 kern.info kernel: [   20.500000] scsi 0:0:0:0: [sda] CDB: 
Mon Jun 24 11:08:32 2019 kern.warn kernel: [   20.500000] cdb[0]=0x28: 28 00 00 00 08 18 00 00 38 00
Mon Jun 24 11:08:32 2019 kern.err kernel: [   20.510000] blk_update_request: I/O error, dev sda, sector 2072
Mon Jun 24 11:08:32 2019 daemon.err block: /dev/mtdblock3 is already mounted
Mon Jun 24 11:08:32 2019 kern.err kernel: [   20.520000] Buffer I/O error on dev sda1, logical block 3, async page read
Mon Jun 24 11:08:34 2019 kern.info kernel: [   23.110000] usb 1-1.2: new high-speed USB device number 5 using ehci-platform
Mon Jun 24 11:08:35 2019 kern.info kernel: [   23.230000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
Mon Jun 24 11:08:35 2019 kern.info kernel: [   23.260000] scsi host1: usb-storage 1-1.2:1.0
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.260000] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0931 PQ: 0 ANSI: 6
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.260000] sd 1:0:0:0: Attached scsi generic sg0 type 0
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.580000] sd 1:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB)
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.610000] sd 1:0:0:0: [sda] Write Protect is off
Mon Jun 24 11:08:36 2019 kern.debug kernel: [   24.610000] sd 1:0:0:0: [sda] Mode Sense: 21 00 00 00
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.610000] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.660000] random: nonblocking pool is initialized
Mon Jun 24 11:08:36 2019 kern.info kernel: [   24.670000]  sda: sda1
Mon Jun 24 11:08:36 2019 kern.notice kernel: [   24.700000] sd 1:0:0:0: [sda] Attached SCSI removable disk
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'lan' is enabled
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'lan' is setting up now
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'lan' is now up
Mon Jun 24 11:08:36 2019 kern.info kernel: [   25.150000] device eth0 entered promiscuous mode
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'loopback' is enabled
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'loopback' is setting up now
Mon Jun 24 11:08:36 2019 daemon.notice netifd: Interface 'loopback' is now up
Mon Jun 24 11:08:37 2019 daemon.notice netifd: Network device 'lo' link is up
Mon Jun 24 11:08:37 2019 daemon.notice netifd: Interface 'loopback' has link connectivity 
Mon Jun 24 11:08:37 2019 daemon.notice netifd: radio2 (1500): Could not find PHY for device 'radio2'
Mon Jun 24 11:08:38 2019 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Mon Jun 24 11:08:38 2019 daemon.notice netifd: radio2 (1549): WARNING: Variable 'data' does not exist or is not an array/object
Mon Jun 24 11:08:39 2019 kern.info kernel: [   27.600000] EXT4-fs (sda1): recovery complete
Mon Jun 24 11:08:39 2019 kern.info kernel: [   27.600000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
Mon Jun 24 11:08:40 2019 daemon.notice netifd: radio1 (1499): Interface 0 setup failed: BRIDGE_NOT_ALLOWED
Mon Jun 24 11:08:43 2019 daemon.notice netifd: radio0 (1498): Configuration file: /var/run/hostapd-phy0.conf
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.000000] device wlan0 entered promiscuous mode
Mon Jun 24 11:08:43 2019 daemon.notice netifd: radio0 (1498): wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Mon Jun 24 11:08:43 2019 daemon.notice netifd: radio0 (1498): Using interface wlan0 with hwaddr 00:c0:ca:a7:98:5a and ssid "Pineapple_985A"
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.060000] br-lan: port 2(wlan0) entered forwarding state
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.060000] br-lan: port 2(wlan0) entered forwarding state
Mon Jun 24 11:08:43 2019 daemon.notice netifd: Bridge 'br-lan' link is up
Mon Jun 24 11:08:43 2019 daemon.notice netifd: Interface 'lan' has link connectivity 
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.150000] device wlan0-1 entered promiscuous mode
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.150000] br-lan: port 3(wlan0-1) entered forwarding state
Mon Jun 24 11:08:43 2019 kern.info kernel: [   32.160000] br-lan: port 3(wlan0-1) entered forwarding state
Mon Jun 24 11:08:44 2019 daemon.notice netifd: radio0 (1498): Using interface wlan0-1 with hwaddr 02:c0:ca:a7:98:5a and ssid "MGMT"
Mon Jun 24 11:08:45 2019 kern.info kernel: [   33.290000] br-lan: port 3(wlan0-1) entered disabled state
Mon Jun 24 11:08:45 2019 kern.info kernel: [   34.060000] br-lan: port 2(wlan0) entered forwarding state
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: started, version 2.78 cachesize 150
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: DNS service limited to local subnets
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: compile time options: no-IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC no-ID loop-detect inotify
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq-dhcp[1843]: DHCP, IP range 172.16.42.100 -- 172.16.42.249, lease time 12h
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: using local addresses only for domain lan
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: reading /tmp/resolv.conf.auto
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: using local addresses only for domain lan
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: using nameserver 8.8.4.4#53
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: read /etc/hosts - 1 addresses
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq[1843]: read /tmp/hosts/dhcp - 1 addresses
Mon Jun 24 11:08:45 2019 daemon.info dnsmasq-dhcp[1843]: read /etc/ethers - 0 addresses
Mon Jun 24 11:08:46 2019 kern.info kernel: [   35.110000] br-lan: port 3(wlan0-1) entered forwarding state
Mon Jun 24 11:08:46 2019 kern.info kernel: [   35.110000] br-lan: port 3(wlan0-1) entered forwarding state
Mon Jun 24 11:08:46 2019 daemon.notice netifd: radio0 (1498): wlan0: interface state COUNTRY_UPDATE->ENABLED
Mon Jun 24 11:08:46 2019 daemon.notice netifd: radio0 (1498): wlan0: AP-ENABLED 
Mon Jun 24 11:08:48 2019 kern.info kernel: [   37.110000] br-lan: port 3(wlan0-1) entered forwarding state
Mon Jun 24 11:08:49 2019 auth.info sshd[1878]: Server listening on 0.0.0.0 port 22.
Mon Jun 24 11:08:49 2019 user.emerg syslog: setting up led WLAN
Mon Jun 24 11:08:49 2019 daemon.notice netifd: radio0 (1498): OK
Mon Jun 24 11:08:49 2019 daemon.notice netifd: radio0 (1498): OK
Mon Jun 24 11:08:49 2019 daemon.notice netifd: radio0 (1498): OK
Mon Jun 24 11:08:49 2019 daemon.notice netifd: radio0 (1498): Failed to connect to hostapd - wpa_ctrl_open: No such file or directory
Mon Jun 24 11:08:50 2019 daemon.notice netifd: radio0 (1498): Failed to connect to hostapd - wpa_ctrl_open: No such file or directory
Mon Jun 24 11:08:50 2019 daemon.notice netifd: Network device 'wlan0' link is up
Mon Jun 24 11:08:50 2019 daemon.notice netifd: Network device 'wlan0-1' link is up
Mon Jun 24 11:08:52 2019 user.emerg syslog: [!! 24-06-2019 11:08:52] [INTERFACE] Failed to create capture handle for wlan1mon: wlan1mon: No such device exists (SIOCGIFHWADDR: No such device)
Mon Jun 24 11:08:52 2019 user.notice root: =========== PineAP booted ==============
Mon Jun 24 11:08:52 2019 daemon.info procd: - init complete -
Mon Jun 24 11:09:20 2019 daemon.info hostapd: wlan0-1: STA 9c:b6:d0:93:e1:2b IEEE 802.11: authenticated
Mon Jun 24 11:09:20 2019 daemon.info hostapd: wlan0-1: STA 9c:b6:d0:93:e1:2b IEEE 802.11: associated (aid 1)
Mon Jun 24 11:09:20 2019 daemon.info hostapd: wlan0-1: STA 9c:b6:d0:93:e1:2b RADIUS: starting accounting session 55046EA5BE80084B
Mon Jun 24 11:09:20 2019 daemon.info hostapd: wlan0-1: STA 9c:b6:d0:93:e1:2b WPA: pairwise key handshake completed (RSN)
Mon Jun 24 11:09:23 2019 daemon.info dnsmasq-dhcp[1843]: DHCPDISCOVER(br-lan) 9c:b6:d0:93:e1:2b 
Mon Jun 24 11:09:23 2019 daemon.info dnsmasq-dhcp[1843]: DHCPOFFER(br-lan) 172.16.42.125 9c:b6:d0:93:e1:2b 
Mon Jun 24 11:09:24 2019 daemon.info dnsmasq-dhcp[1843]: DHCPREQUEST(br-lan) 172.16.42.125 9c:b6:d0:93:e1:2b 
Mon Jun 24 11:09:24 2019 daemon.info dnsmasq-dhcp[1843]: DHCPACK(br-lan) 172.16.42.125 9c:b6:d0:93:e1:2b HOSTNAME
Mon Jun 24 12:26:57 2019 auth.err sshd[2350]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Mon Jun 24 12:26:57 2019 auth.err sshd[2350]: error: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Mon Jun 24 12:27:01 2019 auth.info sshd[2350]: Accepted password for root from 172.16.42.125 port 40554 ssh2

 

Link to comment
Share on other sites

@shortmaniak

Thank you. I could't find any processes in your output that should be conflicting with hcxdumptool.
So it's a bizarre issue. I haven't heard anyone else experiencing this problem either.

The last idea i have is to try a factory reset of the Pineapple. 😕

Link to comment
Share on other sites

Hello......

recovered mi nano and installed hcx*.......

but after i run the command to get some pmkids igot following output

root@Pineapple:~# ./pmkid
initialization...
warning: wpa_supplicant is running with pid 2250
warning: wlan1mon is probably a monitor interface

start capturing (stop with ctrl+c)
INTERFACE................: wlan1mon
ERRORMAX.................: 100 errors
FILTERLIST...............: 0 entries
MAC CLIENT...............: acde48147325
MAC ACCESS POINT.........: 10ae604dab4e (incremented on every new client)
EAPOL TIMEOUT............: 150000
REPLAYCOUNT..............: 64464
ANONCE...................: 672b379d843ff36f972fc1e679b26cf6ed4682ea5b38d83fbd8eb9849b736f82

[18:20:12 - 001] 444e6d4fe97f -> acde48147325 SkynetGlobalDefenseNetwork [PROBERESPONSE, SEQUENCE 260, AP CHANNEL 1]
[18:20:12 - 001] fc15b4db3da3 -> acde48147325 HP-Print-A3-Photosmart 5520 [PROBERESPONSE, SEQUENCE 2824, AP CHANNEL 1]
[18:20:12 - 001] 3431c4cbf77d -> acde48147325 FRITZ!Box 7412 [PROBERESPONSE, SEQUENCE 1294, AP CHANNEL 1]
[18:20:13 - 001] 48d705b2e1d9 -> ffffffffffff FRITZ!Box 7412 [PROBEREQUEST, SEQUENCE 3854]
[18:20:13 - 001] 8887175e1f47 -> ffffffffffff WLAN-644F48 [PROBEREQUEST, SEQUENCE 7]
[18:20:14 - 001] e43ed7187524 -> acde48147325 [FOUND PMKID CLIENT-LESS]
[18:20:14 - 001] 464e6d4fe97f -> acde48147325 Connected, No Internet [PROBERESPONSE, SEQUENCE 1802, AP CHANNEL 1]
[18:20:15 - 001] c8df845ea631 -> dc537c931392 <hidden ssid> [PROBEREQUEST, SEQUENCE 1280]
[18:20:16 - 001] 08da35dfdafb -> ffffffffffff Siktir-wLan [PROBEREQUEST, SEQUENCE 2304]
[18:20:16 - 001] 48d705b2e1d9 -> ccce1e237882 [FOUND HANDSHAKE AP-LESS, EAPOL TIMEOUT 3376]
[18:20:16 - 001] ccce1e237882 -> 48d705b2e1d9 [FOUND AUTHORIZED HANDSHAKE, EAPOL TIMEOUT 14481]
[18:20:17 - 001] 001f3fd28dca -> 08da35dfdafb [FOUND AUTHORIZED HANDSHAKE, EAPOL TIMEOUT 3660]
[18:20:18 - 006] ac3b77950465 -> acde48147325 KabelBox-0460 [PROBERESPONSE, SEQUENCE 13, AP CHANNEL 6]
[18:20:18 - 006] e0286df4ac01 -> acde48147325 blankenburg-0815 [PROBERESPONSE, SEQUENCE 1287, AP CHANNEL 6]
[18:20:24 - 002] 66eb8c62a197 -> acde48147325 DIRECT-8C622197 [PROBERESPONSE, SEQUENCE 3080, AP CHANNEL 2]
[18:20:29 - 011] e0606684f3fb -> acde48147325 WLAN-073405 [PROBERESPONSE, SEQUENCE 1795, AP CHANNEL 11]
[18:20:30 - 011] 58d75900c430 -> acde48147325 [FOUND PMKID CLIENT-LESS]
[18:20:30 - 011] e0606684f3fb -> acde48147325 [FOUND PMKID CLIENT-LESS]
[18:20:31 - 011] dc537c9b6a6e -> acde48147325 [FOUND PMKID CLIENT-LESS]
INFO: cha=11, rx=2567, rx(dropped)=1052, tx=378, powned=7, err=0
terminated...

root@Pineapple:~# ./pmkid2

reading from pmkid.pcapng
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header
failed to read radiotap header

summary:
--------
file name........................: pmkid.pcapng
file type........................: pcapng 1.0
file hardware information........: mips
file os information..............: Linux 3.18.84
file application information.....: hcxdumptool 5.1.7
network type.....................: DLT_IEEE802_11_RADIO (127)
endianness.......................: big endian
read errors......................: unknown
packets inside...................: 122
skipped packets (damaged)........: 0
packets with GPS data............: 0
packets with FCS.................: 0
WDS packets......................: 1
reassociation responses..........: 1

root@Pineapple:~#

WTF does this radiotap shit mean?

BTW,

./pmkid = 

hcxdumptool -o pmkid.pcapng -i wlan1mon --enable_status 3

and ./pmkid2 =

hcxpcaptool -z pmkid.1600 pmkid.pcapng

 

Link to comment
Share on other sites

@hanshaze

Thanks for reporting this issue.
Could you try transferring that captured file to a linux desktop, and try running hcxpcaptool on it there?
And report back if it succeeds there, or if it fails.

Also, please post the output from both dmesg and logread right after you experience any issues. It really helps debugging all issues.

There's been some changes to hcxdumptool and hcxtools these last days, especially changes regarding "endianess".
Without going into details i suspect these changes might be related.

Also, please try upgrading both hcxdumptool and hcxtools. I compiled a new version a few minutes ago.

Link to comment
Share on other sites

 

@Zylla Thank you for your prompt reply

Here are the Logs....

 

root@nano:~# ./pmkid

Found 2 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to run 'airmon-ng check kill'

14780 root      1372 S    grep wpa_action\|wpa_supplicant\|wpa_cli\|dhclient\|ifplugd\|dhcdbd\|dhcpcd\|udhcpc\|NetworkManager\|knetworkmanager\|avahi-autoipd\|avahi-daemon\|wlassistant\|wifibox\|PID | grep -v
24112 root      2748 S    /usr/sbin/wpa_supplicant -B -P /var/run/wpa_supplicant-wlan2.pid -D nl80211 -i wlan2 -c /var/run/wpa_supplicant-wlan2.conf -C /var/run/wpa_supplicant
24162 root      1376 S    udhcpc -p /var/run/udhcpc-wlan2.pid -s /lib/netifd/dhcp.script -f -t 0 -i wlan2 -C

PHY     Interface       Driver          Chipset

phy0    wlan0           ath9k           Not pci, usb, or sdio
phy1    wlan1           ath9k_htc       Atheros Communications, Inc. AR9271 802.11n

                (mac80211 monitor mode vif enabled for [phy1]wlan1 on [phy1]wlan1mon)
                (mac80211 station mode vif disabled for [phy1]wlan1)
phy2    wlan2           rt2800usb       Ralink Technology, Corp. RT5370

initialization...
warning: wpa_supplicant is running with pid 24112
warning: wlan1mon is probably a monitor interface

start capturing (stop with ctrl+c)
INTERFACE................: wlan1mon
ERRORMAX.................: 100 errors
FILTERLIST...............: 0 entries
MAC CLIENT...............: b0ece1f64ec1
MAC ACCESS POINT.........: 002419196e41 (incremented on every new client)
EAPOL TIMEOUT............: 150000
REPLAYCOUNT..............: 62551
ANONCE...................: 8581f7c1661719b378d8703e9c7d20af9ec88ef209e812286215827b37b47d3d

[20:37:38 - 001] c404156d2ef2 -> ffffffffffff WLAN-M765 [PROBEREQUEST, SEQUENCE 1792]
[20:37:41 - 001] 905c4448ef62 -> b0ece1f64ec1 KabelBox-A524 [PROBERESPONSE, SEQUENCE 3332, AP CHANNEL 1]
[20:37:41 - 001] 8a5c4448ef62 -> b0ece1f64ec1 Vodafone Homespot [PROBERESPONSE, SEQUENCE 772, AP CHANNEL 1]
[20:37:41 - 001] 2465112c871e -> b0ece1f64ec1 FRITZ!Box 6360 Cable [PROBERESPONSE, SEQUENCE 1539, AP CHANNEL 1]
[20:37:41 - 001] 48d705b2e1d9 -> ffffffffffff FRITZ!Box 7412 [PROBEREQUEST, SEQUENCE 3076]
[20:37:41 - 001] e0606684f3fb -> b0ece1f64ec1 [FOUND PMKID CLIENT-LESS]
[20:37:42 - 001] e43ed7187524 -> b0ece1f64ec1 [FOUND PMKID CLIENT-LESS]
[20:37:43 - 001] 8887175e1f47 -> ffffffffffff WLAN-644F48 [PROBEREQUEST, SEQUENCE 521]
[20:37:44 - 001] ccce1e79a0c6 -> a2697e80da52 FRITZ!Box 7330 [PROBERESPONSE, SEQUENCE 3086, AP CHANNEL 1]
[20:37:45 - 001] ccce1e237882 -> 48d705b2e1d9 [FOUND AUTHORIZED HANDSHAKE, EAPOL TIMEOUT 2917]
[20:37:45 - 001] 905c4448ef62 -> b0ece1f64ec1 [FOUND PMKID CLIENT-LESS]
[20:37:48 - 006] ac2205cbe05d -> b0ece1f64ec1 [FOUND PMKID CLIENT-LESS]
[20:37:49 - 006] d861620890a1 -> ffffffffffff KabelBox-350C [PROBEREQUEST, SEQUENCE 768]
[20:37:50 - 006] fc539ea6a4ca -> ffffffffffff o2 HomeBox 6741 [PROBEREQUEST, SEQUENCE 1284]
[20:37:52 - 006] d861620890a1 -> ac2205cbe05d <hidden ssid> [PROBEREQUEST, SEQUENCE 3328]
INFO: cha=2, rx=2865, rx(dropped)=1639, tx=301, powned=5, err=0
terminated...

 

root@nano:~# ./pmkid2
reading from pmkid.pcapng
failed to read radiotap header
... 1000x ...
failed to read radiotap header

summary:
--------
file name........................: pmkid.pcapng
file type........................: pcapng 1.0
file hardware information........: mips
file os information..............: Linux 3.18.84
file application information.....: hcxdumptool 5.1.7
network type.....................: DLT_IEEE802_11_RADIO (127)
endianness.......................: big endian
read errors......................: unknown
packets inside...................: 974
skipped packets (damaged)........: 0
packets with GPS data............: 0
packets with FCS.................: 0
root@nano:~# dmesg
[    0.000000] Linux version 3.18.84 (@774559a83ad4) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #42 Thu Apr 25 20:27:12 UTC 2019
[    0.000000] MyLoader: sysp=8a14b024, boardp=44b65156, parts=b69f8d32
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[    0.000000] SoC: Atheros AR9330 rev 1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x03ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 80365cf0, node_mem_map 81000000
[    0.000000]   Normal zone: 128 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line:  board=PINEAPPLE-NANO  console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 60880K/65536K available (2524K kernel code, 143K rwdata, 540K rodata, 240K init, 188K bss, 4656K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:51
[    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
[    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
[    0.080000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.100000] NET: Registered protocol family 16
[    0.100000] MIPS: machine is WiFi Pineapple NANO
[    0.380000] Switched to clocksource MIPS
[    0.380000] NET: Registered protocol family 2
[    0.390000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.390000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.400000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.400000] TCP: reno registered
[    0.410000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.410000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.420000] NET: Registered protocol family 1
[    0.420000] PCI: CLS 0 bytes, default 32
[    0.420000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.440000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.440000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.450000] msgmni has been set to 118
[    0.460000] io scheduler noop registered
[    0.460000] io scheduler deadline registered (default)
[    0.470000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.470000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a AR933X UART
[    0.480000] console [ttyATH0] enabled
[    0.490000] bootconsole [early0] disabled
[    0.500000] m25p80 spi0.0: found mx25l12805d, expected m25p80
[    0.500000] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[    0.520000] 5 tp-link partitions found on MTD device spi0.0
[    0.520000] Creating 5 MTD partitions on "spi0.0":
[    0.520000] 0x000000000000-0x000000020000 : "u-boot"
[    0.530000] 0x000000020000-0x00000013ad28 : "kernel"
[    0.540000] 0x00000013ad28-0x000000ff0000 : "rootfs"
[    0.540000] mtd: device 2 (rootfs) set to be root filesystem
[    0.540000] 1 squashfs-split partitions found on MTD device rootfs
[    0.550000] 0x000000da0000-0x000000ff0000 : "rootfs_data"
[    0.560000] 0x000000ff0000-0x000001000000 : "art"
[    0.560000] 0x000000020000-0x000000ff0000 : "firmware"
[    0.590000] libphy: ag71xx_mdio: probed
[    1.190000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
[    1.200000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
[    1.200000] TCP: cubic registered
[    1.200000] NET: Registered protocol family 17
[    1.210000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.220000] 8021q: 802.1Q VLAN Support v1.8
[    1.230000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    1.240000] Freeing unused kernel memory: 240K
[    2.780000] init: Console is alive
[    2.780000] init: - watchdog -
[    5.440000] usbcore: registered new interface driver usbfs
[    5.440000] usbcore: registered new interface driver hub
[    5.450000] usbcore: registered new device driver usb
[    5.510000] SCSI subsystem initialized
[    5.520000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.530000] ehci-platform: EHCI generic platform driver
[    5.530000] ehci-platform ehci-platform: EHCI Host Controller
[    5.530000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
[    5.540000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
[    5.570000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
[    5.570000] hub 1-0:1.0: USB hub found
[    5.570000] hub 1-0:1.0: 1 port detected
[    5.580000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.590000] ohci-platform: OHCI generic platform driver
[    5.600000] uhci_hcd: USB Universal Host Controller Interface driver
[    5.610000] usbcore: registered new interface driver usb-storage
[    5.850000] init: - preinit -
[    5.970000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    6.410000] hub 1-1:1.0: USB hub found
[    6.430000] hub 1-1:1.0: 4 ports detected
[    6.590000] random: procd urandom read with 11 bits of entropy available
[    6.840000] mount_root: loading kmods from internal overlay
[    6.880000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[    7.160000] jffs2: notice: (327) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[    7.170000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[    7.190000] block: extroot: not configured
[    7.220000] usb 1-1.2: new high-speed USB device number 4 using ehci-platform
[    7.240000] jffs2: notice: (323) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[    7.350000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[    7.380000] scsi host0: usb-storage 1-1.2:1.0
[    7.380000] block: attempting to load /tmp/jffs_cfg/upper/etc/config/fstab
[    7.390000] block: extroot: not configured
[    7.400000] mount_root: switching to jffs2 overlay
[    7.460000] procd: - early -
[    7.460000] procd: - watchdog -
[    8.370000] procd: - ubus -
[    8.610000] scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[    8.810000] sd 0:0:0:0: [sda] 30318592 512-byte logical blocks: (15.5 GB/14.4 GiB)
[    8.830000] sd 0:0:0:0: [sda] Write Protect is off
[    8.840000] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
[    8.850000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.860000]  sda: sda1 sda2
[    8.870000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    9.390000] procd: - init -
[   13.320000] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
[   13.330000] Backport generated by backports.git backports-20151218-0-g2f58d9d
[   13.460000] ath: EEPROM regdomain: 0x0
[   13.460000] ath: EEPROM indicates default country code should be used
[   13.460000] ath: doing EEPROM country->regdmn map search
[   13.460000] ath: country maps to regdmn code: 0x3a
[   13.460000] ath: Country alpha2 being used: US
[   13.460000] ath: Regpair used: 0x3a
[   13.480000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   13.480000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
[   13.500000] usb 1-1.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[   13.500000] usbcore: registered new interface driver ath9k_htc
[   13.630000] RPC: Registered named UNIX socket transport module.
[   13.630000] RPC: Registered udp transport module.
[   13.640000] RPC: Registered tcp transport module.
[   13.640000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   13.670000] tun: Universal TUN/TAP device driver, 1.6
[   13.670000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   13.710000] usbcore: registered new interface driver rt2800usb
[   13.720000] usbcore: registered new interface driver rtl8187
[   13.750000] usbcore: registered new interface driver rtl8192cu
[   13.780000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.800000] usbcore: registered new interface driver cdc_acm
[   13.800000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   13.810000] usbcore: registered new interface driver cdc_wdm
[   13.830000] nf_conntrack version 0.5.0 (955 buckets, 3820 max)
[   13.870000] usbcore: registered new interface driver ums-alauda
[   13.880000] usbcore: registered new interface driver ums-cypress
[   13.890000] usbcore: registered new interface driver ums-datafab
[   13.890000] usbcore: registered new interface driver ums-freecom
[   13.900000] usbcore: registered new interface driver ums-isd200
[   13.910000] usbcore: registered new interface driver ums-jumpshot
[   13.920000] usbcore: registered new interface driver ums-karma
[   13.920000] usbcore: registered new interface driver ums-sddr09
[   13.930000] usbcore: registered new interface driver ums-sddr55
[   13.940000] usbcore: registered new interface driver ums-usbat
[   13.960000] usbcore: registered new interface driver usbserial
[   13.970000] usbcore: registered new interface driver usbserial_generic
[   13.970000] usbserial: USB Serial support registered for generic
[   13.980000] usb 1-1.1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[   14.040000] xt_time: kernel timezone is -0000
[   14.050000] usbcore: registered new interface driver asix
[   14.050000] usbcore: registered new interface driver ax88179_178a
[   14.060000] usbcore: registered new interface driver cdc_ether
[   14.070000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   14.100000] usbcore: registered new interface driver pl2303
[   14.100000] usbserial: USB Serial support registered for pl2303
[   14.120000] PPP generic driver version 2.4.2
[   14.120000] NET: Registered protocol family 24
[   14.130000] usbcore: registered new interface driver qmi_wwan
[   14.140000] usbcore: registered new interface driver rndis_host
[   14.150000] usbcore: registered new interface driver sierra_net
[   14.160000] usbcore: registered new interface driver option
[   14.170000] usbserial: USB Serial support registered for GSM modem (1-port)
[   14.220000] ath9k_htc 1-1.1:1.0: ath9k_htc: HTC initialized with 33 credits
[   14.460000] ath9k_htc 1-1.1:1.0: ath9k_htc: FW Version: 1.4
[   14.460000] ath9k_htc 1-1.1:1.0: FW RMW support: On
[   14.470000] ath: EEPROM regdomain: 0x0
[   14.470000] ath: EEPROM indicates default country code should be used
[   14.470000] ath: doing EEPROM country->regdmn map search
[   14.470000] ath: country maps to regdmn code: 0x3a
[   14.470000] ath: Country alpha2 being used: US
[   14.470000] ath: Regpair used: 0x3a
[   14.480000] ieee80211 phy1: Atheros AR9271 Rev:1
[   15.480000] EXT4-fs (sda1): recovery complete
[   15.480000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[   15.920000] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[   15.920000] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[   15.990000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   16.730000] sd 0:0:0:0: [sda]
[   16.730000] Result: hostbyte=0x07 driverbyte=0x00
[   16.730000] sd 0:0:0:0: [sda] CDB:
[   16.740000] cdb[0]=0x28: 28 00 00 5e a5 55 00 00 f0 00
[   16.740000] blk_update_request: I/O error, dev sda, sector 6202709
[   16.760000] usb 1-1.2: USB disconnect, device number 4
[   16.760000] scsi 0:0:0:0: rejecting I/O to offline device
[   16.760000] scsi 0:0:0:0: [sda] killing request
[   16.760000] scsi 0:0:0:0: rejecting I/O to offline device
[   16.760000] scsi 0:0:0:0: [sda] killing request
[   16.780000] scsi 0:0:0:0: [sda]
[   16.790000] Result: hostbyte=0x01 driverbyte=0x00
[   16.790000] scsi 0:0:0:0: [sda] CDB:
[   16.790000] cdb[0]=0x28: 28 00 00 5e a5 5d 00 00 e8 00
[   16.800000] blk_update_request: I/O error, dev sda, sector 6202717
[   16.800000] scsi 0:0:0:0: [sda]
[   16.810000] Result: hostbyte=0x01 driverbyte=0x00
[   16.810000] scsi 0:0:0:0: [sda] CDB:
[   16.820000] cdb[0]=0x28: 28 00 00 5e a5 3d 00 00 08 00
[   16.820000] blk_update_request: I/O error, dev sda, sector 6202685
[   16.830000] EXT4-fs error (device sda1): __ext4_get_inode_loc:3855: inode #131073: block 524320: comm hotplug-call: unable to read itable block
[   18.840000] random: nonblocking pool is initialized
[   19.750000] usb 1-1.2: new high-speed USB device number 5 using ehci-platform
[   19.890000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   19.980000] scsi host1: usb-storage 1-1.2:1.0
[   20.980000] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[   20.980000] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   21.310000] sd 1:0:0:0: [sdb] 30318592 512-byte logical blocks: (15.5 GB/14.4 GiB)
[   21.330000] sd 1:0:0:0: [sdb] Write Protect is off
[   21.330000] sd 1:0:0:0: [sdb] Mode Sense: 21 00 00 00
[   21.330000] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   21.380000]  sdb: sdb1 sdb2
[   21.400000] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[   22.770000] EXT4-fs (sdb1): recovery complete
[   22.770000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts:
[   23.430000] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibilities
[   23.450000] EXT4-fs (sdb1): couldn't mount as ext2 due to feature incompatibilities
[   24.530000] usb 1-1.2: USB disconnect, device number 5
[   24.550000] sd 1:0:0:0: [sdb]
[   24.550000] Result: hostbyte=0x01 driverbyte=0x00
[   24.550000] sd 1:0:0:0: [sdb] CDB:
[   24.560000] cdb[0]=0x28: 28 00 00 e2 bf 45 00 00 08 00
[   24.560000] blk_update_request: I/O error, dev sdb, sector 14860101
[   24.570000] JBD2: IO error reading journal superblock
[   24.570000] EXT4-fs (sdb1): error loading journal
[   24.590000] sdb: detected capacity change from 15523119104 to 0
[   24.600000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #2: comm hotplug-call: reading directory lblock 0
[   26.990000] usb 1-1.2: new high-speed USB device number 6 using ehci-platform
[   27.400000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   27.430000] scsi host2: usb-storage 1-1.2:1.0
[   28.730000] scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[   28.730000] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   29.040000] sd 2:0:0:0: [sdb] 30318592 512-byte logical blocks: (15.5 GB/14.4 GiB)
[   29.060000] sd 2:0:0:0: [sdb] Write Protect is off
[   29.060000] sd 2:0:0:0: [sdb] Mode Sense: 21 00 00 00
[   29.060000] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   29.090000]  sdb: sdb1 sdb2
[   29.120000] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   30.500000] device eth0 entered promiscuous mode
[   33.230000] usb 1-1.2: USB disconnect, device number 6
[   33.250000] sd 2:0:0:0: [sdb]
[   33.250000] Result: hostbyte=0x01 driverbyte=0x00
[   33.250000] sd 2:0:0:0: [sdb] CDB:
[   33.260000] cdb[0]=0x28: 28 00 00 1e a4 45 00 00 08 00
[   33.260000] blk_update_request: I/O error, dev sdb, sector 2008133
[   33.270000] EXT4-fs (sdb1): can't read group descriptor 0
[   34.720000] usb 1-1.2: new high-speed USB device number 7 using ehci-platform
[   34.850000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   34.860000] scsi host3: usb-storage 1-1.2:1.0
[   34.940000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #2: comm ssh: reading directory lblock 0
[   35.990000] scsi 3:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[   36.000000] sd 3:0:0:0: Attached scsi generic sg0 type 0
[   36.220000] sd 3:0:0:0: [sdb] 30318592 512-byte logical blocks: (15.5 GB/14.4 GiB)
[   36.250000] sd 3:0:0:0: [sdb] Write Protect is off
[   36.250000] sd 3:0:0:0: [sdb] Mode Sense: 21 00 00 00
[   36.250000] sd 3:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   36.420000]  sdb: sdb1 sdb2
[   36.500000] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[   37.010000] Adding 1004024k swap on /dev/sdcard/sd2.  Priority:-1 extents:1 across:1004024k
[   37.770000] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibilities
[   37.780000] EXT4-fs (sdb1): couldn't mount as ext2 due to feature incompatibilities
[   38.400000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   38.760000] device wlan0 entered promiscuous mode
[   38.880000] br-lan: port 2(wlan0) entered forwarding state
[   38.880000] br-lan: port 2(wlan0) entered forwarding state
[   38.950000] device wlan0-1 entered promiscuous mode
[   38.960000] br-lan: port 3(wlan0-1) entered forwarding state
[   38.970000] br-lan: port 3(wlan0-1) entered forwarding state
[   39.660000] br-lan: port 3(wlan0-1) entered disabled state
[   40.880000] br-lan: port 2(wlan0) entered forwarding state
[   42.970000] usb 1-1.3: new high-speed USB device number 8 using ehci-platform
[   43.320000] br-lan: port 3(wlan0-1) entered forwarding state
[   43.330000] br-lan: port 3(wlan0-1) entered forwarding state
[   43.530000] usb 1-1.3: reset high-speed USB device number 8 using ehci-platform
[   43.670000] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[   44.030000] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 5370 detected
[   44.030000] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
[   45.330000] br-lan: port 3(wlan0-1) entered forwarding state
[   50.660000] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibilities
[   50.670000] EXT4-fs (sdb1): couldn't mount as ext2 due to feature incompatibilities
[   50.700000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   51.490000] Adding 1004024k swap on /dev/sdcard/sd2.  Priority:-1 extents:1 across:1004024k
[   53.770000] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   53.870000] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   56.120000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[   56.170000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[   56.180000] wlan2: authenticated
[   56.190000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[   56.190000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[   56.210000] wlan2: associated
[12172.270000] device wlan1 entered promiscuous mode
[12696.890000] device wlan1 left promiscuous mode
[12974.550000] br-lan: port 2(wlan0) entered disabled state
[12978.050000] device wlan0 left promiscuous mode
[12978.050000] br-lan: port 2(wlan0) entered disabled state
[12979.800000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[12980.860000] br-lan: port 3(wlan0-1) entered disabled state
[12980.860000] device wlan0-1 left promiscuous mode
[12980.870000] br-lan: port 3(wlan0-1) entered disabled state
[12985.330000] device wlan0 entered promiscuous mode
[12985.330000] br-lan: port 2(wlan0) entered forwarding state
[12985.340000] br-lan: port 2(wlan0) entered forwarding state
[12985.560000] device wlan0-1 entered promiscuous mode
[12985.600000] br-lan: port 3(wlan0-1) entered forwarding state
[12985.600000] br-lan: port 3(wlan0-1) entered forwarding state
[12985.630000] br-lan: port 3(wlan0-1) entered disabled state
[12987.340000] br-lan: port 2(wlan0) entered forwarding state
[12987.810000] br-lan: port 3(wlan0-1) entered forwarding state
[12987.820000] br-lan: port 3(wlan0-1) entered forwarding state
[12988.770000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[12988.830000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[12988.850000] wlan2: authenticated
[12988.870000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[12988.880000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[12988.940000] wlan2: associated
[12989.820000] br-lan: port 3(wlan0-1) entered forwarding state
[13004.050000] br-lan: port 2(wlan0) entered disabled state
[13006.590000] device wlan0 left promiscuous mode
[13006.600000] br-lan: port 2(wlan0) entered disabled state
[13008.190000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13008.730000] br-lan: port 3(wlan0-1) entered disabled state
[13008.800000] device wlan0-1 left promiscuous mode
[13008.800000] br-lan: port 3(wlan0-1) entered disabled state
[13015.000000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13015.040000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13015.050000] wlan2: authenticated
[13015.060000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13015.060000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13015.080000] wlan2: associated
[13155.080000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13161.070000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13161.120000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13161.130000] wlan2: authenticated
[13161.140000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13161.140000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13161.160000] wlan2: associated
[13180.650000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13186.540000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13186.650000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13186.660000] wlan2: authenticated
[13186.670000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13186.670000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13186.690000] wlan2: associated
[13202.050000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13206.140000] device wlan0 entered promiscuous mode
[13206.150000] br-lan: port 2(wlan0) entered forwarding state
[13206.150000] br-lan: port 2(wlan0) entered forwarding state
[13206.350000] device wlan0-1 entered promiscuous mode
[13206.360000] br-lan: port 3(wlan0-1) entered forwarding state
[13206.360000] br-lan: port 3(wlan0-1) entered forwarding state
[13206.370000] br-lan: port 3(wlan0-1) entered disabled state
[13207.970000] br-lan: port 3(wlan0-1) entered forwarding state
[13207.970000] br-lan: port 3(wlan0-1) entered forwarding state
[13208.150000] br-lan: port 2(wlan0) entered forwarding state
[13208.560000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13208.600000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13208.610000] wlan2: authenticated
[13208.620000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13208.620000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13208.640000] wlan2: associated
[13209.970000] br-lan: port 3(wlan0-1) entered forwarding state
[13256.720000] device wlan0 left promiscuous mode
[13256.730000] br-lan: port 2(wlan0) entered disabled state
[13257.510000] br-lan: port 3(wlan0-1) entered disabled state
[13257.520000] device wlan0-1 left promiscuous mode
[13257.520000] br-lan: port 3(wlan0-1) entered disabled state
[13257.830000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13261.400000] device wlan0 entered promiscuous mode
[13261.400000] br-lan: port 2(wlan0) entered forwarding state
[13261.410000] br-lan: port 2(wlan0) entered forwarding state
[13263.410000] br-lan: port 2(wlan0) entered forwarding state
[13263.820000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13263.910000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13263.920000] wlan2: authenticated
[13263.940000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13263.940000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13263.980000] wlan2: associated
[13501.350000] br-lan: port 2(wlan0) entered disabled state
[13502.640000] device wlan0 left promiscuous mode
[13502.640000] br-lan: port 2(wlan0) entered disabled state
[13930.420000] wlan2: deauthenticating from 00:1f:3f:d2:8d:ca by local choice (Reason: 3=DEAUTH_LEAVING)
[13931.580000] ieee80211 phy2: rt2x00queue_flush_queue: Warning - Queue 14 failed to flush
[13935.400000] device wlan0 entered promiscuous mode
[13935.410000] br-lan: port 2(wlan0) entered forwarding state
[13935.410000] br-lan: port 2(wlan0) entered forwarding state
[13937.360000] wlan2: authenticate with 00:1f:3f:d2:8d:ca
[13937.410000] br-lan: port 2(wlan0) entered forwarding state
[13937.470000] wlan2: send auth to 00:1f:3f:d2:8d:ca (try 1/3)
[13937.480000] wlan2: authenticated
[13937.490000] wlan2: associate with 00:1f:3f:d2:8d:ca (try 1/3)
[13937.490000] wlan2: RX AssocResp from 00:1f:3f:d2:8d:ca (capab=0x431 status=0 aid=1)
[13937.510000] wlan2: associated
root@nano:~#  logread
Wed Jul  3 20:29:17 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:21 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:26 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:31 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:34 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:47 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:52 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:55 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:29:59 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:02 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:14 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:17 2019 auth.info sshd[6818]: Received disconnect from 192.168.178.28: 11: disconnected by user
Wed Jul  3 20:30:17 2019 auth.info sshd[6818]: Disconnected from 192.168.178.28
Wed Jul  3 20:30:17 2019 auth.info sshd[6818]: syslogin_perform_logout: logout() returned an error
Wed Jul  3 20:30:19 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:22 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:25 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:28 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:32 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:36 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:47 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:52 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:55 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:30:58 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:02 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:07 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:14 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:18 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:23 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:27 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:31 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:36 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:41 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:44 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:48 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:51 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:54 2019 cron.info crond[11590]: crond (busybox 1.23.2) started, log level 5
Wed Jul  3 20:31:54 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:31:58 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:03 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:13 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:17 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:21 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:25 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:29 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:32 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:36 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:40 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:44 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:47 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:51 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:55 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:32:59 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:04 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:08 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:12 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:16 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:21 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:25 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:29 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:34 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:38 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:48 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:51 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:33:56 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:01 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:15 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:18 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:22 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:27 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:32 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:35 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:47 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:51 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:55 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:34:59 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:03 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:14 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:18 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:23 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:31 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:35 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:40 2019 auth.err sshd[13847]: error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Wed Jul  3 20:35:40 2019 auth.err sshd[13847]: error: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Wed Jul  3 20:35:42 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:46 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:48 2019 auth.info sshd[13847]: Accepted password for root from 192.168.178.24 port 1427 ssh2
Wed Jul  3 20:35:49 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:53 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:35:58 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:02 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:14 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:19 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:24 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:27 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:31 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:34 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:48 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:52 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:36:57 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:00 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:04 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:08 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:12 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:16 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:20 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:24 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:28 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:33 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:38 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:42 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:45 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:49 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:52 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:37:56 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:01 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:04 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:08 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:13 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:18 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:21 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:24 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:29 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:32 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:36 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:40 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:43 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:47 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:51 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:54 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:38:59 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:03 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:06 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:10 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:15 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:19 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:24 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:28 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:31 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:35 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:39 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2
Wed Jul  3 20:39:44 2019 daemon.warn dnsmasq-dhcp[18722]: no address range available for DHCP request via wlan2

Best regards

Link to comment
Share on other sites

@hanshaze

There's been alot of updates lately to fix issues regarding radiotap headers not being handled correctly by hcxtools. 

Try upgrading and using the latest version. 

Also, I noticed from your dmesg log that you're experiencing issues with your SD-card. 

If you have installed these tools to the SD card, and/or are saving/reading the capture to it, that could also explain some of your issues. 

I suggest either installing the tools internally and capturing to /tmp

Or try fixing the SD card issue. I use a USB thumb drive mounted as /sd on my Nano to avoid all these SD card bugs. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...