Giter Site home page Giter Site logo

Comments (7)

shopwazs avatar shopwazs commented on July 23, 2024

Note : made a few changes to requirements.txt to use latest boto3 , see details below

boto3==1.7.75
botocore==1.10.75

from weirdaal.

carnal0wnage avatar carnal0wnage commented on July 23, 2024

i'm not seeing the error in your comment. did updating the boto3 library fix?

from weirdaal.

shopwazs avatar shopwazs commented on July 23, 2024

Hi ,

The error message was " Check the above error message and fix to use weirdAAL" but there was nothing above that. Also updating bottom library didn't resolve the issues.

Was the tool tested with (boto3==1.7.75, botocore==1.10.75) ?

from weirdaal.

carnal0wnage avatar carnal0wnage commented on July 23, 2024

that is a exception based on the the perform_credential_check() function - there should be "something" above that. are you aws keys valid/entered correctly? did you create the .env file? are the python libs installed correctly? feel free to add

except Exception as e:
	print(e)

to the

# Need to figure out if we have keys in the ENV or not
try:
    perform_credential_check()
except:
    print("Check the above error message and fix to use weirdAAL")
    sys.exit(1)

section

from weirdaal.

shopwazs avatar shopwazs commented on July 23, 2024

Ok, i might be doing something wrong here, help me find out what it was

Using the recon command below
python3 weirdAAL.py -m recon_all -t MyTarget

Question, what is the value of (MyTarget)

from weirdaal.

carnal0wnage avatar carnal0wnage commented on July 23, 2024

it's whatever you want it to be, it just logs it to the DB

from weirdaal.

carnal0wnage avatar carnal0wnage commented on July 23, 2024

i'm going to close this due to lack of response. Pretty sure weirdAAL couldnt find your .env file. please open a new issue if you are still stuck.

from weirdaal.

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.