Giter Site home page Giter Site logo

spraygen's People

Contributors

3ndg4me avatar shyftxero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spraygen's Issues

No issues...

I just wanted to comment and thank you for this awesome tool. It has saved me hours of work and functions great.

Empty output file after generating iterative list

Hello, again.

Hope you're all well.

I managed to pick some parameters which don't generate an error. However, it doesn't generate any output, either.

Here's what I got...

$ >python3 spraygen.py --type iterative --mode plain --sort random --max_length=2 --iter=ascii -o "PasswordList_$(date +%y%m%d@%H%M%S).txt"

     _
    (  \_
    (    \_
    (       \_  
    (         \_            ___
    ( Password   \         |   |
    (   Spray     |คคคคคคคค|___|
    (           _ /          |
    (       _ /         /~~~~~~~~~\
    (   _ /            (  Spray    )
    (_/                 |  This   |
                        |         |
                        | Get     |
                        |  Creds  |
                        |_________|

    Original Art by Alex Chudnovsky (Unaffiliated)
    Spraygen tool by 3ndG4me
    Version 1.6
    
[*] Info: Year Start not provided, setting to current year...
[*] Info: Year End not provided, setting to current year...
[*] Info: Generating PLAIN list...
[*] Info: Generating ITERATIVE list...
[*] Info: List size will be: 4
[*] Info: List keyspace will be: ascii
[*] Info: This is generating literally every permutation in that keyspace, this will take some time...
[*] Info: Generating ascii keyspace list |################################| 100%
[+] Success: --- generated iterative in 66.94957995414734 seconds ---
[*] Info: Skipping separators and attributes...
[*] Info: Adding new generated items to the list...
[*] Info: Adding relevant attribute/separator permutations to final list, this could take some time...
[*] Info: Progress |################################| 100%
[+] Success: --- initial list built in 66.95010900497437 seconds ---
[+] Success: Bulding final list!
[+] Success: Writing output to: [email protected]


[+] Success: --- finished in 66.95020365715027 seconds ---
[+] Success: Done!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XXXX@XXXX-PC1 - Sun Mar 27 22:57 - Load: 1.09 
~/.../spraygen-main $ >ll [email protected] 
-rw-rw-r-- 1 XXXX XXXX 0 Mar 27 22:57 '[email protected]'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XXXX@XXXX-PC1 - Sun Mar 27 22:58 - Load: 1.09 
~/.../spraygen-main $ >cat [email protected] 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
XXXX@XXXX-PC1 - Sun Mar 27 22:58 - Load: 1.09 
~/.../spraygen-main $ >

No write errors, no syntax or code errors this time, in fact no errors of any kind. It spent over a minute bulding the list but didn't actually produce anything!

I must be missing something incredibly obvious, but I can't think what. Maybe I'm just tired and making oversight after oversight.

Thank you for any correction you can give me.

Best regards.

[!] Error: local variable 'numspec_items' referenced before assignment

Hello.

I just had a quick go with your program when this happened...

$ >python3.8 spraygen.py --mode plain --type iterative --iter full --max_length 12 --sort random -o AllASCIIpasswd.txt

     _
    (  \_
    (    \_
    (       \_  
    (         \_            ___
    ( Password   \         |   |
    (   Spray     |คคคคคคคค|___|
    (           _ /          |
    (       _ /         /~~~~~~~~~\
    (   _ /            (  Spray    )
    (_/                 |  This   |
                        |         |
                        | Get     |
                        |  Creds  |
                        |_________|

    Original Art by Alex Chudnovsky (Unaffiliated)
    Spraygen tool by 3ndG4me
    Version 1.6
    
[*] Info: Year Start not provided, setting to current year...
[*] Info: Year End not provided, setting to current year...
[*] Info: Generating PLAIN list...
[*] Info: Generating ITERATIVE list...
[*] Info: List size will be: 4
[*] Info: List keyspace will be: full
[*] Info: This is generating literally every permutation in that keyspace, this will take some time...

[!] Error: local variable 'numspec_items' referenced before assignment

I think something needs double-checking ;)

AFAIK I installed the prerequisites as instructed:

$ >pip install -r requirements.txt 
Collecting argparse
  Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 2)) (0.4.3)
Collecting progress
  Downloading progress-1.6.tar.gz (7.8 kB)
Building wheels for collected packages: progress
  Building wheel for progress (setup.py) ... done
  Created wheel for progress: filename=progress-1.6-py3-none-any.whl size=9615 sha256=07d849d4f4388f27a6341ff1eb624f62d28510f22f0aa4fd6bb1b83bd1badb10
  Stored in directory: /home/XXXX/.cache/pip/wheels/bb/01/5a/c916509df9b12c6465864251dbe826def8e31a16fa7da54f08
Successfully built progress
Installing collected packages: argparse, progress
Successfully installed argparse-1.4.0 progress-1.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.