Web Application Security Testing
stored xss

Web Administration Gone Wrong: How User Passwords Can be Compromised

Introduction According to this paper, %65 of web applications suffer from cross-site scripting vulnerabilities. I am going to explain the Stored Cross-Site Scripting (XSS) vulnerability I found in an open-source project in this article. The main causes of stored cross-site scripting (stored XSS) vulnerabilities in web applications are neglect to implement security measures at the […]