Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: NetgearKiller.dict - my Netgear WPA dict
Post: RE: NetgearKiller.dict - my Netgear WPA dict
Great work! But I'd like to confirm an additional adj:
"basic" It's not included in your list.
basicchipXXX here |
|
drsnooker |
User Contributions
|
15 |
82,301 |
07-16-2016, 05:43 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
fart-box Wrote: (06-28-2020, 09:07 PM)
--
It is, because it only has two books in the stack, and inverting and bit shifting is a waste of time, in my opinion.
The seed is nothing more than a divis... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
07-18-2020, 09:06 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Not knowing C or C++ but pretty good at matlab, I've managed to take the code shown earlier and created a matlab version so I can create the dictionaries for GVN589 and 599. It was a struggle dealing ... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-07-2020, 08:31 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Well silly me. It just takes to dang long. So I thought I'd learn python and do it in there. It's the exact same speed!!!! Alright, I guess I gotta go dig into C++ get a compiler going so it might be ... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-10-2020, 02:52 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Thanks Far-box. Let me digest that. First I'm learning to program C++ to speed up the creation of the dictionaries. Matlab is useful for exploring data sets and visualization, but it's not build for s... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-14-2020, 03:58 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Getting closer. Got the c-code running in paiza.io. Got a copy of visual studio 2015, so now I'm just trying to figure out how to clear all the error codes and which .h modules I'm missing to make it ... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-21-2020, 06:01 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Okay, so I completely follow Mr. Fancypants! (in matlab)
>> genpass589c(double(501073112)*465661287.5245797)
ans =
'3m5p9s846p3m'
but then your key:
genpass589c(uint64(234369665153722384)
a... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-24-2020, 03:51 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
That's what I thought and that was the obvious solution. However, that's not the SoxRok code.... I got this running in Paiza.io (still working on learning C++) That Mod 8 is causing the wrong answer (... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-24-2020, 11:37 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Well I finally understand the appeal of C++! I got the Soxrok code compiled and generated (the wrong) dictionaries. Took about 7 minutes! (instead of 10 days in matlab) And only takes about an hour to... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-27-2020, 05:43 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
I've read the whole thread, much of it is over my head. I figured I'd start with the programming as that I understand, and the piece together the rest of the puzzle slowly. When Zerbea started talking... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
06-28-2020, 01:55 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
wckd1 Wrote: (07-02-2020, 03:15 PM)
--
Any help appreciated i will carry on finding topics on this but cant find much of videos on how to compile .cpp to wordlist.
--
Hmmm, I only use Windows 10 (d... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
07-02-2020, 04:34 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Looks like ATT has been using a BGW210-700 recently with a similar ESSID as the others. Do we know anything about that default password?
From ebay sales it looks like the default password look similar... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
07-08-2020, 05:17 PM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
Thanks Frizz, sadly I've struck out on 5 ATT****** caps, I've extended the pskracker algorithm to 8*INTMAX giving about 160Gb files that I can crank through overnight on a 1080ti, which as Fart sad me... |
|
drsnooker |
User Contributions
|
182 |
305,357 |
08-01-2020, 08:38 PM |