offensive-tools/recon/aws-cli/SKILL.md
Auth/lab ref: AWS CLI v2 for interacting with AWS services from the terminal.
npx skillsauth add aeondave/malskill aws-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cloud control-plane access from a shell. Great for enumeration, dangerous for the incautious.
Use AWS CLI when you need to:
# Confirm version and identity
aws --version
aws sts get-caller-identity
# List S3 buckets and EC2 instances
aws s3 ls
aws ec2 describe-instances --output json
aws sts get-caller-identity --profile default
aws configure list
aws s3 ls
aws iam list-users
aws ec2 describe-instances --region us-east-1 --output json
aws lambda list-functions --output json
aws ec2 describe-instances --query "Reservations[].Instances[].InstanceId" --output text
aws s3api list-buckets --output json
--profile and --region in notes, scripts, and repeatable workflows.s3 ls and s3api list-buckets together usually answer the first bucket-discovery question quickly.No bundled scripts/, references/, or assets/.
Use the AWS CLI v2 user guide for install, auth, profile precedence, and service-specific commands.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.