Building password list
#1
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.
Reply
#2
policygen from PACK https://github.com/iphelix/PACK
Reply
#3
(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
Reply
#4
you can use a simple hashcat mask attack for that
Reply
#5
(09-02-2019, 07:39 AM)os2873 Wrote:
(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

If you install codeblocks I can write you the code.
Reply
#6
(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
Reply
#7
(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


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

If you install codeblocks I can write you the code.

I appreciatte to much if you can help me with this.

Regards,
Reply
#8
(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


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

If you install codeblocks I can write you the code.

I appreciatte to much if you can help me with this.

Regards,

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/codeblo...e/download
Reply
#9
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
Reply
#10
(09-01-2019, 11:22 AM)undeath Wrote: policygen from PACK https://github.com/iphelix/PACK
I still would love you help..... sent you a message a while ago
Reply