Giter Site home page Giter Site logo

Comments (6)

haxys avatar haxys commented on July 20, 2024

dirb has been my go-to lately. It gets the job done.

from autorecon.

cam-barts avatar cam-barts commented on July 20, 2024

I have found gobuster so much faster than dirb. The only con about it that I have found is that it doesn't recursively check found directories. If I have to choose one, I would choose gobusterV3. But why not build in some logic that either checks if gobuster is installed, and reverts to running dirb if not, or else just let the user decide with a flag?

from autorecon.

 avatar commented on July 20, 2024

Even though myself I have proposed dirb as a solution when this issue was first raised, I now believe that GoBuster is probably the way to go, especially when we talk for a tool designed to be used on CTF's. The reason is that GoBuster:

  • Does not list recursively (something that saves a lot of time and is not that useful).
  • Seems to be faster.
  • Does not have an issue with self-signed SSL certificates (VERY IMPORTANT on CTF's).

Now of course the issue is backwards compatibility, therefore (as @cam-barts said) I believe it would be a good idea for AutoRecon to check if GoBusterV3 is installed, and if yes, to use it. Otherwise it should mention it to the user and move on using GoBusterV2. That way the average OSCP user will not be frustrated by the need to learn how the configurations work, and also it will satisfy all the users that like and use GoBuster.

from autorecon.

perfectra1n avatar perfectra1n commented on July 20, 2024

GoBuster seems to give me much better luck, and runs faster.

from autorecon.

unstable-deadlock avatar unstable-deadlock commented on July 20, 2024

+1 for gobuster

from autorecon.

Tib3rius avatar Tib3rius commented on July 20, 2024

Thanks for the votes. As of c46cb86, gobuster is the default directory enumeration tool, and there is also some very simple code that tries to run the correct version too.

from autorecon.

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.