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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesUsername Enumerations

Techniques for discovering valid user accounts by analyzing server responses during authentication.

Distinct from Service Enumeration Tools: Distinct from service enumeration as it focuses specifically on discovering valid usernames

Explore 4 awesome GitHub repositories matching security & cryptography · Username Enumerations. Refine with filters or upvote what's useful.

Awesome Username Enumerations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vanhauser-thc/thc-hydraAvatar de vanhauser-thc

    vanhauser-thc/thc-hydra

    11,943Ver en GitHub↗

    Hydra is a network login password cracker and authentication tester designed to identify valid usernames and passwords through automated brute-force and dictionary attacks. It serves as a multi-protocol authentication tester capable of verifying credentials across a wide range of remote network services, including SSH, SMB, FTP, and various database listeners. The project is distinguished by its ability to execute parallelized password attacks against multiple servers and protocols simultaneously. It features a modular system for implementing diverse network authentication schemes, allowing f

    Identifies valid usernames on remote services by analyzing server responses during the authentication process.

    C
    Ver en GitHub↗11,943
  • daffainfo/allaboutbugbountyAvatar de daffainfo

    daffainfo/AllAboutBugBounty

    6,644Ver en GitHub↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Provides techniques for enumerating valid usernames using NoSQL injection operators.

    bugbugbountybugbountytips
    Ver en GitHub↗6,644
  • lanjelot/patatorAvatar de lanjelot

    lanjelot/patator

    3,893Ver en GitHub↗

    Patator is a multi-purpose brute force tool and modular security framework used for testing credentials, discovering network services, and fuzzing network protocols through automated payload delivery. It functions as a credential exhaustion framework and a network protocol fuzzer. The project provides specific utilities for recovering passwords from encrypted ZIP archives, enumerating DNS zones via forward and reverse queries, and identifying valid usernames and passwords across common network protocols. Its broader capabilities include web endpoint fuzzing, network service probing, and user

    Identifies valid usernames on remote systems by analyzing protocol responses, error messages, and timing.

    Python
    Ver en GitHub↗3,893
  • jaykali/maskphishAvatar de jaykali

    jaykali/maskphish

    3,020Ver en GitHub↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Includes a feature to identify registered usernames and administrative accounts on target sites.

    Shellhackhackinghacking-tool
    Ver en GitHub↗3,020
  1. Home
  2. Security & Cryptography
  3. Username Enumerations

Explorar subetiquetas

  • NoSQL-Based Username EnumerationTests a list of common usernames against the database using the $in operator to discover which accounts exist. **Distinct from Username Enumerations:** Distinct from Username Enumerations: focuses on NoSQL-specific enumeration techniques using operators like $in rather than general response analysis.