Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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. 🚨
```