josemlWeb AttacksAs web applications are becoming very common and being utilized for most businesses, the importance of protecting them against malicious…Jun 26
Into Cyber -- Joseph Howard, PhDLetsDefend Walkthrough: SOC166 — Javascript Code Detected in Requested URLAccording to OWASP, injection attacks are one of the most common web application security risks. This writeup provides a detailed…5d ago5d ago
Christophe LimpalairBypass admin login with SQL Injections (sqlmap)As a popular request, let’s see how we can use SQL injections to bypass vulnerable login pages without needing a valid username or…Oct 6, 20212Oct 6, 20212
MaharkkExploiting PHP Loose Comparison Vulnerabilities: The Magic Hash Attack(Web)In this post, I will explain a lesser-known but powerful attack vector against PHP applications known as the Magic Hash Attack.Oct 8Oct 8
josemlWeb AttacksAs web applications are becoming very common and being utilized for most businesses, the importance of protecting them against malicious…Jun 26
Into Cyber -- Joseph Howard, PhDLetsDefend Walkthrough: SOC166 — Javascript Code Detected in Requested URLAccording to OWASP, injection attacks are one of the most common web application security risks. This writeup provides a detailed…5d ago
Christophe LimpalairBypass admin login with SQL Injections (sqlmap)As a popular request, let’s see how we can use SQL injections to bypass vulnerable login pages without needing a valid username or…Oct 6, 20212
MaharkkExploiting PHP Loose Comparison Vulnerabilities: The Magic Hash Attack(Web)In this post, I will explain a lesser-known but powerful attack vector against PHP applications known as the Magic Hash Attack.Oct 8
Alen SabuGuarding Against Common Attacks and Strengthening Security : Part — 25. Brute Force AttacksOct 6
Alen SabuShielding Your Django App: Guarding Against Common Attacks and Strengthening Security: Part — 1In this blog, we will explore some of the most common types of attacks on Django applications and the best practices to protect against…Oct 5
Ankit MalikImplementing a Rate Limiter and Slow-Down Mechanism in Next.js with TypeScriptIn the fast-paced world of web development, ensuring the security and performance of your applications is crucial. One effective way to…Oct 20