Share
## https://sploitus.com/exploit?id=178A49B6-574B-52DF-A3E3-180FB0E49921
# 🛡️ OSINT Framework V6.1

[![Bash](https://img.shields.io/badge/bash-5.0%2B-blue)](https://www.gnu.org/software/bash/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS-lightgrey)]()
[![Tools](https://img.shields.io/badge/tools-50%2B-orange)](docs/TOOLS.md)
[![CI](https://github.com/Djezrrel/osint-automation-engine/actions/workflows/lint.yml/badge.svg)](https://github.com/Djezrrel/osint-automation-engine/actions)
[![Release](https://img.shields.io/badge/release-v6.1.0-blue)](https://github.com/Djezrrel/osint-automation-engine/releases)

O **OSINT Framework** é uma solução profissional de reconhecimento automático que orquestra mais de 50 ferramentas de segurança para fornecer inteligência acionável em tempo real.

---

## 🚀 Quick Start (5 Minutos)

```bash
# Clone o repositório
git clone https://github.com/Djezrrel/osint-automation-engine.git
cd osint-automation-engine

# Instale todas as dependências (requer sudo)
chmod +x scripts/*.sh run_pipeline.sh osint_framework.sh
sudo ./scripts/install_all_tools.sh

# Valide o ambiente
./osint_framework.sh --self-test

# Execute sua primeira varredura
sudo ./run_pipeline.sh hackxor.net --mode passive
```

---

## 🏗️ Estrutura do Projeto

- `osint_framework.sh`: O motor principal (Modular).
- `run_pipeline.sh`: Orquestrador de pipeline com IA.
- `lib/`: Módulos e fases do framework.
- `skills/`: Prompts de IA para análise de resultados.
- `docs/`: Documentação detalhada ([Instalação](docs/INSTALL.md), [Uso](docs/USAGE.md), [Ferramentas](docs/TOOLS.md)).

---

## 🚦 Modos Principais

- **Furtivo**: `--mode passive` (Zero contato com o alvo).
- **Padrão**: `--mode active` (Equilíbrio ideal).
- **Agressivo**: `--mode full` (Varredura total).
- **Alta Performance**: `--parallel-all` (Velocidade máxima).

---

## 🧠 Inteligência IA

Este framework utiliza Claude (Anthropic) ou Gemini (Google) para processar os dados coletados e gerar relatórios executivos baseados no **MITRE ATT&CK®**.

---

## 🤝 Contribuição

Sinta-se à vontade para abrir issues ou enviar pull requests. Veja nosso [Guia de Contribuição](CONTRIBUTING.md).

---

*Gerado pelo OSINT Framework Team. Uso exclusivo para fins educacionais e profissionais.*