Interested in going full-time bug bounty? Check out our blueprint!

Videos

Aug. 15, 2024

0xLupin & Takeaways from Google's Las Vegas BugSwat (Ep. 84)

Episode 84: In this episode of Critical Thinking - Bug Bounty Podcast, Justin is joined by Roni Carta (@0xLupin) to discuss their MVH win at the recent Google LHE, and share some technical observations they had with the target and the event. Follow us on twitter at: @ctbbpodcast We're new…

View more
Aug. 10, 2024

Hacking your first IoT device

Wanna dive into IoT device research? Grab a device, hook it up with UART or JTAG, and start poking around. Try some tricks like glitching or looking for sneaky firmware backdoors to get in. Here's a quick rundown. #bugbountytips #bugbounty #bugbounties

View more
Aug. 9, 2024

Surviving last-minute patches in Pwn2Own!

Pwn2Own competitions can be a cruel mistress but there are ways to prepare for the worst.

View more
Aug. 8, 2024

Brainstorming Proxy Plugins (Ep.83)

Episode 83: In this episode of Critical Thinking - Bug Bounty Podcast Joel and Justin are brainstorming new features and improvements for Caido, such as the implementation of a 403 bypassing workflow, a text expander, Tracing Cookies, and more. Follow us on twitter at: https://twitter.com/ctbbpodcast We're new to this podcasting…

View more
Aug. 7, 2024

STOP overriding debug functions. Use this DevTools secret instead.

Instead of manually modifying debug functions, Matan sets log points to capture function arguments, providing more visibility and simplifying the process. Here's how to add log points with a right-click in DevTools.

View more
Aug. 6, 2024

This JS function = XSS as a Service!

Learn how Matan uses JavaScript imports to fetch and execute files, transforming traditional XSS exploits into a single-line process. #bugbountytips #bugbounty #bugbounties

View more
Aug. 5, 2024

DISGUSTINGLY AMAZING vuln leaves me (almost) speechless!

Matan Berson ingeniously uses self-XSS to manipulate cookies and hijack browser sessions. Learn how he cleared cookies, set redirect cookies with payloads, and achieved successful login redirections by exploiting path variables for session fixation.

View more
Aug. 4, 2024

Mind-blowing debugging trick!

Genius debugging technique: writing scripts inside conditional breakpoints! Learn how to inject code directly into breakpoints for quick checks, making debugging super efficient. This eye-opening trick will revolutionize how you use conditional breakpoints.

View more
Aug. 1, 2024

Muscle up your bug bounty game (literally)!

If you wanna do cool shit, you gotta put in the reps. Also... check out the biceps on Justin! 😂

View more
Aug. 1, 2024

Part-Time Bug Bounty (Ep. 82)

Episode 82: In this episode of Critical Thinking - Bug Bounty Podcast Joel Margolis discusses strategies and tips for part-time bug bounty hunting. He covers things like finding (and enforcing) balance, picking programs and goals, and streamlining your process to optimize productivity. Follow us on twitter at: https://twitter.com/ctbbpodcast We're new…

View more
July 26, 2024

This vuln keeps Justin awake at night!

If CSS injection keeps you up at night, you're not alone. Get in touch with Justin and you can start a club or get help or something.

View more
July 25, 2024

Crazy chaining technique for RCE through browser extensions!

Next level chaining technique from Spaceraccoon to gain RCE through browser extensions!

View more
July 25, 2024

Crushing Client-Side on Any Scope with MatanBer (Ep. 81)

Episode 81: Crushing Client-Side on Any Scope with MatanBer Episode 81: In this episode of Critical Thinking - Bug Bounty Podcast Justin is joined by MatanBer to go over some recent bug reports, as well as share some tips and tricks on client-side hacking and using DevTools effectively. Follow us…

View more
July 23, 2024

This technique halves the time to leak tokens!

Here's a slick trick for y'all. Next time you're brute forcing tokens, try brute forcing from both ends to leak tokens faster!

View more
July 21, 2024

Apply "display: block" to script tags to view them like p tags!

Here's a CSS tidbit for y'all! You can apply "display: block" to a script tag and the will just be displayed on the screen like it was like a p tag!

View more
July 19, 2024

Watch this one til the end 😂

A great takeaway from Justin on the benefits of using AI... Followed by Joel being rebooted by his cat.

View more
July 18, 2024

This is why you should GREP for headers!

Hot tips from Justin on why you should grep for headers.

View more
July 18, 2024

Pwn2Own VS H1 Live Hacking Event (feat SinSinology) (Ep. 80)

Episode 80: Pwn2Own VS H1 Live Hacking Event (feat SinSinology) Episode 80: In this episode of Critical Thinking - Bug Bounty Podcast Justin is joined by Sina Kheirkhah to talk about the start of his hacking journey and explore the differences between the Pwn2Own and HackerOne Events Follow us on…

View more
July 17, 2024

XSS WAF bypass using multi-character HTML entities

You know when it’s coming from Gareth Heyes you did something right! XSS WAF bypass using multi-character HTML entities like >⃒ or <⃒ which are interpreted by the server respectively as 'less than' and greater than symbols (plus some other unicode character). Shout out also to @therceman!

View more
July 16, 2024

MongoDB NoSQL Injection via Aggregation Pipelines!

Add parameters like $lookup, $unionWith, and $match to your wordlist for testing. Any errors or hits on these might give a hint to a potential NoSQL injection. Shout out to Soroush Dalili for this research!

View more
July 15, 2024

Password exfiltration in Django ORM!

Exploiting unsanitised user inputs in Django ORM filter methods to exfiltrate sensitive data. Shout out to @elttam for this HOT research! 🔥 #infosec #bugbounty #bugbounties #cybersecurity #criticalthinking #CTBBpodcast #bugbountytips #bugbountyhunters #hacking #hackers

View more
July 14, 2024

How to exploit iOS auth flaw (if you have an iPhone!)

iOS auth flaw ala evanconnelly and mrtuxracer 1. Install malicious app and register victim's scheme 2. User approves the evil app to login with attacker.com (ofc, why not) 3. Web view opens, attacker forces redirect to vuln auth flow for victim app w/ prompt=none 4. Auth code sent to attackers…

View more
July 13, 2024

One-click account takeover. Victim clicks link, attacker gets auth token.

One-click account takeover: Deep link to Open redirect to XSS on subdomain to Attacker-controlled URL. Victim clicks chat link, attacker gets auth token. Simple.

View more
July 11, 2024

The State of CSS Injection - Leaking Text Nodes & HTML Attributes (Ep. 79)

Episode 79: In this episode of Critical Thinking - Bug Bounty Podcast we deepdive CSS injection, and explore topics like sequential import chaining, font ligatures, and attribute exfiltration. Follow us on twitter at: https://twitter.com/ctbbpodcast We're new to this podcasting thing, so feel free to send us any feedback here: info@criticalthinkingpodcast.io…

View more