Skip to content

Instantly share code, notes, and snippets.

View securitygeneration's full-sized avatar
🔒

Security Generation securitygeneration

🔒
View GitHub Profile
@securitygeneration
securitygeneration / gcp_enum.sh
Created April 1, 2019 09:39 — forked from carnal0wnage/gcp_enum.sh
use the gcloud utilities to enumerate as much access as possible from a GCP service account json file. see blog post: <to insert>
# gcloud auth activate-service-account --key-file=85.json
# gcloud projects list
project="my-projet"
space=""
echo "gcloud auth list"
gcloud auth list
echo -e "$space"
@securitygeneration
securitygeneration / osx-for-pentesting.sh
Created November 10, 2016 15:00 — forked from gabemarshall/osx-for-pentesting.sh
A fork of osx-for-hackers for my personal pentesting setup preferences
# OSX for Pentesting (Mavericks/Yosemite)
#
# A fork of OSX for Hackers (Original Source: https://gist.github.com/brandonb927/3195465)
#!/bin/sh
# Ask for the administrator password upfront
echo "Have you read through the script prior to running this? (y or n)"
read bcareful