Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

OverTheWire Writeups

My writeups and walkthroughs for the OverTheWire wargames.

Natas

Natas Writeups

Natas is a web-security wargame by OverTheWire that focuses on finding and exploiting vulnerabilities in web applications.

This repository contains my Natas walkthroughs, including my observations, source-code analysis, BurpSuite requests, exploitation steps, commands, Python scripts, screenshots, and other resources used while solving the levels.

Repository Structure

overthewire-writeups/
├── README.md                    # General OverTheWire repository
└── natas/
    ├── README.md                # Natas overview + level index
    ├── natas0/
    │   └── README.md
    ├── natas01/
    │   └── README.md
    ├── natas02/
    │   └── README.md
    ├── ...
    └── natas34/
        └── README.md

Each wargame will have its own directory, and each level can contain its own README.md, screenshots, scripts, source files, and other resources.

Passwords

The passwords shown in the writeups are the passwords I obtained while solving the levels.

OverTheWire passwords can change over time, so passwords shown in writeups may no longer work. The important part of the writeups is the vulnerability and the method used to solve the level.

Official Website

OverTheWire

Releases

Packages

Contributors

Languages