Skip to main content

XSS

JavaScript: Advanced DOM Manipulation Techniques

··1224 words·6 mins· loading · loading
This article delves into advanced JavaScript DOM manipulation techniques for red teams and pen testers, covering various methods of accessing, modifying, and traversing the DOM, along with real-world examples demonstrating their applications in hacking scenarios.

Web Application Security: CSRF and XSS Prevention

··6553 words·31 mins· loading · loading
This article explores the prevention techniques for Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS) attacks in web applications, providing real-world examples, and includes code samples in various web programming languages.