Skip to content

Some handy scripts for working with AWS or other things

Notifications You must be signed in to change notification settings

bhenerey/python-scripts

Repository files navigation

Handy Python scripts

Random utility scripts:

list all ec2 instances by VPC.

Useful if you have a ton of VPCs and want to check if some are not being utilized

python3 ./ec2-instances-by-vpc.py

list github organization members.

Useful if you want to share a list of active users to make sure they're still employed by the Org

python3 ./list-github-org-members.py

overamp sound levels

louder - my headphones are always too quiet so I force it louder

python3 ./louder.py

nmapper

just a little Nmap starter to quick scan a network where you might want to do something with the output

python3 ./nmapper.py

trufflehog wrapper

just a wrapper around trufflehog. looks for AWS keys only, checks if those keys are still active in your AWS account.

cd trufflhog
./get-all-repos.sh
python3 ./scan-repos.py

About

Some handy scripts for working with AWS or other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published