Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer Overflow #13

Open
spielmirdasliedvomkoks opened this issue Oct 9, 2024 · 4 comments
Open

Buffer Overflow #13

spielmirdasliedvomkoks opened this issue Oct 9, 2024 · 4 comments

Comments

@spielmirdasliedvomkoks
Copy link

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
Copy link
Collaborator

m33x commented Oct 9, 2024

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

This should work:

./createNG -v --iPwdList rockyou.txt

@m33x m33x closed this as completed Oct 9, 2024
@spielmirdasliedvomkoks
Copy link
Author

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 m33x reopened this Oct 9, 2024
@m33x
Copy link
Collaborator

m33x commented Oct 9, 2024

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.

@spielmirdasliedvomkoks
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@m33x @spielmirdasliedvomkoks and others