1. Preface
Today I saw a Chinese version of Samap in a group and thought it was a bit impressive, so I followed the tutorial and made some changes myself

2. Principle
The English output from sqlmap can actually be found in the sqlmap file, and the file used to store text information in sqlmap can be directly modified by changing the English string to Chinese. Sqlmap will output Chinese information in the terminal based on the text information you have modified.
3. Modification process
First, open all the files in this lib folder and the two files in the root directory. All the English files to be replaced are basically here
Then run sqlmap to view English
Copy English to search for files
Search and replace in sequence, the effect is as follows
Then it's about running sqlmap to various commands, copying English from cmd, and replacing it in the source code
Only a small part of the rendering has been modified as follows
