https://github.com/pedrohs1771/godeye
Advanced Security Research Tool for Web Analysis
https://github.com/pedrohs1771/godeye
api-discovery cybersecurity ethical-hacking network-analysis osint playwright python security-tools
Last synced: 27 days ago
JSON representation
Advanced Security Research Tool for Web Analysis
- Host: GitHub
- URL: https://github.com/pedrohs1771/godeye
- Owner: Pedrohs1771
- License: mit
- Created: 2026-04-01T15:29:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T15:36:29.000Z (3 months ago)
- Last Synced: 2026-04-01T20:54:22.658Z (3 months ago)
- Topics: api-discovery, cybersecurity, ethical-hacking, network-analysis, osint, playwright, python, security-tools
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOĐEYE - Advanced Security Research Tool
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
> **Educational Purpose Only** - Security research and learning tool for web application analysis.
## 🇺🇸 English
### Overview
GOĐEYE is a security research tool designed for educational purposes to help understand:
- HTTP header security analysis
- API endpoint discovery
- Streaming protocol detection
- Security misconfiguration identification
### Features
- 🔍 **Header Analysis**: Detect missing security headers (HSTS, CSP, etc.)
- 🔗 **API Discovery**: Automatically identify API endpoints
- 🎬 **Stream Detection**: Recognize HLS, DASH, and other streaming protocols
- 📝 **Command Generation**: Generate safe cURL and MPV commands for replication
- 📊 **Research Reporting**: Comprehensive JSON output for analysis
### Installation
```bash
# Clone repository
git clone https://github.com/Pedrohs1771/godeye
cd godeye
# Install dependencies
pip install playwright
playwright install chromium
------------------------------------------------------------------------------------------------------------------------------------------
🇧🇷 Português
Visão Geral
GOĐEYE é uma ferramenta de pesquisa em segurança cibernética desenvolvida para fins educacionais, ajudando a compreender:
Análise de headers HTTP
Descoberta de endpoints de API
Detecção de protocolos de streaming
Identificação de configurações de segurança inadequadas
Funcionalidades
🔍 Análise de Headers: Detecta headers de segurança ausentes (HSTS, CSP, etc.)
🔗 Descoberta de APIs: Identifica automaticamente endpoints de API
🎬 Detecção de Streams: Reconhece HLS, DASH e outros protocolos de streaming
📝 Geração de Comandos: Gera comandos cURL e MPV seguros para replicação
📊 Relatórios de Pesquisa: Saída JSON abrangente para análise
Instalação
bash
# Clone o repositório
git clone https://github.com/seuusuario/godeye
cd godeye
# Instale as dependências
pip install playwright
playwright install chromium
Uso
bash
python godeye.py
Siga as instruções para inserir a URL alvo para análise. A ferramenta irá:
Navegar até o alvo
Monitorar atividade de rede por 30 segundos
Gerar relatórios com as descobertas
Aviso Legal
IMPORTANTE: Esta ferramenta é para PROPÓSITOS EDUCACIONAIS. Use apenas em:
Sistemas que você possui
Sistemas com permissão explícita por escrito para teste
Ambientes autorizados de pesquisa em segurança
Acesso não autorizado a sistemas computacionais é ilegal. O autor não se responsabiliza pelo uso indevido desta ferramenta.
Contact
Discord: violeiro_bad
GitHub: Pedrohs1771/godeye
License
MIT License - See LICENSE for details