refactor: professional restructuring, modular plugin system, and high-performance brute-force integration#1
Open
PNP-MA wants to merge 2 commits into
Open
refactor: professional restructuring, modular plugin system, and high-performance brute-force integration#1PNP-MA wants to merge 2 commits into
PNP-MA wants to merge 2 commits into
Conversation
…integration - Restructured project into modular directories (plugins, models, io, utils, browser, bruteforce) - Implemented a trait-based Plugin system with a registry for OSINT sources - Added new OSINT plugins: WaybackArchive and BeVigil - Integrated high-performance async DNS brute-forcing using trust-dns-resolver - Added structured error handling with custom DarkScoutError types - Enhanced CLI UI with concurrent progress bars, colors, and emojis - Moved argument parsing to a dedicated args.rs module - Added -p (plugin selection), -l (list plugins), -w (wordlist), and -c (concurrency) flags - Updated README.md and .gitignore for professional standards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR represents a major evolution of DarkScout, transforming it from a simple script into a professional, modular framework for
subdomain enumeration. The architecture has been completely overhauled to follow SOLID principles, DRY patterns, and modern Rust best
practices.
🚀 Key Changes
args, errors) to ensure high maintainability and a clean src root.
of new OSINT sources.
ultra-fast, thread-safe DNS resolution with controlled concurrency.
context-aware feedback for network, parsing, and authentication issues.
plugins.
🛠️ Technical Improvements
artifacts.
standards.
✅ Verification