GithubHelp home page GithubHelp logo

too slow about dotdotpwn HOT 3 CLOSED

OmarAtallahh avatar OmarAtallahh commented on July 22, 2024
too slow

from dotdotpwn.

Comments (3)

wireghoul avatar wireghoul commented on July 22, 2024

What are you doing? What have you tried? How slow is it?

from dotdotpwn.

OmarAtallahh avatar OmarAtallahh commented on July 22, 2024

this is my command

sudo dotdotpwn -m http-url -u "https://domain.net/TRAVERSAL" -O -k "root:"

and the tool sends the request pretty slow kinda 1 request per second, have i done anything wrong?

from dotdotpwn.

wireghoul avatar wireghoul commented on July 22, 2024

There's a bit going on here, TL;DR you might want to use https://github.com/wireghoul/traversty instead.

  1. Don't use sudo, most web tools don't need it and if there was a vulnerability in dotdotpwn you get exploited as root
  2. The http-url module is used for testing server side scripting/pages and the traversal string should be supplied as a parameter, your invocation is essentially the same as -m http and is useful for testing specific web server versions
  3. -O is an awful hack, you're much better off if you run nmap separately
  4. -O os detection also doesn't matter since your use of -k root: only works on *nix type OSs
  5. If you're using -k you might as well specify -f /etc/passwd to speed things up
  6. You can adjust scan delay via command line (read documentation)

With all of that out of the way, dotdotpwn isn't great for fast scanning of remote systems, it's better used in a lab for research than it is at bug bounty style blind scanning. If you scan too fast it tends to break the script or the server it is scanning. If you ned a quick "works most of the time" solution instead, checkout traversty (linked above). Otherwise you might want to use the dotdotpwn stdout option and do a custom script for scanning with threads.

from dotdotpwn.

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.