Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
wosind — 一个用于收集公开信息的OSINT工具。 | Kitploit
工具/GitHubGitHub/whitelisthackers/wosind
OSINT (开源情报)侦察漏洞扫描器网络映射端口扫描DNS和子域名枚举信息收集子域名枚举电子邮件收集DNS 分析
GitHubwhitelisthackers/wosind

wosind

104166年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

一个用于收集公开信息的OSINT工具。

查看仓库

Readme for "wosind.py"

本软件基于 GPL (GNU GPLv3) 许可证发布。

该工具整合了开源情报(OSINT)的多种可能性。它使用本地 shell 命令(如 ping、host……)以及外部资源(如 nmap 或外部 Web 服务)。

  1. 系统前提
  • MacOS 或 Linux(Windows 由于缺少 Linux shell 命令,只能有限使用)
  • Python 2.7.x
  • Nmap (https://nmap.org/download)

Python 内置模块:

  • urllib
  • sys
  • platform(用于 nmap 扫描的 OS 检测)

外部 Python 模块:

  • shell (https://pypi.org/project/shell/)
  • dnsdumpster (https://github.com/PaulSec/API-dnsdumpster.com)
  • spam-list (https://pypi.org/project/spam-lists/)
  • beautifulsoup4 (https://pypi.org/project/beautifulsoup4/)
  • geopy (https://geopy.readthedocs.io/en/latest/)
  • crtsh ()

自有 Python 模块:

  • asn_tool
  • clean_html
  • cn_fw
  • ddumpster
  • dnssec
  • freemail
  • ip_history
  • response_time
  • reverse_ip
  • reverse_whois
  • spam_db_lookup
  • whois
  • reverse_mx_lookup
  • reverse_ns_lookup
  1. 安装

解压 "wosind.zip"。 该 *.zip 包包含所有必要的脚本和自有模块。

  1. 启动工具:

在 shell 中输入以下命令: <./start.sh>

root@kitploit:~
    -----------------------------------------------------------------------------------------------
                         _           _
                        (_)         | |
      __      _____  ___ _ _ __   __| |
      \ \ /\ / / _ \/ __| | '_ \ / _` |
       \ V  V / (_) \__ \ | | | | (_| |
        \_/\_/ \___/|___/_|_| |_|\__,_|    版本:2.2

      whitelishackers.com 作者 [Tom]
    ------------------------------------------------------------------------------------------------

    1  - DNSDumpster (3)
    2  - Whois (1)
    3  - 制造商网络接口(MAC 地址的 HEX 格式 "00:00:00:00:00:00")(4)
    4  - Ping(本地机器发送 4 次 Ping)(1)
    5  - 测试 Web 服务器证书(crt.sh)(5)
    6  - 反向 Whois (2)
    7  - 反向 IP (2)
    8  - DNSSEC 测试 (2)
    9  - 从全球定位服务器到目标的响应时间 (2)
    10 - Web 服务器 Header (1)
    11 - 中国防火墙测试 (2)
    12 - 免费邮箱检查 (2)
    13 - 域名的 IP 历史 (2)
    14 - IP 的 ASN 搜索 (7)
    15 - 反向 DNS(本地 host 调用)(2)
    16 - 垃圾邮件数据库查询 (8)
    17 - NsLookUp Type=any (1)
    18 - NsLookUp Type=soa|a|cname|ptr|mx (1)
    19 - 使用本地安装的 "nmap" 进行端口扫描(nmap -v <IP|Domain>) - 脚本必须以 SUDO 权限启动 -
    20 - 使用本地安装的 "nmap" 进行漏洞扫描(nmap -v -A <IP|Domain>) - 脚本必须以 SUDO 权限启动 -
    21 - 反向 NS 查询(需要域名服务器)(2)
    22 - 反向 MX 查询(需要邮件服务器)(2)
    23 - 检查 DNS 传播 (2)
    24 - 解码 URL (2)
    25 - GeoIP 国家 (6)
    26 - GeoIP 城市 (6)
    按 <ENTER> 退出

    (1) 使用本地命令如 ping, host, curl, nslookup, whois
    (2) 使用外部服务 https://viewdns.info
    (3) 使用外部服务 https://dnsdumpster.com
    (4) 使用外部服务 https://api.macvendors.com
    (5) 使用外部服务 https://crt.sh
    (6) 使用外部服务 https://geoip.maxmind.com
    (7) 使用外部服务 https://api.iptoasn.com
    (8) 使用外部服务 https://www.spamhaus.org/dbl/

输入你想要执行测试的编号

检查结束后,你可以提示进行另一次检查或退出程序。

  1. 使用 "nmap" 的特殊检查:
  • nmap 检查必须以 "SUDO" 权限启动
  • nmap 检查可用于 OSX 和 Linux。该工具会自动检测操作系统
  • 漏洞扫描最多可能需要 10 分钟
下载工具