Ethical Hacking in 100 Seconds // And why do we need CORS?

preview_player
Показать описание

#hacking #webdev #100SecondsOfCode

🛡️ Web Security Course

40% Discount with code: FIRESHIP_40

🔗 Resources

📚 Chapters

00:00 Ethical Hacking with Burp Suite
02:01 Why do we need CORS?
05:48 Same Origin Policy Example
Рекомендации по теме
Комментарии
Автор

It's not much, but will continue to support your page. Your teaching is a breath of fresh air in a very stale curriculum.

marcroberts
Автор

At this point these are never 100s, but it's still high-quality videos with no BS, so I'm not complaining

Evoleo
Автор

I don't know if I'm just used to your rhythm of teaching, but this guy's teaching makes me want to open reddit and doomscroll while kinda listening

PandaTheGFX
Автор

Holy shit you are literally covering every single corner of IT and all those subjects I learned at school as well.

MM-vrrj
Автор

Next video: Writing good code, or OTP vulnerabilities.

DanishShakeel
Автор

This channel consistently provides awesome and educational content balanced with good entertainment. Keep up the great work

erniea
Автор

You make my favorite videos - the perfect TL;DR + details

dylankendrick
Автор

*My website recently got hacked, but it was so badly coded the hackers ended up giving me the fix to those vulnerabilities, Bad code can help sometimes.*

saswotlamichhane
Автор

Well, CORS might seem to protect websites from requests of evil origins, but it's super weak, it can be bypassed easily by making requests outside of browsers or just by creating a Proxy, besides, the requests always hit the server, so in the end it's not really that helpful, and instead, it always annoys developers on every single project.

edisonarango
Автор

this doesn't seem like 100 seconds, but i'm watching all of it anyways

sheepy
Автор

Great content like always.
Can you do a video on designing backend apis with a focus on creating the right endpoints (from a front-end engineer's perspective)?

DK-oxze
Автор

This is one of the best videos on ethical hacking

poglord._
Автор

Cors only applies to JSON and is enforced by the Client. It hardly prevents cross site scripting. The requests go through fine, you just can’t read the results.

Diamonddrake
Автор

Omg after 2 years of confusion somebody finally explains sop properly

shootnado
Автор

Do JWT authentication next if you haven't already (access tokens, refresh tokens, etc.)

okie
Автор

Notification Squad, attendance here, with a 👍.

sarcasticdna
Автор

This 11 min video taught me what stckoverflow and other complicated explaining never taught me!!!

jugertmucoimaj
Автор

Being featured in Jeff's video is the ultimate accolade a content creator can earn - so jealous of Bartosz 😍

DevOpsBoss
Автор

You can simply pronounce "Bartosz" as "Bartosh" 😁
Good video as always!

DEVDerr
Автор

I still dont quite get what this prevents.
If i make a page i wont add in any requests to servers I dont want them to go. An attacker couldn't modify my page or inject any api calls. So why would I want a cors policy to be not widely open in that case

gerolmed