Skip to content

Instantly share code, notes, and snippets.

View anudishu's full-sized avatar

sumit kumar anudishu

  • 23:19 (UTC -12:00)
View GitHub Profile
@anudishu
anudishu / setup-owasp-juiceshop.sh
Created October 11, 2022 09:12 — forked from salimpadela/setup-owasp-juiceshop.sh
Setup OWASP Juice Shop Application on Google Cloud Compute Engine
gcloud services enable compute.googleapis.com
#Create the OWASP Juice Shop application
gcloud compute instances create-with-container owasp-juice-shop-app --container-image bkimminich/juice-shop \
--network default \
--subnet default \
--machine-type e2-micro \
--zone us-central1-a