This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
AWS Trust Graph Analyzer | |
This script analyzes AWS IAM trust relationships across accounts, roles, users, and SSO principals. | |
It builds a graph of `sts:AssumeRole` relationships, identifies roles with admin-level privileges, | |
and traces trust chains to help you understand who really has root-equivalent access in your AWS environment. | |
The tool supports multiple output formats, including: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ThemeOptions } from '@material-ui/core/styles/createMuiTheme'; | |
export const themeOptions: ThemeOptions = { | |
palette: { | |
type: 'dark', | |
primary: { | |
main: '#c3c06b', | |
contrastText: '#3b8284', | |
dark: 'rgb(11, 21, 25)', | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
## | |
## This automation was created to be used with MACOS based on the instructions from drduh | |
## (https://github.com/drduh/YubiKey-Guide) | |
## | |
## The script was tested on an M1 with gpgtools 2020.2 | |
## | |
## Pre requisites: | |
## * gpgtools: https://gpgtools.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id": "0cbf94234d918381f45d7a62700a61cd7c9f7a3046734cdae703ae7f7150b18774a6db4fb46d444b1abb7ce0c5832ac457c4d7f606e6db3c3c1f251441b7561c"} |