多彩编程 多彩编程MZPH · CODE BLOG
ARTICLE DETAIL

文章详情

深耕前端与后端开发技术的一线实战笔记与踩坑复盘。

【2014-05-09】某《魔鬼训练营》读书笔记:特定服务扫描

【2014-05-09】某《魔鬼训练营》读书笔记:特定服务扫描 [历史归档]本文原发布于 cstriker1407.info 个人博客内容为历史存档仅供参考。发布时间2014-05-09 标题某《魔鬼训练营》读书笔记特定服务扫描分类操作系统 / 安全 标签metasploit·特定服务扫描某《魔鬼训练营》读书笔记特定服务扫描**笔记仅供学习交流使用请勿进行其他用途**扫描telnet服务使用Metasploit自带扫描模块telnet\_version模块扫描ssh服务使用Metasploit自带扫描模块ssh\_version模块笔记仅供学习交流使用请勿进行其他用途扫描telnet服务使用Metasploit自带扫描模块msfsearch telnet_version Matching ModulesName Disclosure Date Rank Description ---- --------------- ---- ----------- auxiliary/scanner/telnet/lantronix_telnet_version normal Lantronix Telnet Service Banner Detection auxiliary/scanner/telnet/telnet_version normal Telnet Service Banner Detectiontelnet_version模块路径auxiliary/scanner/telnet/telnet_versionmsfuse auxiliary/scanner/telnet/telnet_version msf auxiliary(telnet_version)show options Module options(auxiliary/scanner/telnet/telnet_version): Name Current Setting Required Description ---- --------------- -------- ----------- PASSWORD no The passwordforthe specified username RHOSTSyesThe target address range or CIDR identifier RPORT23yesThe target port THREADS1yesThe number of concurrent threads TIMEOUT30yesTimeoutforthe Telnet probe USERNAME no The username to authenticate as msf auxiliary(telnet_version)setRHOSTS10.10.10.128 RHOSTS10.10.10.128 msf auxiliary(telnet_version)exploit 。。。。。 。。。。。扫描ssh服务使用Metasploit自带扫描模块msfsearch ssh_version Matching ModulesName Disclosure Date Rank Description ---- --------------- ---- ----------- auxiliary/fuzzers/ssh/ssh_version_15 normal SSH1.5Version Fuzzer auxiliary/fuzzers/ssh/ssh_version_2 normal SSH2.0Version Fuzzer auxiliary/fuzzers/ssh/ssh_version_corrupt normal SSH Version Corruption auxiliary/scanner/ssh/ssh_version normal SSH Version Scannerssh_version模块路径auxiliary/scanner/ssh/ssh_versionmsfuse auxiliary/scanner/ssh/ssh_version msf auxiliary(ssh_version)show options Module options(auxiliary/scanner/ssh/ssh_version): Name Current Setting Required Description ---- --------------- -------- ----------- RHOSTSyesThe target address range or CIDR identifier RPORT22yesThe target port THREADS1yesThe number of concurrent threads TIMEOUT30yesTimeoutforthe SSH probe msf auxiliary(ssh_version)setRHOSTS10.10.10.128 RHOSTS10.10.10.128 msf auxiliary(ssh_version)exploit 。。。。。 。。。。。
返回列表