shencangsheng / MySQL-AliasInjector

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:Shell 90.2%Language:Dockerfile 9.8%