gaoteng17 / Blog_Comments

0 stars 0 forks source link

【网络安全0x10】综合测试(低难度)--- BTRsys1 | gaoteng's blog #76

Open gaoteng17 opened 4 years ago

gaoteng17 commented 4 years ago

http://got17.cn/1067/

51CTO的网课,本篇利用nmap搜索开放端口,nikto、dirb挖掘web服务找到后台地址,审计源码跳过mysql检测登录,使用burpsuite抓包绕过检测上传反弹shell,执行反弹shell获得低权用户shell,提权有两种方式,一种是查看网站配置文件找到mysql数据库,里面存着密码,可以root,另外一种是searchsploit系统版本,执行本地提权脚本返回root权限,本文两种方