carnal0wnage/weirdAAL

No Log to Error Messages

shopwazs opened this issue · 7 comments

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

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

boto3==1.7.75
botocore==1.10.75

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

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

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

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)

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

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.