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
·
Back to tomnomnom/qsreplace

Open-source alternatives to Qsreplace

17 open-source projects similar to tomnomnom/qsreplace, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Qsreplace alternative.

  • tomnomnom/gfAvatar de tomnomnom

    tomnomnom/gf

    2,116Voir sur GitHub↗

    A wrapper around grep, to help you grep for things

    Go
    Voir sur GitHub↗2,116
  • tomnomnom/unfurlAvatar de tomnomnom

    tomnomnom/unfurl

    1,321Voir sur GitHub↗

    Pull out bits of URLs provided on stdin

    Go
    Voir sur GitHub↗1,321
  • s0md3v/uroAvatar de s0md3v

    s0md3v/uro

    1,561Voir sur GitHub↗

    declutters url lists for crawling/pentesting

    Python
    Voir sur GitHub↗1,561
  • tomnomnom/anewAvatar de tomnomnom

    tomnomnom/anew

    1,641Voir sur GitHub↗

    A tool for adding new lines to files, skipping duplicates

    Go
    Voir sur GitHub↗1,641
  • hashcat/hashcatAvatar de hashcat

    hashcat/hashcat

    26,200Voir sur GitHub↗

    Hashcat is a high-performance hash cracking software and OpenCL compute application used to recover plain-text passwords from hashed data. It functions as a GPU-accelerated recovery tool and distributed password cracker, leveraging CPUs and GPUs to perform intensive cryptographic computations. The system differentiates itself through a distributed cracking workflow that coordinates tasks across multiple machines via an overlay network to share computational load. It further optimizes recovery speed using Markov chain keyspace optimization to prioritize the most likely password candidates. Th

    C
    Voir sur GitHub↗26,200
  • hmaverickadams/breach-parseAvatar de hmaverickadams

    hmaverickadams/breach-parse

    2,128Voir sur GitHub↗

    A tool for parsing breached passwords

    Shell
    Voir sur GitHub↗2,128

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • laramies/theharvesterAvatar de laramies

    laramies/theHarvester

    15,687Voir sur GitHub↗

    theHarvester is a command-line utility designed for gathering open-source intelligence and mapping an organization's external attack surface. It functions as a security information gathering framework that automates the collection of publicly available data to assist in reconnaissance and threat analysis. The tool utilizes a plugin-based architecture to execute isolated queries against various search engines and public databases. It employs asynchronous task execution to run multiple discovery operations in parallel, while a centralized pipeline aggregates and deduplicates findings from these

    Pythonblueteamdiscoveryemails
    Voir sur GitHub↗15,687
  • maxcountryman/flask-seasurfAvatar de maxcountryman

    maxcountryman/flask-seasurf

    195Voir sur GitHub↗

    SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).

    Python
    Voir sur GitHub↗195
  • projectdiscovery/interactshAvatar de projectdiscovery

    projectdiscovery/interactsh

    4,380Voir sur GitHub↗

    Interactsh is an out-of-band security testing framework and interaction server designed to detect vulnerabilities such as server side request forgery and blind injections. It functions as a multi-protocol interaction collector that captures DNS, HTTP, and SMTP requests to verify outbound communication from remote applications. The project provides a self-hosted interaction gateway for managing unique payloads and gathering network interactions across multiple domains. It distinguishes itself through the ability to simulate various network protocols and response behaviors, including the routin

    Go
    Voir sur GitHub↗4,380
  • projectdiscovery/notifyAvatar de projectdiscovery

    projectdiscovery/notify

    1,577Voir sur GitHub↗

    Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

    Go
    Voir sur GitHub↗1,577
  • red-coracle/flask-argon2Avatar de red-coracle

    red-coracle/flask-argon2

    19Voir sur GitHub↗

    A Flask extension providing Argon2 hashing and comparison.

    Python
    Voir sur GitHub↗19
  • typeerror/secureAvatar de TypeError

    TypeError/secure

    1,043Voir sur GitHub↗

    Modern Python library for HTTP security headers with safe defaults, configurable presets, and first-class ASGI/WSGI middleware (FastAPI, Django, Flask, Shiny, and more).

    Pythonasgicontent-security-policydjango
    Voir sur GitHub↗1,043
  • dewalt-arch/pimpmykaliAvatar de Dewalt-arch

    Dewalt-arch/pimpmykali

    2,420Voir sur GitHub↗

    Kali Linux Fixes for Newly Imported VM's

    Shell
    Voir sur GitHub↗2,420
  • wntrblm/flask-talismanAvatar de wntrblm

    wntrblm/flask-talisman

    87Voir sur GitHub↗

    Talisman: HTTP security headers for Flask

    Python
    Voir sur GitHub↗87
  • epi052/feroxbusterAvatar de epi052

    epi052/feroxbuster

    7,522Voir sur GitHub↗

    Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and directories on web servers. It functions as a recursive URL scanner that identifies unlinked endpoints and API resources by combining wordlist-based scanning with automated crawling. The tool operates as a proxy-aware fuzzer, allowing network requests to be routed through HTTP or SOCKS proxies for traffic interception or anonymity. It utilizes recursive directory crawling to automatically queue discovered paths and find nested content. The system includes capabilities for discovery

    Rustcontent-discoveryenumerationhacktoberfest
    Voir sur GitHub↗7,522
  • ffuf/ffufAvatar de ffuf

    ffuf/ffuf

    15,618Voir sur GitHub↗

    This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I

    Gofuzzerinfosecpentesting
    Voir sur GitHub↗15,618
  • gchq/cyberchefAvatar de gchq

    gchq/CyberChef

    35,120Voir sur GitHub↗

    CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition

    JavaScriptcompressiondata-analysisdata-manipulation
    Voir sur GitHub↗35,120