RUB-SysSec/OMEN

Buffer Overflow

Opened this issue · 5 comments

I know this is an old project and probably abandoned but in case it is still supposed to work when I (using Ubuntu Studio) try to create a list I get an error:

Me:./OMEN$ ./createNG -v --iPwdList=rockyou.txt

*** buffer overflow detected ***: terminated
Aborted (core dumped)

This happens no matter which wordlist I use as input.

m33x commented

Yeah. That's a simple one, your syntax is wrong, read the manual again.

This should work:

./createNG -v --iPwdList rockyou.txt

In the -h text it says "--iPwdList=FILENAME" so I tried both but the result is always the same. Even when I make up a name that's not even in the OMEN directory so I'm not sure whats going on.

m33x commented

That's an Ubuntu 20.04 LTS.

user@pc:~/Documents/OMEN$ ./createNG -v --iPwdList rockyou.txt

Starting createNG with the following settings:
 - not counted password list (use -u to read a counted password list)
 - hide warnings (use -w to print warnings)
 - SizeOf_N: 4
 - maxLevel: 11
 - Filenames:
	initial probabilities: 'IP'
	conditional probabilities: 'CP'
	end probabilities: 'EP'
	lengths: 'LN'
	config: 'createConfig'
	input: 'rockyou.txt'
 - Alphabet: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!.*@-_$#<?'
 - sizeOf_Alphabet: 72
 - Selected smoothing: additive
	- delta:
	  - IP: 1; CP: 1; EP: 1; LN: 0;
	- levelAdjustFactor:
	  - IP: 250; CP: 2; EP: 250; LN: 1;


Start:	Wed Oct  9 13:20:02 2024
End:	Wed Oct  9 13:20:06 2024
Elapsed time: 0 hour(s), 0 minute(s) and 4 second(s)
Status: done
WARNING: Either errors or warnings occurred. Enable print warnings to see these.

user@pc:~/Documents/OMEN$ ./createNG -v --iPwdList=rockyou.txt

Starting createNG with the following settings:
 - not counted password list (use -u to read a counted password list)
 - hide warnings (use -w to print warnings)
 - SizeOf_N: 4
 - maxLevel: 11
 - Filenames:
	initial probabilities: 'IP'
	conditional probabilities: 'CP'
	end probabilities: 'EP'
	lengths: 'LN'
	config: 'createConfig'
	input: 'rockyou.txt'
 - Alphabet: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!.*@-_$#<?'
 - sizeOf_Alphabet: 72
 - Selected smoothing: additive
	- delta:
	  - IP: 1; CP: 1; EP: 1; LN: 0;
	- levelAdjustFactor:
	  - IP: 250; CP: 2; EP: 250; LN: 1;


Start:	Wed Oct  9 13:20:22 2024
End:	Wed Oct  9 13:20:26 2024
Elapsed time: 0 hour(s), 0 minute(s) and 4 second(s)
Status: done
WARNING: Either errors or warnings occurred. Enable print warnings to see these.

Damn, I really gotta switch to a better OS soon lol. But thanks a lot for the quick help!

Confirming the same problem happens on Ubuntu 24.04 LTS

Seems to work on Debian 12 (Bookworm) though