awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesScan Output Pattern Filters

Real-time highlighting and extraction of command output lines matching configurable regex patterns.

Distinct from Output Filtering: Distinct from Output Filtering: applies regex-based pattern matching to live scan command output, not field-level serialization filtering.

Explore 2 awesome GitHub repositories matching data & databases · Scan Output Pattern Filters. Refine with filters or upvote what's useful.

Awesome Scan Output Pattern Filters GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • autorecon/autoreconAvatar de AutoRecon

    AutoRecon/AutoRecon

    5,905Voir sur GitHub↗

    AutoRecon is an automated network reconnaissance tool that performs concurrent port scanning and service enumeration across multiple targets. It operates as a multi-target port scanner, probing IP addresses, CIDR ranges, or hostnames in parallel, and automatically dispatches service-specific enumeration tools after port detection to gather detailed information about each open service. The tool distinguishes itself through a plugin-based scanning system that allows extending or replacing default port and service scans via a flexible plugin architecture. It provides real-time pattern-based outp

    Ships real-time regex pattern filtering to highlight and extract relevant lines from scan output.

    Python
    Voir sur GitHub↗5,905
  • guake/guakeAvatar de Guake

    Guake/guake

    4,617Voir sur GitHub↗

    Guake is a drop-down terminal emulator for Linux built on the VTE widget, designed to appear instantly with a single configurable hotkey. It mimics the quake-style console by sliding down from the top of the screen, supporting full-screen toggling and transparency. The terminal manages multiple sessions as named tabs, with automatic naming from the running command and customizable switching shortcuts. It also adapts to multi-monitor setups by placing the window on the monitor under the mouse cursor or a designated screen. Guake stands out with its ability to detect file paths and URLs in term

    Detects file paths and URLs in terminal output and opens them directly in an editor or browser on click.

    Pythonguakeguake-terminalhacktoberfest
    Voir sur GitHub↗4,617
  1. Home
  2. Data & Databases
  3. JSON Serialization Libraries
  4. Output Filtering
  5. Scan Output Pattern Filters

Explorer les sous-tags

  • Clickable Terminal PatternsRegular expression patterns detected in terminal output that can be clicked to open files or URLs. **Distinct from Scan Output Pattern Filters:** Distinct from Scan Output Pattern Filters: focuses on enabling click actions on detected patterns, not just highlighting or extraction.