- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Application Security
- :
- Vulnerable applications for testing - Guide
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vulnerable applications for testing - Guide
Hi,
I have been asked about the the vulnerable applications i use in the workshop.
I used two application:
Damn Small Vulnerable Web - Link
OWASP Juice Shop - Link
The fastest and the easiest way to run them is by using Azure Container Instances (ACI).
- Inside Azure Portal, Click on Cloud Shell
2. Run the commands:
az group create --name exploitgroup --location eastus
az container create --resource-group exploitgroup --name exploit --image appsecco/dsvw --dns-name-label exploit --ports 8000
az container create --resource-group exploitgroup --name juice --image bkimminich/juice-shop --dns-name-label juice --ports 3000
0 Replies
