I have two wordlist files; the first contains:

I have two wordlist files; the first contains:

John
Jerry
Jim
the second contains:

one
two
three
And so forth with a few dozen files...

And the files contain not just the 3 words above. How can I generate permutations so that I get the following output?

Johnone
Johntwo
Johnthree
Jerryone
Jerrytwo
Jerrythree
..
..
..
Can i use command prompt for this?

Attached: 1522010441908.jpg (640x479, 82K)

Attached: 29004137_10211507755835512_1313075136_n.jpg (844x770, 45K)

WHAT MAN ARE YOU SERIOUS OKAY I AM A BEGINNER. WHERE YOU NEVER A BEGINNER, OR A BABY THAT COULDN'T DO ANYTHING FOR THAT MATTER? NO NEED TO BE SO DISRESPECTFUL BUT IF NO ONE WISHES TO AID ME, HOW WILL I LEARN AND GROW?????????

Could you please help me instead of insulting me if it is so easy for you?

2 for loops. I don't know your programming language.

I do not program. i need wordlist for cracking a code, but i simply have to many possible permutations to create myself. I think i need a program, or maybe it is possible to use command prompt, it should be pretty simple action i think, it's just math

So i will loop every consecutive file over all the previous files? kind of like a when you're deciding how many possible choices there are for a given situation?

$ cat foo1
John
Jerry
Jim
$ cat foo2
one
two
three
$ for i in {1..5}; do
> echo `shuf -n1 foo1``shuf -n1 foo2`
> done
Jerryone
Johnone
Johnthree
Johnone
Jimone

I don't think that command promp can do that. Just write a programm. If you don't have an IDE, you can do it in javascript

Ok

Is it like this with more then?

echo 'shuf -n1 foo1 ''shuf -n1 foo2 '''shuf -n2 (/n1?) foo3....
or will i still use two of these : ' '

Can this work?
Do i need to change anything with it?

$ cat file1
John
Jerry
Jim
Jeff

$ cat file2
one
two
three
four

$ cat file3
m8
mate
matey

$ awk '(NR==FNR) { a[NR]=$0 } (NR != FNR) { for (i in a) { print $0 a[i] } }' file3 file 2 file 1

Do any of you have experience with HASHCAT by the way?

Not even 2, just

For name in list
Concatenate with number

$ for i in {1..5}; do
> echo $(for f in foo*; do shuf -n1 $f; done) | sed 's/ //'
> done
Johntwo
Jerrytwo
Johnthree
Jerrytwo
Johnthree

Seriously. You should try to solve this on your own. This is literally the type of program someone who learned how to write loops 5 minutes ago should be able to do.


Here is some psuedo code.

name_file = open("namelist")
number_file = open("numberlist")
name_line = ""
number_line = ""
while(name_line = name_file .readLine()) {
while(number_line = number_file .readLine()) {
print(name_line + number_line)
}
}

you must be over 18 to post here sweaty

You know what, i will do that :) thank you :)

It is not quite as simple as i have made it out to be

I have about 15 different wordlist, each with a few sets of permutations. Each of those wordlists have their own fixed location in the password. ie. the pemutation frank/ frankie must be in the middle of it. I need to write a program that will give me every single combination of all those permutations put together. Does this make sense to you

Attached: 1461272248582.png (396x385, 132K)

For example

location 1 . ( first in the password)
EITHER frank OR Frank OR frAnk

location 2. (must be after 1 and before 3)
EITHER like OR li3k OR l1ek OR l13k

And this is how it continues....

I want it to do something like this then: (end product)

Frankliek
Frankl1ek
Frankl13k
frankl13k
..........
But with a 15 of these different words in different locations, never repeating themselves and in their fixed location.

I try, but i dont understand how to do it. Because when i try, it becomes like this:

Frankl13k
li1kfrank
li13kFrank and so forth...

And of course, there are 15 or something of them, so it all becomes a mess;

Frankl13km8strangercate14
14m8strAngerfrAnkcat3l13k

fish does it tremendously easily

curly braces represent lists which get permuted when put next to each other
parentheses run the command, like backticks in bash

although if it's possible in fish it's certainly possible in bash, with probably a little more work

Attached: 2018-05-18_06:50.jpg (718x241, 67K)

Is fish the program or the language?

we just don't know

Attached: 1366969361082.gif (172x149, 552K)

I AM RETARDED OR SOMETHING???? BECAUSE I DONT UNDERSTAND ANYTHING OF THIS... Even when i fucking download programs i dont get it right JESUS CHRIST

I mean fucking hell this is super easy right??
Is this javascript language?

Attached: wat.png (1717x328, 31K)

kek

The current state of Jow Forums.

Look at this, i cannot make it work you see it

Have some memes on the house, thank you all for trying to help

Attached: argKDxX_460s.jpg (460x459, 59K)

There is two options
U are retarded or troll

WHY DOES IT NOT WORK WHEN I TRY IT
I FUCKING JUST WANT A LIST OF WORDS IS IT SO HARD JÆVLA HESTKUK ÅRLIG TÅLT DETTA HER ER IKKJE MORO I DET HEILAGE TATTJI

Attached: skjermbilde.png (791x836, 106K)

Tell me what am i doing wrong then i am out of options literally... I try searching up bash, fish nothing comes up like wtf

I am no troll i can assure you. I am norwegian, but not a troll.