Bhuwan Bhetwalblog.bhuwanbhetwal.com.np·Nov 8, 2024CSRF + POST Body Param Reflection = POST-Based XSS (A BrainFuck)Hello again, This blog explains how i chained a CSRF and XSS on a POST request. So, lets get straight into it. One day i was hunting on a private program and i could see most of hacker’s were reporting CSRF. Almost 5 reports out of 10 were them. Lo...668 readsXSS
Utkarshblogs.utkarshrajput.com·Oct 16, 2024Authentication: Done the Right WayPrologue Authentication—a topic that brings joy to every developer's heart! Right up there with debugging and production outages. But, jokes aside, it’s crucial to get authentication right. Why? Because while you might enjoy seeing error logs, you de...React
Nile Bitsnilebits.hashnode.dev·Oct 14, 2024How To Build Secure Django Apps By Using Custom MiddlewareIn today's digital world, when data breaches and cyber threats are more common than ever, developing safe online apps is essential. Django is a well-known and powerful web framework with integrated security measures. However, you might need to add mo...32 readsDjango
Tuanhdotnettuanhnet.hashnode.dev·Aug 29, 2024Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request ForgerySource: Understanding CSRF: Methods to Protect Your Applications from Cross-Site Request Forgery 1. What is CSRF and Why Should You Care? Cross-Site Request Forgery (CSRF) is a type of attack where a malicious website tricks a user's bro...csrf
Rigal Patelmastering-javascript-decorators.hashnode.dev·Jul 13, 2024Advanced Techniques for Detecting and Preventing JavaScript Injection AttacksIntroduction: JavaScript injection attacks are a significant security threat to web applications. These attacks can lead to data breaches, unauthorized actions, and various other security issues. I will guide you through advanced techniques to detect...JavaScript
Cloud Tunedcloudtuned.hashnode.dev·Jul 3, 2024Understanding CSRF Tokens: Protecting Your Web ApplicationsProtecting Your Web Applications Introduction Cross-Site Request Forgery (CSRF) is a common web security vulnerability that allows an attacker to trick a user's browser into making unwanted requests to a different site without the user's consent. CSR...csrf
Manish Kumar Guptaheismanish.hashnode.dev·Jun 14, 2024Understanding CSRF Attacks and PreventionIntroduction In this blog, we will explore CSRF (Cross-Site Request Forgery) attacks, their implications, and how to prevent them using cookies' properties. What is CSRF? 🔫 CSRF, or Cross-Site Request Forgery, is a type of malicious exploit of a web...csrf
Cloud Tunedcloudtuned.hashnode.dev·Jun 4, 2024Understanding Cross-Site Request Forgery (CSRF)Understanding Cross-Site Request Forgery (CSRF) Cross-Site Request Forgery (CSRF) is a type of security vulnerability that occurs when an attacker tricks a user's browser into executing unwanted actions on a web application where the user is authenti...csrf
Nikhil Akkinikhilakki.in·Jun 1, 2024Web Dev: Understanding CSRF and XSSCSRF (Cross-Site Request Forgery) and XSS (Cross-Site Scripting) are both security vulnerabilities that can affect web applications. CSRF (Cross-Site Request Forgery): CSRF is an attack where a malicious website tricks a user's browser into perform...29 readsFrontend Frameworkscsrf-xss
AMINE ABAIDIcodewithamine.hashnode.dev·May 28, 2024Mastering Laravel API Development: A Comprehensive Guide to Seamless Integration with FrontendConnecting a Laravel API with a front-end framework can be challenging, and deploying the API often adds to the complexity. But don't worry; in this article, I'll guide you through the steps to seamlessly link your Laravel API with a front-end framew...1 like·197 readsAPIs