Skip to content

v2.0.0

Choose a tag to compare

@H4ck3rKing H4ck3rKing released this 21 Jun 00:43
· 15 commits to main since this release

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 recon module. More modules for scanning and exploitation will be coming soon!
  • Debian Package: Installation is now as simple as sudo dpkg -i <package.deb>. The sentinel command 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

  1. Download the sentinel_2.0.0_amd64.deb file from the assets below.
  2. Install the package using dpkg:
    sudo dpkg -i sentinel_2.0.0_amd64.deb
  3. 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.