v2.0.0
Sentinel v2.0.0 - The Interactive Go Framework!
This is a complete overhaul of the Sentinel framework, moving from a shell script to a powerful, interactive Go application. This release introduces a Metasploit-like interactive shell, making reconnaissance and future modules more powerful and user-friendly.
What's New?
- Complete Rewrite in Go: The entire framework has been rewritten in Go for better performance, stability, and extensibility.
- Interactive Shell: Say goodbye to simple command-line flags. The new
sentinel>prompt allows you to set options, manage targets, and run modules dynamically. - Modular Architecture: The new design is built around modules, starting with a comprehensive
reconmodule. More modules for scanning and exploitation will be coming soon! - Debian Package: Installation is now as simple as
sudo dpkg -i <package.deb>. Thesentinelcommand will be available system-wide after installation. - Improved Logging: Clear, color-coded logging provides real-time feedback on tool execution and makes debugging easier.
- Structured Output: All results are saved in a clean, organized directory structure under
bugbounty-results/.
How to Install
- Download the
sentinel_2.0.0_amd64.debfile from the assets below. - Install the package using
dpkg:sudo dpkg -i sentinel_2.0.0_amd64.deb
- Run the application from your terminal:
sentinel
Assets
Make sure to upload the sentinel_2.0.0_amd64.deb file here by dragging and dropping it into the "Attach binaries by dropping them here or selecting them" box.