You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A) Hi @doraeric. I've made a related "patch", but you haven't said anything about your case, hence, I am not sure if I managed to "reconstruct" what the author wanted to say. For example, I am not sure whether you are having problems with providing --sql-query custom SQL queries, or in case of dumping (i.e. --dump) tables with non-latin names,... Also, I don't know which DBMS or technique are related to this issue
B) Anyway, please update to the latest revision and retry. If the problem "persists" please write more details (like you've been presented inside the template when creating the Issue in the first place)
C) By default, sqlmap does the "escaping" of strings (e.g. "a" -> 0x61), which adds more "unknowns" to this whole issue as I would expect your "issue" to happen in regular, non-enumeration requests. Anyway, lots of unknowns. Maybe the latest revision will solve it auto-magically for you
Something like
curl $url --data 'id=SELECT%20%2A%20FROM%20%AA%ED%AE%E6'
will work.When using sqlmap, it encodes requests with utf-8 even
--encoding=big5
is set.I think the issue is similar to #25 , not sure whether they are the same.
The text was updated successfully, but these errors were encountered: