Loading

摘要: 一、XSS检测标签 <ScRipt>ALeRt("XSS");</sCRipT> <sc<script>ript>alert(/xss/)</script> <img src=""onerror="alert('xss')"> <img/src/onerror=alert(1)> <img/src= 阅读全文
posted @ 2021-07-12 22:32 Ctrl_C+Ctrl_V 阅读(128) 评论(0) 推荐(0)
摘要: 一、元数据库 1、Mysql information_schema数据库; 其中的表有:information_schema.tables和information_schema.columns(存储了整个Mysql的表和整个Mysql的列值); 其中的information_schema.table 阅读全文
posted @ 2021-07-12 21:36 Ctrl_C+Ctrl_V 阅读(283) 评论(0) 推荐(0)