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

Error parsing '#' #92

Open
nothingbutlucas opened this issue May 19, 2022 · 5 comments
Open

Error parsing '#' #92

nothingbutlucas opened this issue May 19, 2022 · 5 comments

Comments

@nothingbutlucas
Copy link

Hi, I found and error, when I improve a wordlist with the '#' character the first 2 passwords are:

1 - '#''#''#'
2 - '#''#''#'

And the passwords with the '#' are:
1 - examplePassword'#'
Instead of:
1 - examplePassword#

I made a very simple script in python to fix that after the generation of passwords, but it would be nice if it could create them properly at once

@ianchristani
Copy link

Hello
As I could see you said it is generating a password with #@ in the end but it is not a string. Is that right?

@nothingbutlucas
Copy link
Author

cupp_screenshot

I think the first error I mention only appears if I choose to concatenate all the words in the wordlist.

cupp_screenshot_1

But the first one is still generated...

@ianchristani
Copy link

Ahh yeah, now I understand. It is from your snippet, not from mine! ;)
It seems to be connected with the way your are looping in the first option the routine. But to know more I need to see your code.

@nothingbutlucas
Copy link
Author

What code? Do you mean the config file? I didn't touch the script, I left it as it was...

@ianchristani
Copy link

I know I know.. I was talking about your code! ;)

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

2 participants