52 matches found
OSIPs
OSIPs 该脚本递归扫描给定文件夹中的每个文件,提取所有 IPv4 和 IPv6 地址,过滤出公网 IP 地址,然后查询这些 IP 地址的 TOR 中继、WhoIs 服务和地理位置服务。它输出 4 个文件:一个包含所有 IP 地址详细信息的 CSV 文件和一个 JSON 文件,一个包含所有找到的 IP 地址索引的 CSV 文件,以及一个包含所有收集到的地理位置的 KML 文件。 特性 单次运行可解析任意数量的文件 也可针对单个输入文件运行 提取所有唯一的有效 IPv4 和 IPv6 地址(即使两个地址书写方式不同也能正确比较) 收集所有公网 IP 地址的公开 Who Is 信息...
ktr
ktr Programa de traceroute altamente asíncrono escrito en Rust con consultas ASN WHOIS y PeeringDB. Improvisado principalmente para how-did-i-get-here.net : Componentes: ktrlib: código principal de la biblioteca, maneja traceroute, consultas WHOIS de ASN y soporte SQLite de PeeringDB ktragent:...
Mimir
Mimir OSINT威胁情报接口 - 以古北欧神话中的知识之神命名。 Mimir作为一个命令行界面,连接至HoneyDB,简而言之,它是一个OSINT聚合威胁情报池。启动程序后,您将进入一个菜单,其选项如下: root@kitploit: 1. 获取威胁信息流 5. 在浏览器中可视化排名靠前的恶意主机 2. 获取恶意主机列表 6. 在浏览器中可视化排名靠前的目标服务 3. 执行WHOIS查询 7. 在浏览器中可视化单主机的查询结果 4. 调用Nmap扫描 8. 退出...
instarecon
InstaRecon 自动化的基础数字侦察。适合获取目标的初始足迹并发现额外的子域名。InstaRecon 将执行: DNS 查询(A、PTR、MX、NS) 对所有发现的主机进行递归 DNS 查询 Whois(域名和 IP)查询 使用 Google dorks 搜索子域名和 URL Shodan 查询 对整个 CIDR 进行反向 DNS 查询(仅当目标为网络时) 所有结果将整齐地打印在控制台或 csv 文件中。 InstaRecon 永远不会直接扫描目标。信息从 DNS/Whois 服务器、Google 和 Shodan 获取。 安装 安装只需执行:bash pip install -r...
Mr.Holmes
🔍 Mr.Holmes Mr.Holmes 是一款信息搜集工具(OSINT)。其主要目的是通过互联网上可用的公开资源获取关于域名、用户名和电话号码的信息,同时也利用 Google Dorks 攻击为特定研究者提供支持。它还使用代理使您的请求完全匿名,并利用 WhoIS API 获取关于域名的更多信息。 ❗ 免责声明 本工具并非 100% 准确,因此有时可能会失败。同时,本工具仅供教育和研究目的使用,对于任何不当使用本工具的行为,我不承担任何责任。 截图 ✔️ 安装(Linux/Mac): root@kitploit: git clone...
ditto
Ditto es una pequeña herramienta que acepta un nombre de dominio como entrada y genera todas sus variantes para un ataque homográfico como salida, verificando cuáles están disponibles y cuáles ya están registrados. Dominios PoC https://tᴡitter.com/ https://clᴏudflare.com Usando con Docker La imag...
TLDHunt
TLDHunt - 域名可用性检查器 TLDHunt 是一款命令行工具,旨在帮助用户为其在线项目或企业查找可用的域名。通过提供关键字和 TLD(顶级域)扩展名列表,TLDHunt 会检查符合给定条件的域名是否可用。该工具对于希望快速找到尚未被注册的域名而无需在域名注册商网站上进行手动搜索的用户特别有用。 对于红队或钓鱼目的,此工具可帮助您查找原始域名的不同扩展名的相似域名。 !NOTE 已在以下环境测试:Kali GNU/Linux Rolling 搭配 whois v5.5.15 依赖项 本工具使用 Bash 编写,需要以下依赖项: whois :用于检查域名可用性。 curl :用于...
Artemis
Artemis 概述 一个用于查找 APK 基础设施的工具。 由以下团队提供: HADESS 通过基础设施和软件提供进攻性网络安全服务,包括漏洞分析、场景攻击规划以及定制集成预防项目的实施。我们的活动围绕预防企业、工业及实验室网络威胁而组织。 安装 root@kitploit: pip install -r requirements.txt python main.py 命令行选项 root@kitploit: --help 显示帮助 --path APK 文件的必需路径 --manifest 显示清单信息 --infra 查找所有基础设施地址,包括 IP、域名,例如 --infra...
catnip
Cat-Nip Automated Basic Pentest Tool this tool will make your basic pentesting task like Information Gathering, Auditing, And Reporting so this tool will do every task fully automatic. Usage Guide Download / Clone Cat-Nip git clone https://github.com/baguswiratmaadi/catnip Go Inside Cat-Nip Dir c...
URLextractor
URLextractor 信息收集与站点侦查 用法: ./extractor http://www.hackthissite.org/ 提示: Colorex:为输出添加颜色,pip install colorex 然后像这样使用:./extractor http://www.hackthissite.org/ | colorex -g "INFO" -r "ALERT" Tldextract:由dnsenumeration函数使用,pip install tldextract 功能特性: IP与主机信息,如城市和国家(使用 FreegeoIP) DNS服务器(使用 dig)...
contact.sh
contact.sh 一个用于查找联系人以报告安全漏洞的OSINT工具。 安装 🐧 GNU/Linux 确保已安装 whois 和 jq 软件包。 root@kitploit: $ git clone https://github.com/EdOverflow/contact.sh.git $ cd contact.sh/ $ chmod u+x contact.sh $ ./contact.sh -d google.com -c google 🍎 OSX root@kitploit: $ brew install gnu-sed --with-default-names $ brew...
hostresolver
HostResolver Versión actual: 1.0.0 Envíe comentarios e informes de errores a: [email protected] ==================================================================================== Contenido: 1. Resumen 2. Uso de HostResolver Archivos de entrada Opciones y configuración Escaneo Salida...
AutoPentest-Framework
AutoPentest Framework A modular Automated Penetration Testing...
Black-Oracle
🖤 BLACK ORACLE 🖤 «The Eye That Sees Through Digital...
vulnscanx_v2
⚡ VulnScanX Advanced Vulnerability Scanning & Penetration...
METATRON AI Penetration Testing
Metatron is a CLI-based AI penetration testing assistant that runs entirely on your local machine - no cloud, no API keys, no subscriptions. You give it a target IP or domain. It runs real recon tools nmap, whois, whatweb, curl, dig, nikto, feeds all results to a locally running AI model, and the...
CVE-2026-3270
A vulnerability has been found in psi-probe PSI Probe up to 5.3.0. This affects the function lookup of the file psi-probe-core/src/main/java/psiprobe/tools/Whois.java of the component Whois. The manipulation leads to server-side request forgery. The attack may be initiated remotely. The exploit h...
GHSA-429M-9874-RX9W PSI Probe vulnerable to Server-Side Request Forgery
A vulnerability has been found in psi-probe PSI Probe up to 5.3.0. This affects the function lookup of the file psi-probe-core/src/main/java/psiprobe/tools/Whois.java of the component Whois. The manipulation leads to server-side request forgery. The attack may be initiated remotely. The exploit h...
PSI Probe vulnerable to Server-Side Request Forgery
A vulnerability has been found in psi-probe PSI Probe up to 5.3.0. This affects the function lookup of the file psi-probe-core/src/main/java/psiprobe/tools/Whois.java of the component Whois. The manipulation leads to server-side request forgery. The attack may be initiated remotely. The exploit h...
CVE-2026-3270
A vulnerability has been found in psi-probe PSI Probe up to 5.3.0. This affects the function lookup of the file psi-probe-core/src/main/java/psiprobe/tools/Whois.java of the component Whois. The manipulation leads to server-side request forgery. The attack may be initiated remotely. The exploit h...