Bhuwan BhetwalforBhuwan Bhetwal's HandBookblog.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...Discuss·540 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...DiscussReact
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...Discuss·32 readsDjango
Tuanh.nettuanhnet.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...Discusscsrf
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...Discusscsrf
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...Discusscsrf
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...Discusscsrf
Nikhil AkkiPronikhilakki.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...Discuss·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...Discuss·1 like·176 readsAPIs
Asis Sharmaasis-sharma.hashnode.dev·May 25, 2024CSRF Protection in Laravel: Shielding Your App from Unintended ActionsIntroduction Have you ever encountered a scenario where someone else's account settings mysteriously changed, or unauthorized actions were performed on a website you were logged in to? This could be a sign of a Cross-Site Request Forgery (CSRF) attac...DiscussLaravel