This tool gets stuck and it seems like it will never produce any result
maykelbembibre opened this issue · 2 comments
Hello, I am trying to produce a list of candidates of length 8 but it seems to be impossible. First, I use the following word list to train the tool:
bicicleta
estufa
caramelo
marusco
cangrejo
burger
petulante
cimbrel
cinabrio
cucamonga
cerveza
But the problem starts when I execute enumNG like this:
./OMEN/enumNG -m 10000 -l 8 -v -O
I have waited several hours and hasn't produced even a single candidate word. I am also on verbose mode and it says 0 % created and does never move on from there.
Why does this happen? Am I doing something wrong?
Yeah you are missing -p
. Per default OMEN writes into a file (results/createdPWs.txt
). See ReadMe.md. Please consider closing the issue. :-)
I have this same issue in my first try, nothing about hours. It's because you need to use alphabetCreator first to create your optimized alphabet. Maybe your command line will be like this:
./alphabetCreator --pwList sample.txt -s 19 -a empty.file -o sample
./createNG --iPwdList sample.txt -A sample.alphabet -v -w
Now, enumNG will works nice:
./enumNG -m 10000 -l 8 -v -O
Starting enumNG with the following settings:
- fixedLength (8)
- maxAttempts: 10000
- normalMode
- SizeOf_N: 4
- maxLevel: 11
- Filenames:
initial probabilities: 'IP'
conditional probabilities: 'CP'
end probabilities: 'EP'
lengths: 'LN'
config: 'createConfig'
input: 'sample.txt'
- Alphabet: 'acerioublmntgsfjpvz'
- sizeOf_Alphabet: 19
- Selected smoothing: additive
- delta:
- IP: 1; CP: 1; EP: 1; LN: 0;
- levelAdjustFactor:
- IP: 250; CP: 2; EP: 250; LN: 1;
<====================> 100 % created
Start: Tue Mar 28 20:14:18 2017
End: Tue Mar 28 20:14:22 2017
Elapsed time: 0 hour(s), 0 minute(s) and 4 second(s)
Results:
created: 10000 of 10000
Log file successfully created.
Status: done
cat results/createdPWs.txt | head -10
caramelo
cangrejo
cinabrio
cucamong
etulante
icicleta
ucamonga
biciclet
petulant
arameloa