Learn to Hack
CtrlK
  • Introduction
    • 💀whoami
    • Writeups
  • Where to Start?
    • Learn to hack
    • Web Basics
    • HTTP Basics
    • Networking Basics
    • Linux Basics
    • Programming Basics
    • Hacking and its types
    • Phases of hacking
    • Bug Bounty
  • Learn Hacking
    • Platforms to learn hacking
    • Courses for hacking and cybersecurity
    • Youtube Channels CyberSecurity
    • Bug Bounty Writeups
    • Security Books
    • Security Blogs
    • Security News
  • Practice Hacking
    • Practice hacking skills
  • Security Bugs
    • GQL GraphQL
    • Exploit Payment Gateways
    • Unrestricted File Upload
    • XSS Cross Site Scripting
    • CSRF Cross Site Request Forgery
      • Real world reports PoCs
    • SSRF Server Side Request Forgery
    • BAC Broken Access Control
    • BOLA Broken Object Level Authorization
    • SQLi SQL Injection
    • RCE Remote Code Execution
    • IDOR Insecure Direct Object Reference
  • Security Tools
    • Recon
    • Exploitation
    • Setup Burp Collaborator Server
    • Miscellaneous
  • Security Verification Standards
    • ASVS Application Security Verification Standard
    • MASVS Mobile Application Security Verification Standard
  • Security Testing Guides
    • Rest API Security Checklist
    • Web Application Testing Techniques
    • Web Security Testing Guide
    • Mobile Security Testing Guide
  • Security findings
    • Security Articles
  • Special Thanks
Powered by GitBook
On this page
  1. Security Bugs
  2. CSRF Cross Site Request Forgery

Real world reports PoCs

You can read these real world CSRF PoCs to better understand how the bug is exploited in the real world scenarios.

  • CSRF Account Takeover famebit by Hassan Khan

  • Hacking PayPal Accounts with one click (Patched) by Yasser Ali

  • Add tweet to collection CSRF by vijay kumar

  • Facebookmarketingdevelopers.com: Proxies, CSRF Quandry and API Fun by phwd

  • How i Hacked your Beats account ? Apple Bug Bounty by @aaditya_purani

  • Paypal bug bounty: Updating the Paypal.me profile picture without consent (CSRF attack) by Florian Courtial

  • CSRF Account Takeover by Vulnerables

  • Uber CSRF Account Takeover by Ron Chan

  • Messenger.com CSRF that show you the steps when you check for CSRF by Jack Whitton

Reference: https://whoami.securitybreached.org/2019/06/03/guide-getting-started-in-bug-bounty-hunting/

PreviousCSRF Cross Site Request ForgeryNextSSRF Server Side Request Forgery

Last updated 3 years ago