what is an SQL Injection?

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


#sqlserver #SQLinjection #database
Рекомендации по теме
Комментарии
Автор

I work for altoro, I can't believe you did us dirty

gio
Автор

every time I see the term SQL injection I think of PHP, because I'm a GenX dev and I was there when PHP became popular and dethroned PERL as the preferred web scripting language. The irony is that PHP became famous because it is extremely insecure as a programming language and almost everyday of the late 1990s and early 2000 security news were about some PHP site being hacked by SQL injections.

PERL otoh came with a security feature that forced you to use any method to parse and check the data of anything that came outside of the computer, anything from sockets including a request had to be parsed in some way, usually a regex, and if the perl dev read the manual properly would avoid injections which it happen. PERL throws an error of "tainted variable" if you want to use it without parsing it. PERL5 at least I don't know if PERL6 does it.

laughingvampire
Автор

Literally just did a module on this today, cool stuff!

vexperian
Автор

this is soooo relevant! if you live in 2002

hackdonalds
Автор

can you make a video about AI training on the cloud or fine tuning one ?

theluckydragon
Автор

and thats why you use prepared statements

HentA.I
Автор

My preferred method of preventing injection when building a web app is parameterised statements.
Send the query with placeholders, and send the strings to replace the placeholders.

Alec
Автор

my favorite injection is "'or ''=' lol

scriptles
Автор

What if the child’s first name is really Drop and the last name is Table?

catharsis
Автор

My favorite injection is ' OR '5'='5' /* lol

tykbyvj
Автор

This is good but old cuz so many website have protection to this so probably this works only for old websites or maybe some of the http websites. After all thank to chunk he teach us this attacks free

abdurrahimaykut
Автор

ANY website that still allows that to happen these, the company that owns it should never be allowed to hold data ever again - there really is no excuse

phoenixmotorsport
Автор

Cant wait to see the faces of the SoC Team that needs to work Saturday and Sunday for Altoro

Qyfashae
Автор

Why do people still pronounce like that, it's S Q L not Sequel

gavril
Автор

It would be useful.. like 20 years ago 😅

nowieszco
Автор

Omg. I wish someone had moved it and progressed to check for this. Lol. If you know. You know.

stevenwilliamsknights
Автор

where is the rest of the explaination?

borregoayudando
Автор

Pretty wild, but pycharm used to actually warn you, if you wrote code, which would make sql injections possible

seasong
Автор

exploiting old sites that uses php and MySQL is easy but finding them is hard

healingwithlove
Автор

lol are the days of SQL injection my friend

TheBigOTech