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
Tools/GitHubGitHub/m0d0ri205/wargame-tarpioka
Vulnerability AnalysisWeb Application ExploitationCTFLearning & EducationLabs & Practice
GitHubm0d0ri205/wargame-tarpioka

wargame-tarpioka

YISF 2024 CTF-Web (Directory Traversal via ".tar" file, CVE-2007-4559), easy

View Repository
31 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

BubbleTea

CVE-2007-4559 Directory traversal vulnerability using .tar to ../../flag

path


root@kitploit:~
BubbleTea/
├── Dockerfile
├── flag
├── requirements.txt
└── src
    ├── files
    ├── template
    │   └── index.html
    └── app.py

Current Building Instructions

  • check docker docker ps docker images

docker build -t tarpioka docker run -d -it --name tarpioka -p 13680:8000 tarpioka

docker ps

  • stop and remove docker docker stop tarpioka docker rm tarpioka docker rmi tarpioka

Run attack script

patch

  • 07/14
  1. path Traversal Filter strings containing '..', '/' in the file name argument

  2. Create upload folders per session

  3. Add logging

Download Tool