Skip to content

NONAN23x/Marionette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

🧵 Marionette VM

Version Author

Marionette is a realistic, OSCP-Like, story-driven vulnerable Linux machine that simulates common security mistakes found in small development and operational environments.

⚠️ This machine is intentionally vulnerable and is meant only for educational use.

Learning Objectives

The lab focuses on:

  • Understanding Wordpress vulnerabilities
  • Exploiting Poor credential handling
  • Basic python programming
  • Abusing user delegation mishandling
  • Exploiting Privilege escalation through unsafe scripting practices

All attack paths are grounded in real-world scenarios rather than artificial CTF tricks.

💻 Configuration

  • Virtualization Platform: VirtualBox (7.0 or higher)
  • RAM: Minimum 2GB (4GB recommended)
  • Disk Space: 10GB available storage
  • Networking: DHCP enabled (create an issue if you're facing errors)

⬇️ Download

Download Marionette

📝 Writeup

If you get stuck while working through Marionette, check out the Writeup.md file for a complete walkthrough and solutions.

Contributors