当前位置: 首页 > news >正文

【2014-05-11】某《魔鬼训练营》读书笔记:特定服务密码猜测

[历史归档]本文原发布于 cstriker1407.info 个人博客,内容为历史存档,仅供参考。
发布时间:2014-05-11| 标题:某《魔鬼训练营》读书笔记:特定服务密码猜测分类:操作系统 / 安全 |标签:metasploit·nmap·密码


某《魔鬼训练营》读书笔记:特定服务密码猜测

    • ssh密码猜测:
      • 使用Metasploit自带扫描模块:
        • ssh\_login模块:
    • telnet密码猜测:
      • 使用Metasploit自带扫描模块:
        • telnet\_login模块:
      • 使用nmap脚本:

!!!笔记仅供学习交流使用,请勿进行其他用途!!!

ssh密码猜测:

使用Metasploit自带扫描模块:

msf>search ssh_login Matching Modules================Name Disclosure Date Rank Description ---- --------------- ---- ----------- auxiliary/scanner/ssh/ssh_login normal SSH Login Check Scanner 。。。。。
ssh_login模块:

路径:auxiliary/scanner/ssh/ssh_login

msf>use auxiliary/scanner/ssh/ssh_login msf auxiliary(ssh_login)>show options Module options(auxiliary/scanner/ssh/ssh_login): Name Current Setting Required Description ---- --------------- -------- ----------- BLANK_PASSWORDSfalseno Try blank passwordsforallusersBRUTEFORCE_SPEED5yesHow fast to bruteforce, from0to5DB_ALL_CREDSfalseno Try each user/password couple storedinthe current database DB_ALL_PASSfalseno Add all passwordsinthe current database to the list DB_ALL_USERSfalseno Add allusersinthe current database to the list PASSWORD no A specific password to authenticate with#某个特定的密码PASS_FILE no File containing passwords, one per line#密码文件RHOSTSyesThe target address range or CIDR identifier#目标IP地址RPORT22yesThe target port STOP_ON_SUCCESSfalseyesStop guessing when a credential worksforahostTHREADS1yesThe number of concurrent threads USERNAME no A specific username to authenticate as#某个特定的用户名USERPASS_FILE no File containingusersand passwords separated by space, one pair per line#用户名:密码文件USER_AS_PASSfalseno Try the username as the passwordforallusersUSER_FILE no File containing usernames, one per line#用户名文件VERBOSEtrueyesWhether to print outputforall attempts msf auxiliary(ssh_login)>cd/usr/share/metasploit-framework/data/wordlists msf auxiliary(ssh_login)>setUSERNAME root USERNAME=>root msf auxiliary(ssh_login)>headunix_passwords.txt[*]exec:headunix_passwords.txt12345612345123456789password iloveyou princess123456712345678abc123 nicole msf auxiliary(ssh_login)>setPASS_FILE /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt PASS_FILE=>/usr/share/metasploit-framework/data/wordlists/unix_passwords.txt msf auxiliary(ssh_login)>setTHREADS50THREADS=>50msf auxiliary(ssh_login)>exploit 。。。 。。。

telnet密码猜测:

使用Metasploit自带扫描模块:

telnet_login模块:

路径:auxiliary/scanner/ssh/telnet_login

msf>use auxiliary/scanner/telnet/telnet_login msf auxiliary(telnet_login)>show options Module options(auxiliary/scanner/telnet/telnet_login): Name Current Setting Required Description ---- --------------- -------- ----------- BLANK_PASSWORDSfalseno Try blank passwordsforallusersBRUTEFORCE_SPEED5yesHow fast to bruteforce, from0to5DB_ALL_CREDSfalseno Try each user/password couple storedinthe current database DB_ALL_PASSfalseno Add all passwordsinthe current database to the list DB_ALL_USERSfalseno Add allusersinthe current database to the list PASSWORD no A specific password to authenticate with PASS_FILE no File containing passwords, one per line RHOSTSyesThe target address range or CIDR identifier RPORT23yesThe target port STOP_ON_SUCCESSfalseyesStop guessing when a credential worksforahostTHREADS1yesThe number of concurrent threads USERNAME no A specific username to authenticate as USERPASS_FILE no File containingusersand passwords separated by space, one pair per line USER_AS_PASSfalseno Try the username as the passwordforallusersUSER_FILE no File containing usernames, one per line VERBOSEtrueyesWhether to print outputforall attempts

后面和ssh_login类似,就不笔记了。

使用nmap脚本:

参考链接【 http://nmap.org/nsedoc/scripts/telnet-brute.html 】

http://www.jsqmd.com/news/1380160/

相关文章:

  • 告别照片管理混乱:ExifToolGUI让批量编辑元数据变得如此简单
  • 手把手教学:2026 免费工具视频转 MKV 保姆级教程,多音轨自动保留 - 今日咨询
  • 在总结会上为夏天画下句点 - 东方既白~(-^
  • Docker部署MySQL全攻略:从环境一致性到生产级配置
  • 当 Agent 在半路翻车:一个 200 微秒的健康体检如何抓住失控的 LLM
  • 2026进口/国产隐形车衣全价位选购攻略:3 千到 3 万价差拆解 - 滚动商讯
  • Claude Code工程化实践:用Rules构建团队AI协作规范
  • 鸿蒙自动化测试新范式:DeepAgents智能体框架实战与避坑指南
  • 香港移民公司推荐:2026年十大专业机构综合实力解析 - 滚动商讯
  • 111.ABAP 大批量 UPDATE 批量更新数据库性能优化
  • Vue 3响应式进阶:toRef、toRefs与toRaw核心原理与应用场景
  • 三维扫描能不能直接获取STP格式/CAD图纸吗模具检测场景解答 - 匠言榜单
  • 鱼丸哪家品质好:【深鲜季】鱼糜充盈 - 17728098551
  • 【2014-05-09】某《魔鬼训练营》读书笔记:特定服务扫描
  • 微流控LNP合成仪厂家分析与选型指南 - 生活动态圈
  • 刷题笔记:力扣第968题-监控二叉树
  • 浙江GEO优化服务商哪家好?2026自研技术、落地效果深度对比测评 - 商业新知
  • MySQL int(11)与Java数据类型:存储原理、映射实践与性能优化
  • 2026年实验室通风柜怎么选?材质、标准、厂家实力,一篇讲透 - 深度智识库
  • Python环境高效部署指南:国内镜像加速与全流程配置详解
  • CAMERA-CMOS
  • 2026 武汉图文店必备资质:印刷经营许可证办理条件与周期一文看懂 - 招小财
  • Rust 编译期安全的边界:类型系统拦不住哪些问题
  • 第79章 「认知战」—— 墨子篇
  • 【集训】ZR集训——图论(2)
  • 【2014-05-11】某《魔鬼训练营》读书笔记:活跃主机探测
  • Claude Code:AI编程助手核心能力、配置与实战指南
  • 自主订单履约适合你的企业吗?(2026)
  • 2026卖家精灵一年多少钱?单人版、标准版、高级版、VIP价格及优惠折扣码整理 - 麦麦唛
  • 钣金镶嵌防水紧固件源头厂商盘点 华南厂家支持非标定制打样 - 变量人生001