dollop/aerialpredator
GitHub: dollop/aerialpredator
融合航空遥测、海上交通和轨道情报的统一开源网络情报监视平台
Stars: 0 | Forks: 0
# AERIAL PREDATOR
### 统一 OSINT 平台
[]()
[](https://aerialpredator.com)
[]()
[]()
*一个统一的 OSINT 平台,专为监视全球战区而设计。将轨道资产、飞行遥测和地震特征融合到一个永不休眠的界面中。*
## 概述
Aerial Predator 是一个专用的开源网络情报 (OSINT) Web 平台,通过统一的操作员界面聚合并展示实时全球监视数据。专为需要在无需切换不同工具的情况下获得综合态势感知的分析师、研究人员和威胁情报从业者而设计。
该平台作为带有 nginx 代理和 PHP 中继层的静态前端运行,允许安全嵌入实时第三方情报源,而无需直接暴露上游来源。
## 平台模块
| 模块 | 路径 | 描述 |
|---|---|---|
| **Home** | `index.html` | 任务概览、情报资源、实时追踪计数器、雷达画布 |
| **Live Interface** | `live.html` | 实时嵌入式平台源,包含上行链路状态和直接回退 |
| **Maritime Traffic** | `maritime.html` | 全球海上船舶追踪和港口活动 |
| **Middle East Monitor** | `middle-east.html` | 区域 OSINT 源 —— 空域、活动和事件追踪 |
| **Platform Console** | `console.html` | 操作员控制台视图 |
## 架构
```
┌─────────────────────────────────────────┐
│ aerialpredator.com │
│ (static HTML/CSS/JS) │
└────────────────┬────────────────────────┘
│
┌────────▼────────┐
│ nginx proxy │ ← nginx-proxy.conf
│ (embed relay) │
└────────┬────────┘
│
┌────────▼────────┐
│ proxy.php │ ← upstream feed relay
│ (PHP backend) │
└────────┬────────┘
│
┌────────▼────────────────────────┐
│ Upstream Intelligence Feeds │
│ Flight • Maritime • Seismic │
└─────────────────────────────────┘
```
## 技术栈
- **Frontend** — 原生 HTML5, CSS3, JavaScript (无框架依赖)
- **Fonts** — JetBrains Mono, Barlow Condensed (Google Fonts)
- **Backend** — PHP 代理中继, nginx 反向代理
- **Deployment** — 使用 nginx 配置的静态托管
## 文件
```
aerial/
├── index.html # Main landing — mission overview & resources
├── live.html # Live feed interface
├── maritime.html # Maritime traffic module
├── middle-east.html # Middle East intelligence monitor
├── platform.html # Platform overview
├── console.html # Operator console
├── proxy.php # PHP upstream relay
├── nginx-proxy.conf # nginx proxy configuration
├── logo.png # Brand logo
├── favicon.ico # Favicon assets
├── favicon-16.png
├── favicon-32.png
├── favicon-180.png # Apple touch icon
└── brand_guideline.docx
```
## 部署
**前置条件:** nginx, PHP 8+
```
# Clone the repo
git clone https://github.com/dollop/aerialpredator.git
cd aerialpredator
# Copy nginx config to your sites-available
sudo cp nginx-proxy.conf /etc/nginx/sites-available/aerialpredator
sudo ln -s /etc/nginx/sites-available/aerialpredator /etc/nginx/sites-enabled/
sudo nginx -t && sudo systemctl reload nginx
# Serve static files from your web root
# Point your web root to this directory
```
## 在线站点
[aerialpredator.com](https://aerialpredator.com)
由 dollop 构建 · San Francisco
标签:CMS安全, CSS, ESC4, HTML, HTTP/HTTPS抓包, JavaScript, Nginx, OpenVAS, OSINT, PHP, 全球监控, 卫星数据, 后端开发, 威胁情报, 密码管理, 开发者工具, 态势感知, 态势感知平台, 情报分析, 数据可视化, 数据融合, 海事监控, 网络安全, 网络诊断, 航班追踪, 隐私保护