Giter Site home page Giter Site logo

Comments (4)

ivasugarg avatar ivasugarg commented on June 23, 2024 2

I am using the docker image.

Results for dirb remains the same as mentioned above.Since I am using docker you can verify the path for the wordlist which btw is correct afaik.

~ dirb http://192.168.43.27/ ~/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt


DIRB v2.22
By The Dark Raver

START_TIME: Sun Jul 5 15:20:23 2020
URL_BASE: http://192.168.43.27/
WORDLIST_FILES: /root/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt


^C* Generating Wordlist...

&

~ dirb https://www.hackersploit.org/ ~/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt


DIRB v2.22
By The Dark Raver

START_TIME: Sun Jul 5 15:25:26 2020
URL_BASE: https://www.hackersploit.org/
WORDLIST_FILES: /root/wordlists/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt


*** Generating Wordlist...

Why is this happening?Please help me out.
I'm stuck.

from bugbountytoolkit.

AlexisAhmed avatar AlexisAhmed commented on June 23, 2024

If you are using the Ubuntu/Debian install script, you will need to troubleshoot the issues manually. We have run various tests and the tools are all working. All wordlist based tools like Hydra, gobuster, dirb and wpscan are all working in the docker image. We have attached the images below. Additionally, make sure the wordlists are in the correct working directory when specifying them.
dirb
gobuster

from bugbountytoolkit.

derfshaya avatar derfshaya commented on June 23, 2024

I was having trouble with the same wordlist for dirb. This wordlist is particularly long, though I am not sure if that is the main reason. What I did was split this wordlist up using split -l 10000 directory-list-2.3-medium.txt and work through the 20+ split files one by one instead.

Some words were not generated in dirb though. Each file was 10000 lines long, but less than 10000 words were generated in a dirb execution using some files. I can identify them individually but it will be a long process.

from bugbountytoolkit.

AlexisAhmed avatar AlexisAhmed commented on June 23, 2024

I am currently testing the issue and will respond with feedback and hopefully a fix.

from bugbountytoolkit.

Related Issues (18)

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.