davidbombal / red-python-scripts

MIT License
2.04k stars 1.59k forks source link

Unable to run on Parrot OS VM with PAU09 adaptor #26

Open wickedyoda opened 3 years ago

wickedyoda commented 3 years ago

As the subject says, the scripts no longer detect the wireless card, tried on ParrotOS and Kali both inside VMware. I can run Wifite and other apps, they access the card just fine. Has anything changed?

Screen capture https://youtu.be/6x-xVA965Ms

As you can see, there's a short blink of error message before it goes to scanning for BSSID's, I have let it sit for over an hour scanning and nothing was found. Also, the other scripts lock up the terminal window, I have to close it out and open a fresh one.

Tested in the video were wifi_dos3.py and wifi_dos_type2.py with PAU09 adaptor.

davidbombal commented 3 years ago

Will test it and come back to you.

wickedyoda commented 3 years ago

I see you mentioning sudo in several comments, parrotOS is a user with root and sudo privileges.

Kali is directly root user.

Will test in the morning with sudo -i and see if that makes a difference.

davidbombal commented 3 years ago

Please note: Kali is not on the root account by default anymore. Have an idea what is causing the problem need to investigate it a bit further (Don't think it is sudo as the script will stop if you're not running as sudo)

wickedyoda commented 3 years ago

The Kali VM is about a year old but it's been kept updated completely, including latest distro. It is root, will still test on parrot and update if anything is different.

Thanks for replying.

wickedyoda commented 3 years ago

Any updates?

davidbombal commented 3 years ago

Can I ask how many WiFi adapters you have connected to your computer? I'm still working on this, I picked up something with the PAU09.

wickedyoda commented 3 years ago

The internal one (Intel) and the pau09-usb that I passthrough VMware directly to the VM.

wickedyoda commented 1 year ago

Please close the issue no longer relevant.