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

Pompem V3: 'ascii' codec can't encode characters in position 15-16 #22

Open
x7peeps opened this issue Mar 13, 2019 · 1 comment
Open

Comments

@x7peeps
Copy link

x7peeps commented Mar 13, 2019

Traceback (most recent call last):
File "d:\HackProgram\Pompem\pompem.py", line 48, in
main()
File "d:\HackProgram\Pompem\pompem.py", line 44, in main
exploit_finder.run()
File "d:\HackProgram\Pompem\core\exploit_finder.py", line 36, in run
show_results(word_search, l_result)
File "d:\HackProgram\Pompem\common\print_messages.py", line 53, in show_results
str(exploit_data["name"])[0:50],
UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-16: ordinal not in range(128)

@x7peeps x7peeps changed the title 'ascii' codec can't encode characters in position 15-16 Pompem V3: 'ascii' codec can't encode characters in position 15-16 Mar 13, 2019
@rfunix
Copy link
Owner

rfunix commented Mar 13, 2019

Hi @XTpeeps , please, check this branch https://github.com/rfunix/Pompem/tree/pompem_v3
I'm work in it.

Thanks for report issue.

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