Skip to content

CTF Challenge Final Project by Tatyana#98

Open
tatyana-ilieva wants to merge 1 commit into
CUCTF:mainfrom
tatyana-ilieva:acme-admin-portal
Open

CTF Challenge Final Project by Tatyana#98
tatyana-ilieva wants to merge 1 commit into
CUCTF:mainfrom
tatyana-ilieva:acme-admin-portal

Conversation

@tatyana-ilieva
Copy link
Copy Markdown

Beginner/intermediate web exploitation CTF challenge simulating an
accidentally exposed internal IT admin portal.

Vulnerability: OS Command Injection via shell=True in a Flask ping utility
Includes:

  • Full source code (author/src/)
  • Deployable Docker environment (deploy/)
  • deployment.md describing how the challenge is served to competitors
  • Solve script and step-by-step writeup (solution/)
  • Challenge description with tiered hints (challenge_description/)

To run locally:
docker build -t acme-portal .
docker run -p 8080:5000 acme-portal

visit http://localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant