Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenvmu/aradork
This is a .NET-based tool designed to automate Google Dorking and cyber tracking operations.
https://github.com/rubenvmu/aradork
csharp dotnet osint
Last synced: about 3 hours ago
JSON representation
This is a .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 (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-02T18:56:25.000Z (10 days ago)
- Last Synced: 2025-02-02T19:33:40.577Z (10 days ago)
- Topics: csharp, dotnet, osint
- Language: C#
- Homepage: https://araintel.com
- Size: 5.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🛡️ aradork Open-Source Cyberintelligence Solution 🌐
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![.NET 9.0](https://img.shields.io/badge/.NET-9.0-purple.svg)](https://dotnet.microsoft.com/)
[![Build Status](https://img.shields.io/github/actions/workflow/status/{USER}/{REPO}/dotnet.yml?branch=main)](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**
[![GitHub](https://img.shields.io/badge/GitHub-@rubenvmu?logo=github)](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. 🚨
```