网站建设知识
Mysql通过system命令调用系统shell命令
2025-07-22 10:00  点击:0

CleverCode发现可以通过system + 系统shell命令。来执行一些系统方法shell命令。

1 ? 显示帮助。system (\!) Execute a system shell command.

system date;系统日期。

sytem pwd;system whoami;system clear;等