carnal0wnage / weirdAAL

WeirdAAL (AWS Attack Library)
772 stars 92 forks source link

No Log to Error Messages #55

Closed shopwazs closed 6 years ago

shopwazs commented 6 years ago

Hi Guys,

Got this error message below, but to log file to see the actual error

Check the above error message and fix to use weirdAAL

shopwazs commented 6 years ago

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

boto3==1.7.75 botocore==1.10.75

carnal0wnage commented 6 years ago

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

shopwazs commented 6 years ago

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) ?

carnal0wnage commented 6 years ago

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

shopwazs commented 6 years ago

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)

carnal0wnage commented 6 years ago

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

carnal0wnage commented 6 years ago

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.