Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 955 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 955 Bytes

MySQL AliasInjector

English | 简体中文

SQLAliasInjector is a tool designed to add alias keywords to SQL from the MySQL source code level and compile a complete running image of MySQL in Docker. Its primary purpose is to bypass firewall or bastion host SQL injection checks, making the SQL injection "invisible" to firewalls and bastion hosts.

How to use for your

docker build -t sample/mysql:5.7 --build-arg CP="REGEXP=REGEXP_ALIAS" --build-arg JOB="4" .

Args

Args Desc
CP that match the specified pattern(「,」split)
JOB Compile using the number of cores,default: 1

Effect

Regexp

License

A short snippet describing the license (MIT)

MIT © Cangsheng Shen