复制代码

08 2020 档案

摘要:在msf中得到的session可以直接使用meterpreter的hashdump导出主机hash,那么如何在msf中得到靶机中的明文密码呢? 首先假设得到了一个返回meterpreter的session: 此时是普通的用户权限,我们把它绕过uac先。 此时的session 3 就是绕过uac之后的 阅读全文
posted @ 2020-08-27 15:20 BU羡 阅读(1505) 评论(0) 推荐(0)
摘要:SSRF审计要点一: 一些危险函数:curl_exec()、fsockopen()、file_get_contents()、fopen() curl_exec(): 函数发起curl请求 url参数用户可控会导致ssrf fsockopen(): 函数打开一个网络连接或者一个unix套接字连接 ho 阅读全文
posted @ 2020-08-27 14:33 BU羡 阅读(440) 评论(0) 推荐(0)
摘要:web攻击面 1.Network 2.OS 3.Web Server 4.App Server 5.Web Application 6.Database 7.Browser 阅读全文
posted @ 2020-08-22 21:32 BU羡 阅读(116) 评论(0) 推荐(0)