NexusProbe v0.2.0 - The Modular Update #2
codedloki
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 NexusProbe v0.2.0 - The Modular Update
We are excited to announce the release of NexusProbe v0.2.0! This version is a major step forward, transforming the basic script into a professional, modular, and high-performance network scanning tool.
🌟 What's New?
ThreadPool: Introduced concurrent.futures.ThreadPoolExecutor to perform blazing-fast port scans. No more waiting like it's a slow government website!
Modular Architecture: The codebase is now neatly divided into specialized modules for better debugging and future scalability:
cli.py: Advanced Argument Parsing.
engine.py: Concurrency Logic.
scanner.py: Core Socket & Connectivity logic.
CLI Weaponization: Added support for flexible command-line arguments:
🛠️ Technical Highlights
Switched from sequential scanning to Concurrent Execution.
Implemented robust Exception Handling for network errors (ECONNREFUSED, EAGAIN, etc.).
Optimized socket timeouts for a balance between speed and accuracy.
📖 Learn More
Read the full breakdown of this update on my blog:
codedloki.is-a.dev
👨💻 Author
Developed with ❤️ by codedloki
This discussion was created from the release NexusProbe v0.2.0 - The Modular Update.
Beta Was this translation helpful? Give feedback.
All reactions