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

__createTargetDirs UnicodeEncodeError #154

Closed
stamparm opened this issue Aug 20, 2012 · 0 comments
Closed

__createTargetDirs UnicodeEncodeError #154

stamparm opened this issue Aug 20, 2012 · 0 comments
Assignees
Milestone

Comments

@stamparm
Copy link
Member

[10:00:34] [CRITICAL] unhandled exception in sqlmap/1.0-dev-4649450, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sqlmap-users@lists.sourceforge.net' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you.
sqlmap version: 1.0-dev-4649450
Python version: 2.7.1+
Operating system: posix
Command line: sqlmap.py -u ******************* --forms -o --random-agent
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
File "/home/stamparm/Dropbox/Work/sqlmap/_sqlmap.py", line 72, in main
start()
File "/home/stamparm/Dropbox/Work/sqlmap/lib/controller/controller.py", line 346, in start
setupTargetEnv()
File "/home/stamparm/Dropbox/Work/sqlmap/lib/core/target.py", line 441, in setupTargetEnv
__createTargetDirs()
File "/home/stamparm/Dropbox/Work/sqlmap/lib/core/target.py", line 402, in __createTargetDirs
f.write(kb.originalUrls.get(conf.url) or conf.url or conf.hostname)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 32-45: ordinal not in range(128)

@ghost ghost assigned stamparm Aug 20, 2012
stamparm added a commit that referenced this issue Aug 20, 2012
@chym chym mentioned this issue Nov 10, 2012
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

1 participant