Code Monkey home page Code Monkey logo

Comments (5)

Mearafat avatar Mearafat commented on July 26, 2024 1

I've solved the problem using this command, ./cloud_enum.py -k google

from cloud_enum.

initstring avatar initstring commented on July 26, 2024

Hi,

It looks like the tool is looking in "/" which is weird. Can you generate the error again, showing me the exact command you ran and the output of the following:

ls -al
pwd
echo $PATH

Thanks!

from cloud_enum.

initstring avatar initstring commented on July 26, 2024

Also, just a hunch, try running the command like this from within the full directory:

./cloud_enum.py -k whatever

from cloud_enum.

Sicks3c avatar Sicks3c commented on July 26, 2024

@Mearafat
Open cloud_enum.py
search for /enum_tools/fuzz.txt and replace with enum_tools/fuzz.txt
Make sure you pip3 install -r requirement
python3 cloud_enum.py -k company
Cheers

from cloud_enum.

initstring avatar initstring commented on July 26, 2024

Thanks @amiralkizaru. I see now what the issue is.

My testing was all done with running the script as ./cloud_enum.py.

I've pushed a fix that is a bit more robust and should work no matter how the path is supplied.

I'm closing this ticket due to no reply from the @Mearafat - but please re-open if the issue persists.

Thanks!

-    script_path = os.path.dirname(__file__)
+    script_path = os.path.split(os.path.abspath(sys.argv[0]))[0]

from cloud_enum.

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.