├── README.md ├── enum_all_api_calls ├── 1.0-no-permissions-all ├── 1.0-yes-permissions-all ├── differentiate.py ├── enumerate_vuln_apis.py ├── final-vuln-api-list.json └── json_ingest.py ├── example_policy.json ├── list_vuln_apis.json ├── one-offs ├── kinesis_liststreams.py ├── sagemaker.py ├── secrets_manager_listsecrets.py └── workmail.py └── proof_of_concept.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/README.md -------------------------------------------------------------------------------- /enum_all_api_calls/1.0-no-permissions-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/1.0-no-permissions-all -------------------------------------------------------------------------------- /enum_all_api_calls/1.0-yes-permissions-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/1.0-yes-permissions-all -------------------------------------------------------------------------------- /enum_all_api_calls/differentiate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/differentiate.py -------------------------------------------------------------------------------- /enum_all_api_calls/enumerate_vuln_apis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/enumerate_vuln_apis.py -------------------------------------------------------------------------------- /enum_all_api_calls/final-vuln-api-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/final-vuln-api-list.json -------------------------------------------------------------------------------- /enum_all_api_calls/json_ingest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/enum_all_api_calls/json_ingest.py -------------------------------------------------------------------------------- /example_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/example_policy.json -------------------------------------------------------------------------------- /list_vuln_apis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/list_vuln_apis.json -------------------------------------------------------------------------------- /one-offs/kinesis_liststreams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/one-offs/kinesis_liststreams.py -------------------------------------------------------------------------------- /one-offs/sagemaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/one-offs/sagemaker.py -------------------------------------------------------------------------------- /one-offs/secrets_manager_listsecrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/one-offs/secrets_manager_listsecrets.py -------------------------------------------------------------------------------- /one-offs/workmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/one-offs/workmail.py -------------------------------------------------------------------------------- /proof_of_concept.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Frichetten/aws_stealth_perm_enum/HEAD/proof_of_concept.py --------------------------------------------------------------------------------