美文网首页
追踪Web服务器、登录入口和网络硬件

追踪Web服务器、登录入口和网络硬件

作者: Yix1a | 来源:发表于2019-01-26 10:52 被阅读7次

    查找和分析WEB服务器

    • 目录列表

      • 目录列表的底部server标签能够提供关于正在运行的Web服务器软件明确的细节
      • 例如server.at "Apache/2.4.12" "Microsoft-IIS/7.0 server at" 这样的搜索会找到服务器
    • WEB服务器软件错误消息

      • Microsoft IIS

        • intitle:"The page cannot be found" "Please * * following" "Internet * Services"
        • intitle:"The page cannot be displayed" "Internet Information Services" "Please * * following"
        • intitle:"The page cannot be found" inetmgr 描述管理控制台的搜索项 inetmgr
        • intext:"404 Object Not found" Microsoft-IIS/5.0
      • Apache Web服务器

        • intitle:"Object not found!" "think this is a server error"
      • 应用软件错误消息

        • ASP: "Fatal error:Call to undefined function" -reply -the -next
        • PHP: intext:"Warning:Failed opening" include_path
      • 默认页面

      • 默认文档

    • 登陆入口

    • 使用盒查找各种Web工具

    • 定位开启Web 的网络设备

    • 查找网络报告

    • 查找网络硬件 网络摄像头网络打印机等网络web设备

    相关文章

      网友评论

          本文标题:追踪Web服务器、登录入口和网络硬件

          本文链接:https://www.haomeiwen.com/subject/axcgmftx.html