Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Log to Error Messages #55

Closed
shopwazs opened this issue Aug 11, 2018 · 7 comments
Closed

No Log to Error Messages #55

shopwazs opened this issue Aug 11, 2018 · 7 comments

Comments

@shopwazs
Copy link

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
Copy link
Author

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

boto3==1.7.75
botocore==1.10.75

@carnal0wnage
Copy link
Owner

carnal0wnage commented Aug 11, 2018

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

@shopwazs
Copy link
Author

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
Copy link
Owner

carnal0wnage commented Aug 14, 2018

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
Copy link
Author

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
Copy link
Owner

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

@carnal0wnage
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants