Hi.

This is at least challenging, and maybe impossible to do in normal cases :)

Problem is called encoding. You are using one encoding on your
console, one encoding is used by the backend DBMS, one encoding is
used by the server itself... Lots of interchanges is going on, and on
some instances those interencoding changes are incompatible.

The most usual problem is the incompatibility of the console encoding
with the target itself. In your case you are most probably using some
other encoding than the japanese one in your console and I wouldn't
recommend changing of the console encoding just for doing this.

I can only recommend you to "try" to --dump all the tables from the
given db if the db name is something usable (e.g. shopdb). so, instead
of using -T "japanese_table_name" you can try to dump all tables from
that same database with -D "normal_dbname" --dump.

If you are not able to do that either then please report back and
we'll try to test it ourselves.

KR

On Sun, Jul 31, 2011 at 2:56 AM, anonymous anonymous <t...@2ch.so> wrote:
> Hello!
> How can I access to japaneese table for example:
> ./sqlmap.py -u "http://test/shop.asp?id=123"; --technique=E --threads 50 -T
> "注文履歴" --columns
> If I use --dbs option this table enumareted in db tables list.
> ------------------------------------------------------------------------------
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> _______________________________________________
> sqlmap-users mailing list
> sqlmap-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlmap-users
>
>



-- 
Miroslav Stampar (@stamparm)

E-mail: miroslav.stampar (at) gmail.com
PGP Key ID: 0xB5397B1B

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to