Sign inSign up

ly4e/weirdaal

By ly4e

Updated almost 3 years ago

basic container to help isolate the python3.9.14 requirements needed for weirdaal to function

Image
0

1.0K

ly4e/weirdaal repository overview

| Please reference: https://github.com/carnal0wnage/weirdAAL/wiki detailed usage instructions.

basic usage

  1. fire up the container (something like:

    docker run --rm -it -v $(pwd)/weirdaal_output:/output ly4e/weirdaal:latest

    OR

    docker run --rm -it -v $(pwd):/output -e AWS_ACCESS_KEY_ID=AKIA... -e AWS_SECRET_ACCESS_KEY=notarealkey -e AWS_SESSION_TOKEN=some-temp-session-token ly4e/weirdaal:latest

    )

  2. ensure **AWS keys are loaded ** into the environment (either via export or the .env file or as -e parameters)

  3. run commands (like python3 weirdAAL.py -m recon_all -t MyTarget #followed by something like# python3 weirdAAL.py -m list_services_by_key -t MyTarget )

Tag summary

Content type

Image

Digest

sha256:aabd6820d

Size

407.2 MB

Last updated

almost 3 years ago

docker pull ly4e/weirdaal