KEloper562/SpiderThreads-DorkF0rge
GitHub: KEloper562/SpiderThreads-DorkF0rge
一款基于 Flask 的 Web 工具,用于在 Google、YouTube、X 等平台上可视化构建高级搜索查询并记录调查日志。
Stars: 0 | Forks: 0
# SpiderThreads-DorkF0rge
# 🕷️ SpiderThreads · OSINT Console
**一款用于构建多平台(Google、YouTube、X)高级搜索查询的 Web 工具。**
## 🚀 快速开始
```
git clone https://github.com/your-username/spiderthreads.git
cd spiderthreads
pip install -r requirements.txt
python3 run.py
```
然后打开:`http://127.0.0.1:5050`
## 📂 项目结构
```
spiderthreads/
├── run.py # تشغيل الخادم
├── settings.py # الإعدادات (المسارات، أنواع الملفات، Dorks جاهزة)
├── compiler.py # بناء رابط البحث
├── tracker.py # تسجيل الاستعلامات في CSV
├── requirements.txt # Flask فقط
├── logs/ # مجلد السجلات (يُنشأ تلقائياً)
│ └── investigations.csv
└── templates/
└── dashboard.html # الواجهة الأمامية
```
## 🧠 功能特性
- 支持 Google、YouTube、X。
- 过滤器:`site:`、`intitle:`、`inurl:`、`filetype:`、`after:`、`before:`。
- 逻辑运算符:`OR`、`AND`、`EXACT`、`NOT`。
- 将所有查询记录到 CSV。
- 一键导出日志。
## 🧪 快速示例
1. 选择 Google。
2. 输入:`"confidential report"`。
3. 选择 `filetype:pdf`。
4. 添加行 `inurl:admin`。
5. 点击 **Execute & Open Target**。
## 📥 导出日志
点击 **Export Audit CSV** → 下载 `investigations.csv`。
## 📄 许可证
MIT License
**English Version Below**
# 🕷️ SpiderThreads · OSINT Console
**Web tool for building advanced search queries across Google, YouTube, and X.**
## 🚀 快速开始
```
git clone https://github.com/your-username/spiderthreads.git
cd spiderthreads
pip install -r requirements.txt
python run.py
```
Open: `http://127.0.0.1:5050`
## 📂 项目结构
```
spiderthreads/
├── run.py # Server entry
├── settings.py # Config (paths, file types, predefined dorks)
├── compiler.py # Builds search URL
├── tracker.py # Logs queries to CSV
├── requirements.txt # Flask only
├── logs/ # Auto‑created
│ └── investigations.csv
└── templates/
└── dashboard.html # Frontend
```
## 🧠 功能特性
- Google, YouTube, X support.
- Filters: `site:`, `intitle:`, `inurl:`, `filetype:`, `after:`, `before:`.
- Logical operators: `OR`, `AND`, `EXACT`, `NOT`.
- Query logging to CSV.
- One‑click CSV export.
## 🧪 快速示例
1. Choose Google.
2. Type: `"confidential report"`.
3. Check `filetype:pdf`.
4. Add row `inurl:admin`.
5. Click **Execute & Open Target**.
## 📥 导出日志
Click **Export Audit CSV** → download `investigations.csv`.
## 📄 License
MIT License
标签:ESC4, Flask, Google Dorks, OSINT, Python, 后端开发, 多模态安全, 实时处理, 搜索引擎优化, 无后门, 逆向工具