basic container to help isolate the python3.9.14 requirements needed for weirdaal to function
1.0K
| Please reference: https://github.com/carnal0wnage/weirdAAL/wiki detailed usage instructions.
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
)
ensure **AWS keys are loaded ** into the environment (either via export or the .env file or as -e parameters)
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
)
Content type
Image
Digest
sha256:aabd6820d…
Size
407.2 MB
Last updated
almost 3 years ago
docker pull ly4e/weirdaal