

How to hack an API: A walkthrough | Guest Katie Paxton-Fear
11 snips Jan 6, 2025
Katie Paxton-Fear, a bug bounty hunter and cybersecurity expert known for her YouTube channel, InsiderPhD, dives into the world of API hacking. She offers a live demonstration showcasing common vulnerabilities in shopping apps, emphasizing creativity in problem-solving. Listeners learn how to use tools like Burp Suite to exploit weaknesses, access personal data, and initiate unauthorized transactions. Katie shares practical tips for beginners, making API hacking an inviting entry into cybersecurity and the bug bounty hunting realm.
AI Snips
Chapters
Transcript
Episode notes
API Security Challenges
- APIs are designed for computers but written in human-readable JSON, creating security challenges.
- Their broad functionality and numerous endpoints increase the risk of vulnerabilities.
Exploiting User IDs
- Katie Paxton-Fear demonstrates changing a user ID from '6' to '1' in a request using Burp Suite's Repeater.
- This simple change allowed her to view another user's basket, highlighting a common vulnerability.
Test Numerical IDs
- Always try changing numerical IDs in API requests to test for vulnerabilities.
- This simple check can reveal easy-to-exploit security flaws in applications.