We'll use a vulnerable app written in Python from https://github.com/TrainingByPackt/BuildingGoogleCloudPlatformSolutions/tree/master/Chapter18/lets-be-bad-guys and host it in our flexible App Engine environment. This site is developed for learning the most popular kinds of attacks on websites:
- We'll use the Cloud Shell to deploy the application to App Engine. Launch the Cloud Shell, using the Activate Google Cloud Shell button or the following URL: https://console.cloud.google.com/cloudshell.
- Clone the repository and navigate to the lets-be-bad-guys folder under Chapter18:
$ git clone https://github.com/TrainingByPackt/BuildingGoogleCloudPlatformSolutions cd gcpcookbook/Chapter18/lets-be-bad-guys
- Have a look at the app.yaml ...