-
-
Notifications
You must be signed in to change notification settings - Fork 27
Adding the ability to easily connect to wifi networks using the internal wifi chip, when using external adapter to deauth #55
Comments
I like the idea, I don't know if it's feasible. I'll just keep it open in case any one feels up for it. |
I like the idea too and that's what I did at times, although personally, it defeats the purpose of being portable on a RPI or Orange Pi like mine unless I have it installed on my Asus ROG Ally or GPD Win 3 and 4. Previously thought of a plugin till I noticed that linux would mistakenly switch out the interface names if external adapter are left plugged in before boot. Wlan1 becomes wlan0 and vice versa. Maybe a detection through mac address of adapter would work? |
I am interested in this also. I will dig into some old school projects like pwnpi n pwniexpress for some inspiration. Will report back with any updates. Some scripts for 'Evil Twin AP' might help. |
Well funny enough, or not funny after 10s of hours testing and googling...there's this lol The adapter naming convention needs to be changed before use. Will test today. @jayofelony Do you think this would work? |
Well the problem is more that Linux has the tendency to randomly name a wireless adapter wlan0, when using more than 1 after boot. |
Yeah I noticed that. Something to do with /etc/udev/rules.d possibly. I may poke around. Also I was connected by BT and got wlan0mon to turn off monitor mode into wlan0, but it re-enabled monitor mode. Do you know what may have caused that? |
fix_services would do that |
Ok cool thx. If I start the Pi with an external usb wifi plugged in, even after a while it never powers the adapter. Any clue on that one? |
Not of the top of my head |
Not sure, but this documentation may be helpful. |
Thanks. Will add to growing list of ways I can piss off my OS. Ha.. |
Some slight successes. Hardware maybe 80% there.... Some route issues with bt-tether with dongle plugged in. |
Ahhh... I wonder if that's why I'm having bt-tether issues on mine!
…On Wed, Jan 10, 2024, 16:36 JD-2006 ***@***.***> wrote:
Some slight successes. Hardware maybe 80% there....
bettercap-launcher[977]: [22:14:34] [sys.log] [inf] wifi using interface
wlan1mon (0)
Some route issues with bt-tether with dongle plugged in.
—
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVDNVORPVJEQF5W6M7QZARLYN4JXTAVCNFSM6AAAAABAOMKQ26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBVHA2TEOJUG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Also though, I wired a GPS module and shutdown switch to my GPIO, and added |
@beeinaboats :) On a Pi Zero w with a TP-Link TL-WN722N and a rando GPS module from a drone project. I have...
There's so many caveats though. Like updates will break most of your hard work (Thanks @jayofelony ). |
Is your feature request related to a problem? Please describe.
Problem, having to always get the pwnagotchi to connect to bluetooth tether with my phone to get internet.
Describe the solution you'd like
Having the pwnagotchi connect to wifi networks listed in a config option.
I know you can't have the pwnagotchi deauth if the wifi chip is having to be connected to a network, however, many people, like myself, use an external wifi adapter to deauth, and just turn the pi's wifi chip off. What I'm wanting is to instead of turning the chip off, using it to connect to networks that we list. I know what I'm wanting is possible and can be done individually, but it requires a lot of changes to be done, which is why most people don't do it. Having the ability to just click a button in the config, and type our network and password would be awesome
Additional context
this just an idea, ok if it nots something that you'd want to take on
The text was updated successfully, but these errors were encountered: