#!/usr/bin/python
# -*- coding: utf-8 -*-
class VulnerableAppPlatform:
def __init__(self):
self.mission = "Providing hacking practice environments"
self.focus_areas = ["Web Security", "Client Side Vulnerabilities", "Penetration Testing"]
self.goals = ["Education", "Skill Development", "Security Awareness"]
def welcome(self):
print("Welcome to Try Exploit Me - Your Hacking Lab!")
print("Explore, Learn, and Help")
platform = VulnerableAppPlatform()
platform.welcome()
Try Exploit Me
Challenging you to find and exploit client side vulns. Think you’ve got what it takes? Test your skills and prove it!
Pinned Loading
Repositories
Showing 5 of 5 repositories
- ReadTheSource Public
ReadTheSource is a CTF like challenge, it has many vulnerable apps' source code! you can practice and understand the source code reading
tryhaqme/ReadTheSource’s past year of commit activity