Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
spraygen — Gerador de listas de senhas para password spraying - pré-configurado com extras | Kitploit
Ferramentas/GitHubGitHub/3ndg4me/spraygen
Quebra de SenhasAtaques de SenhaColeta de InformaçõesTestes de Penetração
GitHub3ndg4me/spraygen

spraygen

Gerador de listas de senhas para password spraying - pré-configurado com extras

Ver Repositório
113215há 3 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Spraygen

Gerador de listas de senhas para spraying de senhas - pré-preparado com boas coisas

Versão 1.7

Gera permutações de Meses, Estações, Anos, Times Esportivos (NFL, NBA, MLB, NHL), Pontuações Esportivas, "Password" e até Keyspaces Iteráveis de um tamanho especificado.

Todas as permutações são geradas com atributos comuns anexados/prefixados (como "!" ou "#") ou separadores personalizados (como "." ou "_").

Opção comum de substituição de letras (por exemplo, trocar todo A por 4/@).

Os usuários podem estender os atributos e separadores usando listas delimitadas por vírgulas de caracteres.

O Spraygen também aceita palavras únicas ou wordlists externas que permitem gerar wordlists personalizadas ajustadas, além do que já é fornecido.

Você poderia usar ferramentas como crunch, um loop bash sofisticado sobre o SecLists, ou o que preferir, mas isso leva tempo... este foi feito para spraying, então mãos à obra!

root@kitploit:~
python3 spraygen.py -h
     _
    (  \_
    (    \_
    (       \_  
    (         \_            ___
    ( Password   \         |   |
    (   Spray     |คคคคคคคค|___|
    (           _ /          |
    (       _ /         /~~~~~~~~~\
    (   _ /            (  Spray    )
    (_/                 |  This   |
                        |         |
                        | Get     |
                        |  Creds  |
                        |_________|

    Original Art by Alex Chudnovsky (Unaffiliated)
    Spraygen tool by 3ndG4me
    Version 1.7
    
usage: spraygen.py [-h] [--year_start YEAR_START] [--year_end YEAR_END] [-s separators] [-a attributes] [-w wordlist] [-n single word] [--mode {all,nosep,noattr,years,plain,letter,quick,custom}]
                   [--type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} [{all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} ...]]
                   [--iter {ascii,num,spec,asciinum,asciispec,numspec,full}] [--size SIZE] [--min_length MIN_LENGTH] [--max_length MAX_LENGTH] [-o output file] [-p] [--sort {nosort,asc,desc,random}] [-v]

Parse Spray List Arguments.

optional arguments:
  -h, --help            show this help message and exit
  --year_start YEAR_START
                        starting year for a range of years
  --year_end YEAR_END   ending year for a range of years
  -s separators         a comma delimited list of one or more separators
  -a attributes         a comma delimited list of one or more attributes
  -w wordlist           path to a custom wordlist
  -n single word        single custom word to generate a custom wordlist with
  --mode {all,nosep,noattr,years,plain,letter,quick,custom}
                        Mode for list generation. Can be all, no separators, no attributes, only years, plain, letter, quick, or custom (will only use parameters passed into -s or -a).
  --type {all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} [{all,iterative,sports,nfl,nba,mlb,nhl,months,seasons,password,common,short,custom} ...]
                        Type of list to generate. Can be all, iterative, sports, nfl, nba, mlb, nhl, months, seasons, password, common, short, or custom. Choosing 'all' executes all options except for 'iterative' which
                        must be run manually.
  --iter {ascii,num,spec,asciinum,asciispec,numspec,full}
                        Keyspace mode for iterative list generation. Only works when --type is set to 'iterative'. Can be ascii, num, spec, asciinum, asciispec, numspec, or full. Will generate all permutations of the
                        selected keyspace with a given length set with the --size parameter.
  --size SIZE           Length of passwords generated by a set keyspace. Only works when --type is set to 'iterative' and an --iter keyspace mode is set.
  --min_length MIN_LENGTH
                        Minimum length of passwords to include in the list. (Default: 1)
  --max_length MAX_LENGTH
                        Maximum length of passwords to include in the list (Default: 999)
  -o output file        name of a file to create and write the final output to
  -p                    prints the output line by line as plaintext
  --sort {nosort,asc,desc,random}
                        Sort final output. Sorting methods supported are nosort, asc, desc, random.
  -v                    prints the current version of spraygen and exits

Uso Básico

  1. Instale as dependências pip3 install -r requirements.txt
  2. Execute python3 spraygen.py -p - isso gerará todas as wordlists internas padrão com todas as permutações e as exibirá na tela

Recomendações de Uso

  • Documentação de Uso

Créditos

  • @MarkoH17 - pela correção de compatibilidade reversa booleana do python3.8
  • @absolomb - por melhorar a seleção de tipos e a lógica de atributos na geração de anos
Baixar ferramenta