📄️ Introduction
Last session we learned how browsers work, what HTTP and HTML are and how to use curl and wget to imitate a browser.
📄️ Cookies
HTTP is a stateless protocol used to communicate over the internet.
📄️ Developer Tools
All modern browsers have the ability to assist developers in creating, previewing, testing and debugging their web applications.
📄️ Sessions
Some websites use sessions to remember their clients across multiple requests.
📄️ Web Attacks
Path Traversal
📄️ Summary
The key takeaways from this session are:
📄️ Further Reading
Cookie Theft / Session Hijacking