Giter Site home page Giter Site logo

Quantifiers generate TypeError about exrex HOT 4 CLOSED

asciimoo avatar asciimoo commented on July 18, 2024
Quantifiers generate TypeError

from exrex.

Comments (4)

mavbig avatar mavbig commented on July 18, 2024 1

Oh yes it does, so the error was in the python script which called your function. Well that's awesome, thanks for your fast help!

Have a nice day!

from exrex.

asciimoo avatar asciimoo commented on July 18, 2024

@mavbig hopefully it is fixed. Could you confirm?

from exrex.

mavbig avatar mavbig commented on July 18, 2024

Unfortunately still the same error message, I used this python script to execute my command https://gist.github.com/johngian/9005563

root@kali:~/Desktop# python regexpassgen.py '^(?=(.*[A-Z])){2}(?=(.*[a-z])){2}(?=.*\d)(?=.*[\!\_\"])[A-Za-z\d\!\_\"]{9,9}$'
Traceback (most recent call last):
  File "regexpassgen.py", line 17, in <module>
    for p in passwords:
  File "/root/Desktop/exrex.py", line 134, in prods
    for i in ret:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 143, in ggen
    for a in g1:
  File "/root/Desktop/exrex.py", line 148, in ggen
    yield a + b
TypeError: can only concatenate list (not "unicode") to list

I'm not quite sure if this should even work, but thanks for your help anyway!

from exrex.

asciimoo avatar asciimoo commented on July 18, 2024

@mavbig it works for me with the latest exrex:

$ python exrex.py '^(?=(.*[A-Z])){2}(?=(.*[a-z])){2}(?=.*\d)(?=.*[\!\_\"])[A-Za-z\d\!\_\"]{9,9}$' | head    1 ↵
AAaa0!AAAAAAAAA
AAaa0!AAAAAAAAB
AAaa0!AAAAAAAAC
AAaa0!AAAAAAAAD
AAaa0!AAAAAAAAE
AAaa0!AAAAAAAAF
AAaa0!AAAAAAAAG
AAaa0!AAAAAAAAH
AAaa0!AAAAAAAAI
AAaa0!AAAAAAAAJ
[...]

from exrex.

Related Issues (20)

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.