Hey everyone! Check out this playlist for all my solutions to the Web Cache Poisoning labs from PortSwigger: kzbin.info/aero/PLGb2cDlBWRUUvoGqcCF1xe86AaRXGSMT5 Here are the timestamps for this video - ⏱ 00:00 - Intro 00:13 - Identify a suitable cache oracle 01:20 - Add a cache buster 02:13 - When are two requests identical? 03:12 - Why do we add a cache buster? 03:53 - Test the cache buster in Burp 04:37 - Use Param Miner to find X-Forwarded-Host header 05:28 - What is an unkeyed input? 06:18 - Inject the X-Forwarded-Host header
@TheVerminator133710 ай бұрын
Amazing, thank you! Loved that you showed how to use the Parameter Miner extension on pro and community
@aliel-shennawy36705 ай бұрын
Amazing explanation, thanks alot, keep going.
@LMeasy3 ай бұрын
man beautiful video. you are insane.... thank you!!!!!
@nguyenthanhcong9210 ай бұрын
happy to see this. Can you finish all labs from this topic please Thanks
@netletic10 ай бұрын
thanks @nguyenthanhcong92! yep I'll be posting videos for all 12 labs on this topic 👍
@nguyenthanhcong9210 ай бұрын
@@netletic cool, will they be posted all in one day
@netletic10 ай бұрын
@nguyenthanhcong92 I'll posting one a week on average I'd say 😬 just posted the second one!
@mohsinhafeez10 ай бұрын
Hi, thank you very much or the in depth explanation, while bug hunting, what would you recommend to use as an "exploit server"?
@netletic9 ай бұрын
hey @mohsinhafeez, I'd pick a micro web framework in the programming language that you're most comfortable with. For me that's Python so I use Flask. With Flask you can set a route/uri path, and you can return a custom response body and custom response headers pretty easily.
@mohsinhafeez9 ай бұрын
@@netletic thank you! I’ll try this.
@jaywandery92699 ай бұрын
Exactly this was a question i was about to ask.. Iam not a developer and i will have to learn more about flask, much appreciated, be sure i will be back if it doesn't work out.😎. Cheers
@Pwn3d-18 ай бұрын
What software you used to make that boxes/windows with the request to explain them on the video? I want to use them too for my channel
@zerocewlАй бұрын
I don't understand unkeyed vs keyed can you help explain?