07 2021 档案

摘要:应用场景 目标不出网 作用 正向代理,通过webshell将流量带入内网 regeorg 项目地址 https://github.com/sensepost/reGeorg 使用方法 1、上传 tunnel.(aspx|ashx|jsp|php) 到目标web路径 2、本地 python3 reGe 阅读全文
posted @ 2021-07-19 11:38 Light_Wind 阅读(704) 评论(0) 推荐(0)
摘要:项目地址 https://github.com/BeichenDream/BadPotato 代码copy下来,本地VS2019生成EXE 生成-》生成badpotato 项目地址中会生成badpotato.exe useage (当然,要存在ms16-075) 阅读全文
posted @ 2021-07-08 16:45 Light_Wind 阅读(1832) 评论(0) 推荐(0)
摘要:开启xp_cmdshell exec sp_configure 'show advanced options', 1;reconfigure; exec sp_configure 'xp_cmdshell',1;reconfigure; 执行命令 EXEC master.dbo.xp_cmdshel 阅读全文
posted @ 2021-07-08 16:20 Light_Wind 阅读(217) 评论(0) 推荐(0)