Loading

摘要: win10hyper-v的开启和关闭 在启用或关闭Windows功能中勾选或取消勾选 powershell中使用管理员权限运行: bcdedit /set hypervisorlaunchtype off bcdedit /set hypervisorlaunchtype auto 阅读全文
posted @ 2021-02-04 11:56 Geaming 阅读(363) 评论(0) 推荐(0) 编辑
摘要: MySQL注入 能力要求 能够找寻到注入点 能够判断后端数据库是什么类型 能够绕过各种过滤 SQL语句 采用phpstudy搭建环境 进入phpstudy_pro\Extensions\MySQL5.7.26\bin 启动powershell 输入.\mysql -uroot -proot 成功连上 阅读全文
posted @ 2021-02-03 19:32 Geaming 阅读(76) 评论(0) 推荐(0) 编辑
摘要: [强网杯 2019]随便注 尝试sqlmap,,,,,放弃 尝试手动注入 1.随便注就随便注啦 输入1 输入1' order by 2# 输入1' order by 3# 可以判断出列数为2 2.尝试联合注入 输入1' union select 2 # 发现存在过滤,许多关键词被禁 3.尝试堆叠注入 阅读全文
posted @ 2021-02-01 21:59 Geaming 阅读(134) 评论(0) 推荐(0) 编辑