Pablo P Varela
Pablo P Varela
@loskiq did u solve this issue?
@blmvxer ``` root@kali:~# ifconfig eth0: flags=4163 mtu 1500 inet 192.168.1.60 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::a00:27ff:fe95:8c5e prefixlen 64 scopeid 0x20 ether 08:00:27:95:8c:5e txqueuelen 1000 (Ethernet) RX packets 665 bytes 52401...
@blmvxer `airmon-ng start wlan0` returns: ``` PHY Interface Driver Chipset phy0 wlan0 rtl8814au Realtek Semiconductor Corp. Error setting channel: command failed: Operation not supported (-95) ``` Same output for iwconfig
@blmvxer aha! That made it work. I had https://github.com/zebulon2/rtl8814au drivers but they didn't make monitor mode work Thanks!
@amiralkizaru but do you have a USB wifi receiver?
> @pablopunk no it is a must ? @amiralkizaru If you're running kali in a VM (like I do) then you won't get access to your computer's wifi card, because...
@elohffa did you solve this?
This is a duplicate of https://github.com/derv82/wifite2/issues/86
Scroll restoration happens too early before the page gets rendered after hitting browser back button
This seems to happen because next's router (and ``) uses `window.history.pushState` and then `window.history.back` restores the scroll. This doesn't happen with common `` because it doesn't use `pushState`. [This is...
Scroll restoration happens too early before the page gets rendered after hitting browser back button
Yeah, I understand. I'm not sure what the solution would be from within *next*.