0
点赞
收藏
分享

微信扫一扫

Metasploit训练基础-辅助模块使用

网站目录扫描


模块在auxiliary / scanner / http /dir_scanner 


use auxiliary/scanner/http/dir_scanner


Metasploit训练基础-辅助模块使用_metasploit辅助模块


需要设置RHOSTS、THREADS参数


Metasploit训练基础-辅助模块使用_安全入门_02


模块在 aux / scanner / http  / brute_dirs


use auxiliary/scanner/http/brute_dirs

 

Metasploit训练基础-辅助模块使用_安全入门_03


设置参数,包括目标地址和线程


Metasploit训练基础-辅助模块使用_安全入门_04


搜索网站中的邮箱地址


模块在 aux / gather / search_email_collector 


use auxiliary/gather/search_email_collector


Metasploit训练基础-辅助模块使用_安全入门_05


需要设置的参数为Domain


Metasploit训练基础-辅助模块使用_安全入门_06


Metasploit训练基础-辅助模块使用_安全入门_07


网站子域名查询


模块在aux / gather /  searchengine_subdomains_collector


use auxiliary/gather/searchengine_subdomains_collector


Metasploit训练基础-辅助模块使用_metasploit辅助模块_08


需要设置参数为target


Metasploit训练基础-辅助模块使用_安全入门_09


Metasploit训练基础-辅助模块使用_metasploit辅助模块_10


当然也可以通过外部的网站进行查询


Metasploit训练基础-辅助模块使用_metasploit辅助模块_11


Metasploit训练基础-辅助模块使用_metasploit辅助模块_12


效果是一样的。

举报

相关推荐

0 条评论