https://github.com/hackunderway/hudsonrock
Herramienta OSINT para consultar información sobre equipos comprometidos mediante las APIs gratuitas de Hudson Rock.
https://github.com/hackunderway/hudsonrock
hudsonrock osint python threat-intelligence tools
Last synced: 9 months ago
JSON representation
Herramienta OSINT para consultar información sobre equipos comprometidos mediante las APIs gratuitas de Hudson Rock.
- Host: GitHub
- URL: https://github.com/hackunderway/hudsonrock
- Owner: HackUnderway
- License: mit
- Created: 2025-06-22T19:45:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T21:09:15.000Z (about 1 year ago)
- Last Synced: 2025-07-04T06:35:57.677Z (12 months ago)
- Topics: hudsonrock, osint, python, threat-intelligence, tools
- Language: Python
- Homepage: https://hackunderway.com/
- Size: 206 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
HudsonRock 👁
Herramienta OSINT para consultar información sobre equipos comprometidos mediante las APIs gratuitas de Hudson Rock.
---
## 🚀 Características
- Consulta por email, username, dominio, URLs afectadas o dirección IP
- Muestra información detallada de equipos infectados:
- Fecha de compromiso
- Nombre del equipo y sistema operativo
- Contraseñas y logins encontrados
- Malware detectado
- Interfaz intuitiva con menú interactivo
- Resultados formateados para mejor legibilidad
## 📌 Requisitos
- Python 3.11+
- Librerías: `requests`, `colorama`
## ⚠️ Advertencia
#### Esta herramienta solo debe usarse para:
- ✅ Verificar tus propios emails
- ✅ Con fines educativos
- ✅ Auditorías de seguridad autorizadas
- ✅ Investigaciones OSINT
###### No se recomienda su uso para violar privacidad o realizar actividades ilegales.
---
## ⚙️ Instalación
Clona el repositorio:
```bash
git clone https://github.com/HackUnderway/HudsonRock.git
```
```bash
cd HudsonRock
```
```bash
pip install -r requirements.txt
```
## 🚀 Uso
##### Pones este comando en tu terminal
python3 hudsonrock.py
##### Elige la opción que quieres consultar o salir del script
1 - Consultar email
2 - Consultar username
3 - Consultar dominio
4 - Consultar URLs afectadas por dominio
5 - Consultar dirección IP
0 - Salir
> **El proyecto está abierto a colaboradores.**
# DISTRIBUCIONES SOPORTADAS
|Distribución | Versión verificada | ¿Soportado? | Estado |
|--------------|--------------------|------|-------|
|Kali Linux| 2025.1| si| funcionando |
|Parrot Security OS| 6.2| si | funcionando |
|Windows| 11 | si | funcionando |
|BackBox| 9 | si | funcionando |
|Arch Linux| 2024.12.01 | si | funcionando |
# SOPORTE
Preguntas, errores o sugerencias: info@hackunderway.com
# LICENSE
- [x] HudsonRock tiene licencia.
- [x] Consulta el archivo [LICENSE](https://github.com/HackUnderway/HudsonRock#MIT-1-ov-file) para más información.
# CYBERSECURITY RESEARCHER
* [Victor Bancayan](https://www.offsec.com/bug-bounty-program/) - (**CEO at [Hack Underway](https://hackunderway.com/)**)
## 🔗 ENLACES
[](https://www.patreon.com/c/HackUnderway)
```
Fanpage: https://www.facebook.com/HackUnderway
X: https://x.com/JeyZetaOficial
Web site: https://hackunderway.com
Youtube: https://www.youtube.com/@JeyZetaOficial
```
## ☕️ Support me
If you like this project, consider buying me a coffee:
[](https://www.buymeacoffee.com/hackunderway)
## 🌞 Suscripciones
###### Suscríbete: [Jey Zeta](https://www.facebook.com/JeyZetaOficial/subscribe/)
[](https://www.kali.org/)
from
made in
with
by: Victor Bancayan
© 2025