sql注入一些赛题
一些sql赛题复现[极客大挑战 2019]HardSQL 1测试 admin’ 1 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘1’’ at line 1 —>单引号闭合 admin’# 1 NO,Wrong username password!!! 1’ or ‘1’=’1 1万能密码 你可别被我逮住了,臭弟弟 —>可能万能密码中的一些字符被过滤啥的 测试被禁用的字段接下来一个个测试 = 1 你可别被我逮住了,臭弟弟 —> =被过滤, admin 1’ or 之前单独测试过1’和or都没问题 现在这个测试你可别被我逮住了,臭弟弟—>应该是空格被过滤了 这被卡的这么死该怎么办 看了看别人的博客 万能密码 11'or((1)like(1))# ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment






