ReplforNothing2Losen2l.hashnode.dev·Nov 30, 2024IDSECCONF 2024 CTF - All Web WriteupRecently, I joined a CTF organized by IDSECCONF, playing as N2L with two of my friends—our team had three people in total. At the time, I was mostly focusing on web challenges (but also did some reverse stuff) because the reverse category in this eve...70 readsxss bypass
Le Quoc Cuongnospaceavailable.hashnode.dev·Sep 16, 2024Comment trong HTML, <script> tag và một kỹ thuật CSP bypass để tấn công XSSNgôn ngữ HTML được đặc trưng bởi các HTML tag và các thuộc tính (attributes) của mỗi tag. Trong bài viết này, chúng ta sẽ tìm hiểu về tag <script> trong HTML và một số hành vi mà mình cho là khá thú vị khi mà HTML parser và Javascript parser cùng hoạ...40 readsJavaScript
Rane Hyperblog.hyperlink.fi·May 20, 2024Using DOMPurify in Nuxt 3 for Secure HTML SanitizationSecurity is everything when it comes to building web applications. XSS attacks can ruin your day, but thankfully, we have DOMPurify to sanitize HTML content. Let's see how to get DOMPurify up and running in a Nuxt 3 application! Installation Let's st...726 readsNuxt