Skip to content

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

Notifications You must be signed in to change notification settings

shencangsheng/MySQL-AliasInjector

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks