Giter VIP home page Giter VIP logo

Comments (6)

Isona avatar Isona commented on July 28, 2024

Would you mind clarifying this a little please, do you mean the output written to the terminal or the output written to files? Also, what sort of use case does this have?

from dirble.

theblackturtle avatar theblackturtle commented on July 28, 2024

When I run with a domain list and big wordlist, it does not write to output file right there or If I just want to run only 5 minutes, and terminal the program, I don't see the output in the output file. The output file only created when it finish all jobs.

from dirble.

Isona avatar Isona commented on July 28, 2024

Ah, okay thanks, that might be a reasonable idea as part of a pause/resume scan feature as well, the only issue is that if output was written to the file during the scan, it wouldn't be sorted or indented because the information to do that is only obtained at the end (and it's expensive). It should be possible to write to the file as it goes and then rewrite the file with the sorted information at the end though. I'll look into implementing it.

from dirble.

theblackturtle avatar theblackturtle commented on July 28, 2024

Ya. You can make it sorted at the end of running because if someone running the program and something is crash or the internet is down, they need to run again. So write output, in the end, is not good in a long time job.

from dirble.

Isona avatar Isona commented on July 28, 2024

Rather than saving it every N seconds, it now catches ctrl+C and will output everything then, I hope this is a reasonable solution. Otherwise, please reopen the issue and I'm happy to discuss it some more.

from dirble.

theblackturtle avatar theblackturtle commented on July 28, 2024

I think it should have an option with the write output stream and sorted at the end of scanning. We can see what scanned without waiting for a scanning finish because of it maybe can take a long time. And with the write stream, you can see what things you missing and can improve your command (Add more headers, add User-Agent, Whitelist status code,...) without waiting it finish (Example the scanning take 3-4 hours with huge wordlist). When the scanning finished, the file can be removed and replace with the sorted file.

from dirble.

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.