Giter Site home page Giter Site logo

Comments (6)

epi052 avatar epi052 commented on July 27, 2024 1

Thanks for the request!

The pause|resume feature added in 1.4.0 is a gateway of sorts into features like this.

The vision was you can pause the scan, and then stop current scans based on some form of input. That's effectively what you're talking about, right?

  1. Pause scan
  2. Stop one or more of the scans currently running
  3. Resume all scans that weren't stopped in step 2

Is that similar to what you had in mind?

from feroxbuster.

epi052 avatar epi052 commented on July 27, 2024 1

Awesome! That's essentially where I wanted the pause|resume scan thing to eventually go. Thanks for the feature request and thank you for checking out the tool!

from feroxbuster.

islanddog avatar islanddog commented on July 27, 2024

Yes, that is exactly what I had in mind and I updated to 1.4.0 this morning to test exactly that. Right now it's great for recursive searching but to be able to run a scan and get:

IP Address
     WordPress
       - wp-content [x]
       - wp-includes [x]
       - etc

and then pause the scan to exclude those directories and continue scanning would really optimize the overall process. So in the use case above I know WordPress includes a wp-content and wp-includes directory but I am trying to see if additional folders/files exist without putting it too many requests to the server.

from feroxbuster.

epi052 avatar epi052 commented on July 27, 2024

tokio 0.3 added abort to its JoinHandle struct. I looked at using a few other solutions, but they'd require a pretty significant overhaul to the current structure.

I'd like to wait on the following libraries to upgrade to tokio 0.3 so that feroxbuster can transition to the new version. Using tokio's built-in abort will drastically simplify this feature.

Upgraded yet?

from feroxbuster.

stale avatar stale commented on July 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from feroxbuster.

epi052 avatar epi052 commented on July 27, 2024

Blockers for this one are all removed, just need to finish up the implementation. This mainly means figuring out how to get input/output from/to the user in a way that doesn't suck.

from feroxbuster.

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.