Hack Notes
GithubTwitterTryHackMeHackTheBox
  • Hack Notes
    • # whoami
  • 🕸️Web Application Security
    • Web Application Security Notes
      • SQL Injection
        • Basic Microsoft SQL injection Cheatsheet
        • Basic PostgreSQL injection Cheatsheet
        • Basic MySQL Injection Cheatsheet
        • Basic Oracle SQLi Cheatsheet
      • Authentication Vulnerabilities
        • Authentication Flaws Checklist
        • Authentication Vulnerability Practical
      • Directory Travarsal
        • Directory Traversal Lab
      • Command Injection
        • Command Injection Labs
      • Business logic flaws
        • Business Logic Vulnerabilities Labs
      • Information Disclosure
        • Information Disclosure Labs
      • Access Control
        • Broken Access Controls in Practice
      • File Upload Vulnerability
      • Server Side Request Forgery (SSRF)
      • XML External Entity Injections
      • Web Penetration Testing Tools
  • 📖Writeups
    • TryHackMe
      • The advent of Cyber 1 (2019)
      • THM Basic Pen-Testing Machine
      • THM Room CC: Pentesting
      • THM Machine DailyBugle
      • THM Machine Fortress
      • THM Machine Internal
      • THM Room: OWASP Top 10 Answers
      • THM Machine: Overpass
      • THM Machine: Overpass 2 - Hacked
      • THM Machine: Overpass 3 - Hosting
      • THM Room: Pickle Rick CTF
      • THM Machine Relevant
      • THM Machine: SkyNet
      • THM Room: Web Fundamentals
  • ☠️CNWPP
    • CNWPP
      • CNWPP Content
      • Week #1 Introduction to Pentest
      • Week #2 Pentesting Methodologies
      • Week #3 Network Pentesting
      • Week #4 Web Application Pentesting
  • 🏛️Active Directory (AD)
    • Active Directory Attacks
      • LLMNR Poisoning Attack
      • SMB Relay Attack
      • IPv6 Attacks
        • IPv6 Attack In Action
      • Kerberos
        • Kerberos Pre Authentication Attack
        • Kerberoasting
        • DCsync Attack
Powered by GitBook
On this page

Was this helpful?

  1. Web Application Security

Web Application Security Notes

Welcome to my Web Application Security section, a collection of my personal notes and insights on the topic of web application security. This section is designed to provide a comprehensive resource for anyone interested in learning about the different aspects of web application security, including common vulnerabilities, attack techniques, and mitigation strategies.

The information in this section has been gathered from various sources, including cybersecurity training platforms, blogs, and real-world experience. Each note is designed to provide a practical understanding of the different topics covered, including detailed explanations and examples of common vulnerabilities, such as SQL injection, cross-site scripting (XSS), and more.

Whether you're an aspiring web application security professional, a developer looking to improve the security of your applications, or simply someone interested in the subject, you'll find plenty of valuable information and insights in this section.

I regularly update this section as I continue to explore new topics and discover new information about the field of web application security. And if you have any feedback, suggestions, or contributions, please don't hesitate to let me know.

So feel free to explore my Web Application Security section and improve your knowledge and skills in the exciting and constantly evolving field of web application security!

Previous# whoamiNextSQL Injection

Last updated 2 years ago

Was this helpful?

🕸️