Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ctf-screenshotter — CTF web challenge simulating a real-world screenshotting vulnerability, with Docker setup and video writeup for hands-on security education. | Kitploit
Tools/GitHubGitHub/liveoverflow/ctf-screenshotter
Web SecurityCTFLearning & EducationLabs & Practice
GitHubliveoverflow/ctf-screenshotter

ctf-screenshotter

CTF web challenge simulating a real-world screenshotting vulnerability, with Docker setup and video writeup for hands-on security education.

View Repository
224235 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

screenshotter (web)

A CTF web challenge about making screenshots. It is inspired by a bug found in real life. The challenge was created by @LiveOverflow for https://cscg.de/.

Watch the video writeup here: https://www.youtube.com/watch?v=FCjMoPpOPYI

screenshot of the screenshotter challenge

Run the challenge

To run the challenge you have to install docker-compose:

root@kitploit:~
docker-compose up

Once the servicses are running, you should be able to access http://127.0.0.1:5000.

Solution

The DO_NOT_ACCESS folder contains the solution when you checkout the solution branch with git checkout solution.

Download Tool