命令执行
PHP
正则
学习:https://blog.csdn.net/kelinfeng16/article/details/82632796
元字符([] 或者\相关的)、模式修饰符(/xxx/i 最后面的)、量词(其他)、
使用反引号运算符”`”的效果与函数shell_exec() 相同。
注意:
关闭了 shell_exec() 时反引号运算符是无效的。
与其它某些语言不同,反引号不能在双引号字符串中使用。
https://blog.csdn.net/superprintf/article/details/111468978
https://blog.csdn.net/qq_41315957/article/details/118855865
https://blog.csdn.net/miuzzx/article/details/109143413
https://cloud.tencent.com/developer/article/1838778
https://blog.csdn.net/mochu7777777/article/details/104631142
https://www.leavesongs.com/PENETRATION/webshell-without-alphanum.html
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Van!


