Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Log writing error ? #4023
Log writing error ? #4023
Comments
|
Your console has one encoding, file has other (i.e. UTF8). Also, you are running on Windows machine which inherently has problems with display of arbitrary Unicode characters |
|
p.s. file output is more relevant in such situations |
|
Thank you. good to know that the log is the relevant place to look not the console. |
Describe the bug
sqlmap produces 3 different outputs. 2 in console 1 in the log
Log a2w§rT;~32Abg3123@alXk)
[INFO] retrieved: a2w rT;~32Abg3123@alXk)
and the list you get when sqlmap is done a2w*§rT;~32Abg3123@alXk)
To Reproduce
sqlmap -u" URL " --level 5 --risk 3 --random-agent --referer="URL" "--headers=X-Requested-With: XMLHttpRequest" --batch --threads=5 --dump -D -T -C --hex --null-connection
I have run it 3 times with these parameters and fresh queries
Expected behavior
That the right query output lands in the Log,
Screenshots
Running environment:
Target details:
web server operating system: Linux CentOS 6.8
web application technology: PHP 5.3.3, PHP, Apache 2.2.15
back-end DBMS: MySQL 5
Additional context