https://github.com/rubenvmu/aradork
.NET-based tool designed to automate Google Dorking and cyber tracking operations.
https://github.com/rubenvmu/aradork
csharp dotnet osint
Last synced: over 1 year ago
JSON representation
.NET-based tool designed to automate Google Dorking and cyber tracking operations.
- Host: GitHub
- URL: https://github.com/rubenvmu/aradork
- Owner: rubenvmu
- License: mit
- Created: 2024-06-09T20:20:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T14:46:34.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:35:11.705Z (over 1 year ago)
- Topics: csharp, dotnet, osint
- Language: C#
- Homepage: https://araintel.com
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🛡️ aradork Open-Source Cyberintelligence Solution 🌐
[](https://opensource.org/licenses/MIT)
[](https://dotnet.microsoft.com/)
[](https://github.com/{USER}/{REPO}/actions)
> **Automate Dorking & Cyber Tracking Operations** with this modular .NET 9.0 solution. Built for cybersecurity professionals and ethical hackers. 🔍💻
---
## 🚀 Features
- 🤖 **Local Dorking Automation**: Execute advanced search queries programmatically for OSINT investigations.
- 🛰️ **Cyber Tracking**: Monitor and collect intelligence from diverse web sources in real-time.
- 🧩 **Modular Architecture**: Extend functionality with plugins for custom workflows.
- 🖥️ **CLI & Web Interface**: Operate via console or access the dashboard at `http://localhost:5353`.
---
## ⚙️ Getting Started
### 📋 Prerequisites
- [.NET SDK 9.0+](https://dotnet.microsoft.com/download)
- Git (for cloning the repository)
### 🛠️ Installation
```bash
# 1. Clone the repository
git clone https://github.com/{USER}/{REPO}.git
cd {REPO}
# 4. Run
dotnet run
## 🤝 Contributing
We welcome contributions! Please follow these steps:
1. Fork the project 🔄
2. Create a feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit changes (`git commit -m 'Add AmazingFeature'`)
4. Push to branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request 🎯
---
## 👥 Developed By
- **Ruben Vasile Marcu Ungureanu**
[](https://github.com/rubenvmu)
---
## 📜 License
Distributed under the MIT License. See [LICENSE](LICENSE) for details.
---
> ⭐ **Star this repo** if you find it useful! Your support helps us improve cybersecurity tools for the community. 🚨
```