metasploit post模块介绍

post模块介绍

通过run或bgrun进行调用,对目标系统进行入侵。

实例演示

1.对目标网络进行arp扫描

run post/windows/gather/arp_scanner

2.检验目标是否为虚拟机

run post/windows/gather/checkvm

3.枚举应用

run post/windows/gather/enum_applications

4.枚举登录用户

run post/windows/gather/enum_logged_on_users

5.枚举目标snmp服务

run post/windows/gather/enum_snmp

6.对目标进行漏洞扫描

run post/multi/recon/local_exploit_suggester

7.删除指定用户

run post/wndows/manage/delete_user 

8.收集系统运行信息

run post/multi/gather/env

9.收集firefox存储的用户

run post/multi/gather/firefox_creds

到此就完成了metasploit post模块的介绍,如果想了解更多的Kali工具吗,请关注我!

猜你喜欢

转载自blog.csdn.net/smli_ng/article/details/106346726