In Level 5 of OverTheWire's Natas CTF wargame, we talk about HTTP Cookies and explore a couple different ways in bash and Python to manipulate these cookies in a web request.
OverTheWire: overthewire.org/wargames/
Writeups: github.com/odacavo/overthewire/tree/main/01_natas
HTTP Cookies Header: developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
Python Requests Module: pypi.org/project/requests/
0:00 - Introduction
0:45 - HTTP Protocol Context
3:00 - Solution with Web Browser
6:55 - Solution with cURL
10:27 - Solution with Python
12:08 - Conclusion
コメント