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

Issue with à letter #4

Open
Vitriia opened this issue Sep 27, 2016 · 1 comment
Open

Issue with à letter #4

Vitriia opened this issue Sep 27, 2016 · 1 comment
Assignees
Milestone

Comments

@Vitriia
Copy link

Vitriia commented Sep 27, 2016

An error append with encoder (web and command) when i try to encode a "à" (STRING à)

ducktools.py -e -l fr /media/root/DUCKY/Bart.txt /media/root/DUCKY/inject.bin
[+] Reading Input file.
[-] Encoding File
Error parsing duck_text: '\xe0'
[!] Something went wrong
[-] Encoding complete
[-] Writing inject.bin to /media/root/DUCKY/inject.bin
Traceback (most recent call last):
File "/usr/local/bin/ducktools.py", line 69, in
out.write(duck_bin)
TypeError: argument 1 must be string or buffer, not bool

@kevthehermit
Copy link
Owner

Thanks there is no support for unicode chars which includes the extended character set. We are looking at this for a pre xmas release.

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

No branches or pull requests

3 participants