Building password list - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Building password list (/thread-8620.html) |
Building password list - Ar76 - 09-01-2019 Is there any software that I can use to produce a password list that doesn't have adjacent chars the same, in other words, AD5SSRU7 It can't have that for example as SS are adjacent chars, every char in password has to be different from its neighbours. Do it could be AFT5J2WP. This is from a char set A-Z 0-9. RE: Building password list - undeath - 09-01-2019 policygen from PACK https://github.com/iphelix/PACK RE: Building password list - os2873 - 09-02-2019 (09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACK thanks to the open topic and its knowledge, anyone know of some program to create a list that is for example WiFi-45689212 WiFi-45689213 WiFi-45689214 WiFi-45689215 etc. Since I need to create a list that all start with WiFi- and be from 00000000 to 99999999 in other words I need to create a list that goes from WiFi-00000000 to WiFi-99999999 Can any program be used for this, especially a program that uses the GPU? In advance thanks for the help. Regards RE: Building password list - undeath - 09-02-2019 you can use a simple hashcat mask attack for that RE: Building password list - Ar76 - 09-02-2019 (09-02-2019, 07:39 AM)os2873 Wrote:(09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACK If you install codeblocks I can write you the code. RE: Building password list - os2873 - 09-03-2019 (09-02-2019, 12:22 PM)undeath Wrote: you can use a simple hashcat mask attack for that Hi , thanks for your response, how could it be done for my case. I appreciatte to much your help. Regards RE: Building password list - os2873 - 09-03-2019 (09-02-2019, 02:50 PM)Ar76 Wrote:(09-02-2019, 07:39 AM)os2873 Wrote:(09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACK I appreciatte to much if you can help me with this. Regards, RE: Building password list - Ar76 - 09-03-2019 (09-03-2019, 10:24 AM)os2873 Wrote:(09-02-2019, 02:50 PM)Ar76 Wrote:(09-02-2019, 07:39 AM)os2873 Wrote:(09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACK Create a folder "CPP" in c:\ Install link below this. Open it. Create new project. Set dir to c:\cpp Choose c++ Click next I think . Then create new console app. I'll get the code later on. https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe/download RE: Building password list - os2873 - 09-03-2019 If you install codeblocks I can write you the code. [/quote] I appreciatte to much if you can help me with this. Regards, [/quote] Create a folder "CPP" in c:\ Install link below this. Open it. Create new project. Set dir to c:\cpp Choose c++ Click next I think . Then create new console app. I'll get the code later on. Thanks for your help, I install the codeblock program and open the program following your instructions and waiting for new instructions. Regards RE: Building password list - differentequal - 09-04-2019 (09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACKI still would love you help..... sent you a message a while ago |