Web Security
How to Install Wordfence: Step-by-step guide
·886 words·5 mins
This step-by-step guide on how to install the Wordfence plugin will enable the standard recommended security settings for your WordPress website quickly and keep it safe from potential threats.
WordPress Scan for Vulnerabilities: A Comprehensive Guide for Site Security
·3655 words·18 mins
WordPress scan for vulnerabilities article will guide you with step-by-step approaches and examples that can be implemented on your website to scan and identify vulnerabilities. Also, additional information about security measures, tools, and plugins is available.
Bug Bounty vs Pentest: Making an Informed Decision on Security Testing
·2372 words·12 mins
Both bug bounty and pentest play crucial roles in identifying and addressing security vulnerabilities, but they differ in their approaches. Understanding these differences helps you choose which type of security testing best suits for organizations or hackers who want to get into security testing.
Challenge 14: XSS bypass blacklisted JS function
·691 words·4 mins
This article goes into depth discussing an alternative JavaScript function, namely "confirm()". It serves as an alternative for the JavaScript "alert()" function when the latter is unavailable.
Challenge 13: XSS in HTML Anchor Tag
·718 words·4 mins
Check out how a security risk can arise from an improperly configured dynamic link generation tag and which can result in XSS exploitation.
Challenge 12: XSS CSP bypass through remote payload
·1019 words·5 mins
Learn how to bypass a misconfigured CSP policy and how it can lead to the successful exploitation of cross-site scripting vulnerability.
Challenge 11: XSS CSP bypass through an inline script
·1049 words·5 mins
Learn how a misconfigured CSP can be bypassed, potentially leading to the successful exploitation of cross-site scripting vulnerability.
Challenge 10: XSS bypass backslash escape
·858 words·5 mins
Check out how the XSS can be exploited in the HTML <div> tags and learn more about <img> tag-based XSS payload.
Challenge 9: XSS in the hidden input field
·862 words·5 mins
Check out how the XSS can also be exploited in hidden input parameter fields with examples.