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

Contains an unknown symbol and will be ignored #12

Closed
prodnet opened this issue Oct 8, 2018 · 5 comments
Closed

Contains an unknown symbol and will be ignored #12

prodnet opened this issue Oct 8, 2018 · 5 comments

Comments

@prodnet
Copy link

prodnet commented Oct 8, 2018

Where is the error, I have the same error message no matter what options I use ?!

./createNG --iPwdList pw.txt
WARNING: Either errors or warnings occured. Enable print warnings to see these.

./createNG -w --iPwdList pw.txt
WARNING: nGram(s) in line 11743008 contains an unknown symbol and will be ignored.
WARNING: nGram(s) in line 11743141 contains an unknown symbol and will be ignored.
WARNING: nGram(s) in line 11743160 contains an unknown symbol and will be ignored.

@prodnet
Copy link
Author

prodnet commented Oct 10, 2018

Please let me know.

@m33x
Copy link
Collaborator

m33x commented Oct 12, 2018

I don't see any error message here. I see a warning only. You can change the verbosity of OMEN to find out what the issue is. I guess you forgot to filter your input file for ASCII only characters. Learn how to do this here:
#4

@m33x
Copy link
Collaborator

m33x commented Oct 14, 2018

I don't know.

Try to rename the file pw_pw_ascii_16.txt to password-training-list.txt or input.txt

Also try --verbose and --printWarnings to get more details.

@m33x
Copy link
Collaborator

m33x commented Oct 14, 2018

Looks good so far. What happens if you start the enumeration after your training?
e.g. ./enumNG -p -m 10000

@m33x
Copy link
Collaborator

m33x commented Nov 6, 2018

Sorry but this is not a support forum.
OMEN is a scientific proof of concept, not a hash cracking software like hashcat / JtR.

Regarding your question:
Alpha values, go ahead and read the paper:
https://arxiv.org/pdf/1304.6584.pdf

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