This repository consists of solutions made (in Python 2.7) to overthewire's Natas-web-challenges (0-30). The main purpose of this repository, is to show off the power of Pythons 'requests' library, as well as inspire other users to give 'Natas' a go, using Python.
- Requests
- Beautifulsoup
- Pwntools (only used in natas28)
- subprocess (only used in natas26)