Giter VIP home page Giter VIP logo

Comments (6)

nil0x42 avatar nil0x42 commented on June 14, 2024

Hi ! Sounds like a big issue..
Let me ask some questions:

  • what is the average line size of your wordlist ? (no need to calculate exact average, just tell me some guess)
  • does duplicut pass tests on your machine ? (CC=gcc ARCH=x64 ./test/run.sh)

from duplicut.

nil0x42 avatar nil0x42 commented on June 14, 2024

If all your lines are over 64 bytes long, then having no output is expected (--line-max-size option)

from duplicut.

matthiasho avatar matthiasho commented on June 14, 2024

from duplicut.

nil0x42 avatar nil0x42 commented on June 14, 2024

No, the --line-max-size is an additional filter of max-size at which a line should be considered as valid.
Duplicut has been initially created with passwords deduping in mind, so a default value of 64 chars is nice.

But duplicut can handle lines of up-to 255 chars. Just set --line-max-size 255 (or 150 if you prefer).

If it works after that, please let me know !
Have a nice day.

from duplicut.

matthiasho avatar matthiasho commented on June 14, 2024

from duplicut.

nil0x42 avatar nil0x42 commented on June 14, 2024

@matthiasho any news ? can i close the issue ?

from duplicut.

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.