240 发简信
IP属地:黑龙江
  • 120
    Ubuntu16.04安装nginx+php环境

    首先更新源 apt-get update; 安装nginx Ubuntu16.04有Nginx安装包,我们可以直接安装。 打开服务 然后在浏览器输入IP地址,出现以下页面,代...

  • 实验吧登陆一下好吗

    思路,如题所说过滤了以下 / # -- select or union 不过由此又学到了一招 如果sql语句类似于 select * from user where user...

  • 实验吧因缺思厅的绕过

    思考过程: 打开开发者工具,发现source.txt,检查源代码。 发现了过滤 and|select|from|where|union|join|sleep|benchmar...

  • 实验吧CTF简单SQL注入

    简单的SQL注入1,2 知识点: 空格用/**/或者()代替 可以把关键字重复一遍防止字符过滤 获取数据库名:1'/**/union/**/select/**/schema_...