You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we will log the results of the recon module to the DB. we need some functions/modules that will check what services and sub-services the key has access to and either suggest or execute follow on activity. once the data is in the DB, this should be relatively easy to do
I'm reserving the right to make a design change to go from ec2:CreateImage to ec2:create_image to facilitate grabbing that column and automagically doing stuff
from lunch...
we will log the results of the recon module to the DB. we need some functions/modules that will check what services and sub-services the key has access to and either suggest or execute follow on activity. once the data is in the DB, this should be relatively easy to do
possible flow...
weirdaal.py --recon
--populates awskey, service, sub_service
weirdaal.py --show_services
EC2, DescribeInstances
EC2, DescribeVolumes
EMR, DescribeRepositories
...
weirdaal.py --suggest
EC2, DescribeInstances, list instances module / action
...
EMR, DescribeRepositories, list repositories module / action
The text was updated successfully, but these errors were encountered: