Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
What’s the exact error? Which attack are you talking about? Can you elaborate? Also some screenshots will help.Thanks!
DiegoDiego PérezModeratorHi!
To fix this just run the deauth attack WHILE airodump-ng is running against the target network as shown in the course, so run airodump-ng using the –channel and –bssid arguments against the target network, keep it running, and run the deauth attack from another terminal window.Let me know how it goes!
DiegoDiego PérezModeratorHi!
BigSur has some compatibility issues in general, so it can be it. But also if you are using a mac with a high resolution display it can be an issue as well. This is a known issue with retina displays, I experience it too, the only solution to this is to reduce the resolution before starting Kali, you can do that using an app called “resolution changer”, download it from the app store, set the resolution to 1080p and it should work. Or use any other app that reduces the resolution size.Greetings!
DiegoDiego PérezModeratorHi!
Yeah, at the moment there are no virtualization softwares for the M1 chip, maybe try with Parallels which is a native mac app, I don’t have a computer with such chip so can’t really test.Hope it helps!
DiegoDiego PérezModeratorHi!
You can upload them to any image hosting service and share the link here or use the IMG tag to embed the link into html code.Greetings!
DiegoDiego PérezModeratorHi!
If that adapter contains such chipset (RTL8812AU) then it will work fine.Greetings!
DiegoDiego PérezModeratorHi!
Which are the exact commands used to set it in monitor mode?
Can you share a screenshot with the airodump command used and the result please?Thanks!
DiegoDiego PérezModeratorHi!
Cool you got it!
DiegoDiego PérezModeratorHi!
BigSur has many compatibility issues, check this post and see if any of the solutions work for you:https://forums.virtualbox.org/viewtopic.php?f=39&t=98763&start=15
Also check the link below:
https://medium.com/@Aenon/mac-virtualbox-kernel-driver-error-df39e7e10cd8
Let me know how it goes!
DiegoDiego PérezModeratorHi Gusci!
I’ve already answered you in the other same question, so let’s keep it there please. And avoid asking the same in different threads please.Thanks!
DiegoDiego PérezModeratorHi Gusci!
I’ve already answered you in the other same question, so let’s keep it there please.Thanks!
DiegoDiego PérezModeratorHi!
Can you tell me more details about your OS?(RAM, free disk space, processor, etc)
Thanks!
DiegoDiego PérezModeratorHi!
This adapter is not well supported, that’s why you’re having issues with it, you can try to manually install its drivers but it will still give you issues with packet injection and monitor mode, as mentioned in the course requirements you need a powerful adapter that supports monitor mode and packet injection,checkout the adapters on the following link, they all support monitor mode and packet injection:https://www.zsecurity.org/shop
If you’re not sure which one to get the checkout the adapters video in the resources of lecture 11, here is a link to it anyway:
https://www.youtube.com/watch?v=0lqRZ3MWPXY
If you want to install the drivers anyway:
https://forums.kali.org/showthread.php?44810-Realtek-RTL8812BU-Driver-for-Kali-LinuxThanks!
DiegoDiego PérezModeratorHi!
Cool you got it!
DiegoDiego PérezModeratorHi!
Yeah, that’s something I missed too, I always assume you were using python 2, my bad. So all the issue here should be when modifying the load as in python 3 it is treated as a byte object and not a string and replacing it as a string instead of byte object, also the netfilterqueue version could be the reason. Which was the commands use to install it in python3? Also I’ll suggest to write it in python2 as netfilterqueue works better in python 2, at least it seems to me taht it works better with this python version, hope netfilterqueue’s developers update it soon so it works better with python 3.
Can you also share a screenshot of the load content? I mean the output of .show()Greetings!
Diego - AuthorPosts