PixieWPS is a tool written in C used for offline brute-forcing of WPS PINs by exploiting the low or non-existent entropy found in certain access points (the "Pixie Dust" attack).
Features:
⏺ Checksum Optimization: Primarily utilized to expedite the search for valid PINs (covering 11,000 possibilities);
⏺ Seed Entropy Reduction: Reduces the seed entropy from 32 bits to 25 bits for the C-language Linear Congruential Generator (LCG) pseudorandom function;
⏺ Small Diffie-Hellman Keys: Eliminates the need to specify a public registration key—an option that would otherwise be required when using Reaver.
GitHub - wiire-a/pixiewps: An offline Wi-Fi Protected Setup brute-force utility
An offline Wi-Fi Protected Setup brute-force utility - wiire-a/pixiewps