wiire-a / pixiewps

An offline Wi-Fi Protected Setup brute-force utility
Other
1.55k stars 310 forks source link

Any Idea about Implementing WPS Pixiedust to ESP32 Microcontrollers ? they just added the wps registrar. #109

Open minanagehsalalma opened 1 year ago

minanagehsalalma commented 1 year ago

Added WPS softAP registrar example and events

rofl0r commented 1 year ago

pixiewps is implemented in C, so it is portable to all platforms. you just need a C compiler and C/POSIX standard library for the target.

Titanpharoo commented 1 year ago

May b yes may b noCheck about services first and it's mikanezm every fucken system renew itself now a days it's great target for all I hope it goes in its right way otherwise we fuck ourselves baaayoooooooOn Mar 13, 2023 8:11 PM, rofl0r @.***> wrote: pixiewps is implemented in C, so it is portable to all platforms. you just need a C compiler and C/POSIX standard library for the target.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

minanagehsalalma commented 1 year ago

pixiewps is implemented in C, so it is portable to all platforms. you just need a C compiler and C/POSIX standard library for the target.

@rofl0r i see, so the code needs more than cross compiling to work.

rofl0r commented 1 year ago

if the target has only bare metal C library without pthread functionality, you can always use the code from this repo before multithreading was implemented. though we added this to get reasonable speed on desktop systems, so the single thread version could take hours on a small microcontroller.

minanagehsalalma commented 1 year ago

so the single thread version could take hours on a small microcontroller.

@rofl0r oh the specs on this one are

Xtensa® Dual-Core 32-bit LX6 Microprocessor with clock frequency up to 240 MHz. 520 KB of SRAM, 448 KB of ROM and 16 KB of RTC SRAM.