GithubHelp home page GithubHelp logo

Update to newer perl about dotdotpwn HOT 8 CLOSED

wireghoul avatar wireghoul commented on July 3, 2024
Update to newer perl

from dotdotpwn.

Comments (8)

wireghoul avatar wireghoul commented on July 3, 2024

Hi there,

It's not the perl version that is causing this error. You don't have the required module. Please refer to the following information from the README file:

=== REQUIREMENTS ===

Perl modules:

  • Net::FTP
  • TFTP
  • Time::HiRes
  • Socket
  • IO::Socket
  • Getopt::Std
  • Switch

You can easily install the missing modules doing the
following as root:

perl -MCPAN -e "install <MODULE_NAME>"

or

cpan

cpan> install <MODULE_NAME>

Installing the missing modules will solve this problem for you.

from dotdotpwn.

wireghoul avatar wireghoul commented on July 3, 2024

You can easily install the missing modules doing the
following as root:

perl -MCPAN -e "install <MODULE_NAME>"
or
cpan> install <MODULE_NAME>

from dotdotpwn.

user021 avatar user021 commented on July 3, 2024

Thx for support, perl -MCPAN -e "install TFTP" fixed the issue.

from dotdotpwn.

 avatar commented on July 3, 2024

Hi,

just for the information:

If you want to use the package libnet-tftp-perl from your package manager on ubuntu/debian you have to change the line:

use TFTP;

to:

use Net::TFTP;

in this file: https://github.com/wireghoul/dotdotpwn/blob/master/DotDotPwn/TFTP.pm

from dotdotpwn.

user021 avatar user021 commented on July 3, 2024

I did not want to make new thread for this so ill go offtopic with this question, basically i was wondering for a while if there are any major differences in detecting a LFI vuln with dotdotpwn compared to fimap in blind mode, i know fimap launches fewer fuzz requests so it might miss something?

from dotdotpwn.

wireghoul avatar wireghoul commented on July 3, 2024

dotdotpwn looks for directory traversals and aims to defeat blacklist filtering (thus the large number of requests). While dotdotpwn may detect LFI as the attack vector is similar they are not the same class of bug. Next time try to google/owasp and do some reading. Or better yet, try running the tools against some vulnerable apps and find out for yourself.

from dotdotpwn.

wireghoul avatar wireghoul commented on July 3, 2024

@RealRancor Those are different modules and blind changes may break functionality. While I'm not opposed to supporting a larger number of modules it would require a significant rewrite. I'm leaving this as #wontfix for now.

from dotdotpwn.

 avatar commented on July 3, 2024

Hi,

and thanks for the clarification. I wasn't aware that those are two different modules. Don't think that it is needed to support the other module also.

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.