Keyspace List for WPA on Default Routers - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Keyspace List for WPA on Default Routers (/thread-6170.html) |
RE: Keyspace List for WPA on Default Routers - ZerBea - 05-20-2020 Maybe you're interested in this (not only ATT): http://boxnet.servehttp.com/cap/pix/DUMP/ BTW: You can reduce the key space, if you assume "N0" within every serial number: dddddN0ddddd That makes life easier (and faster) to run first tests against some well selected hashes. RE: Keyspace List for WPA on Default Routers - hashserious - 06-10-2020 I may get flak for going a bit off-topic, but... From what i have researched from research papers(and stuff), routers mostly use part of sha1(and derivatives), md5 or base64 hashes for passkey generation(like doing sha1 hash and taking 10 first chars from that hash). I have been tinkering with those hashes and found out that they *may* follow some kind of rules. Maybe not, so here i am asking from professionals. Example problem(let's say sha1): Is it possible to know the least possible character on 3rd position after knowing first two characters on sha1 hash? Or the least possible character on 4th position after knowing first three characters? RE: Keyspace List for WPA on Default Routers - undeath - 06-11-2020 (06-10-2020, 10:57 PM)hashserious Wrote: Is it possible to know the least possible character on 3rd position after knowing first two characters on sha1 hash? Or the least possible character on 4th position after knowing first three characters? no. RE: Keyspace List for WPA on Default Routers - drsnooker - 06-24-2020 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 (3m5p5s349p3m). So everybody who used SoxRoks version has the wrong dictionary for 589! I had to rewrite all my code to make the results match SoxRok. Oh well, back to return to the original code! That also means it's the same as 5268! Code: #include <iostream> RE: Keyspace List for WPA on Default Routers - devilsadvocate - 06-28-2020 (06-27-2020, 08:53 PM)fart-box Wrote:Quote:A book can't possibly be 37^11 (times 13 characters), that's probably more storage than atoms in the universe! Just curious, have you tried compressing all of those wordlists, compressed into a zip or gzip file, and then loading/using them with Hashcat 6? I haven't tested this latest feature of Hashcat 6, the ability to use wordlists in a zip of gzip file, but maybe with this latest feature, the amount of required disk space can be reduced by quite a bit. Plain text files usually compress well, so this might be worth checking. RE: Keyspace List for WPA on Default Routers - wckd1 - 07-02-2020 Hi can anyone help me with the "Lower Alpha Keyspace Reducer" I tried cl command to compile after installing Windows 7 and 10 SDK and using the command prompt in the folder. But keep getting "'cl' is not recognized as an internal or external command" and i tried using g++ in linux using "g++ la.cpp -ola" but that just made a 31kb file that i cant open so unsure how to make the wordlist program work. I can run the files to make the words but want them output to .txt so i can use in hashcat. Any help appreciated i will carry on finding topics on this but cant find much of videos on how to compile .cpp to wordlist. RE: Keyspace List for WPA on Default Routers - wckd1 - 07-02-2020 (07-02-2020, 04:34 PM)drsnooker Wrote:(07-02-2020, 03:15 PM)wckd1 Wrote: Any help appreciated i will carry on finding topics on this but cant find much of videos on how to compile .cpp to wordlist. I tried this but got alot of errors like "undefined reference to `std::ostream::operator<<(std::ostream& (*)(std::ostream&))'" can you please make the wordlist and upload to mega. https://github.com/wpatoolkit/Lower-Alpha-Keyspace-Reducer RE: Keyspace List for WPA on Default Routers - philsmd - 07-02-2020 why don't you just simple use the .exe file within that repo (yeah, I agree it's very bad to put executable files into source code repositories, but maybe this is a proof that users really have a hard time to compile simple files and even fail to see the .exe files). The la.exe is listed there: https://github.com/wpatoolkit/Lower-Alpha-Keyspace-Reducer The direct link is: https://github.com/wpatoolkit/Lower-Alpha-Keyspace-Reducer/raw/master/la.exe I have no clue what this program does and why you would need this. I think this is getting really off-topic and you should ask questions like this for a 3rd party tool on the pages where you find these tools. This has nothing to do with hashcat. Normally you would just use "Visual Studio" and the Console Application options to compile .c or .cpp source code on windows. This is for sure not that easy if you have no clue how to create a project in visual studio and how to configure this project... but there are thousands of tutorials/guides/resources out there that explain how to compile some easy console applications on windows with visual studio or similar software. Any reason why you do not use la.exe from the repository directly ? RE: Keyspace List for WPA on Default Routers - frizz - 07-29-2020 (07-08-2020, 05:17 PM)drsnooker Wrote: 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? Signed up just to share my experience. I was able to generate the correct key for BGW210-700 using the 599 and pipe it through hashcat and a GTX 1080. Worked on multiple devices, average time is ~90 mins at ~350-400 kH/s. I didn't think these were crackable until doing research, finding this thread and other resources. I have been able to crack 100% of the ATT******* networks I've found which is blowing my mind a little. RE: Keyspace List for WPA on Default Routers - samlak - 10-04-2020 (07-29-2020, 05:40 PM)frizz Wrote:(07-08-2020, 05:17 PM)drsnooker Wrote: 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? I tried several ATT pace routers but not successful. |