routerkeygen / routerkeygenPC

Qt Port for Linux, Mac OSX and Windows
GNU General Public License v3.0
288 stars 89 forks source link

Feature request - Auto password checker & export function #36

Open Lexus89 opened 7 years ago

Lexus89 commented 7 years ago

For some AP's many possible keys are generated and it would be nice to have an option to actually test all of them to see if one works. Also having an export function for all possible keys would be handy.

DoctorD90 commented 7 years ago

An export function as in apk, to export all keys to a plain text file would be nice!

RealEnder commented 7 years ago

Something like this?

alex@osi:~/c/custom_crack$ ./routerkeygen -q -s Alice-46440251 -m 00:23:8e:5b:eb:2c > a.txt
alex@osi:~/c/custom_crack$ cat a.txt
infpjvms3jidycdm4i0fsxvl
0y64yxubezWeh29kkjm7s6j1
DoctorD90 commented 7 years ago

exactly!!! this would be nice to get in GUI or basically also from command line :) so that even with data from other software we can automate generation of keys (when available) :+1:

RealEnder commented 7 years ago

I plan to implement RESTful API to routerkeygenPC for integration, but no time for now...

DoctorD90 commented 7 years ago

Thx! I checked your command after your edit, so I gotcha that from command line is possible yet. This is yet a great stuff! Thx!

yarda commented 6 years ago

I proposed addition of the "copy all" button to the main UI in #39