Skip to main content

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.

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.