SQL Injection For Beginners

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

// Courses //

// Books //

// Social Links //

// Disclaimer //
Hacking without permission is illegal. This channel is strictly educational for learning about cyber-security in the areas of ethical hacking and penetration testing so that we can protect ourselves against the real hackers.
Рекомендации по теме
Комментарии
Автор

I have started work at Amazon Web Services. Will you be keen to see a day in the life of an AWS cybersecurity professional? :)

LoiLiangYang
Автор

I love this channel:
Straight to the point
No jokes
No advert
Nothing extra outside of just learning content
Great great great 👍🏽👍🏽

viallymboma
Автор

this was useful like in the 20th century, but now everybody uses libraries to abstract over sql and those utitlize the protection mechanisms against this kind of injection. And even if you don't use libraries, then you can just use escape charaters (eg: &qt) for quoting and all will be fine

kostiapereguda
Автор

Thank you so much Loi! Your info is extremely valuable for beginners who are trying to make their websites slightly more secure.

changofaceanimations
Автор

A simple way to protect input fields is to convert them before they are part of a sql query. It could be as simple as base64(input string). This way the original query can not be injected. You could also modify base64 algo by shuffling the defined character string of the base64 algo.

robertfisher
Автор

Thx for making my requested video!! Apreciate it!

nawid
Автор

I have started in this beautiful world of content on YouTube, I am new to this and here we go with issues of cybersecurity and ethical hacking

cryproot
Автор

I actually think I love you. Every video you make basically saves me 1-2 months of life, I seriously can't thank you enough!!! Just yes

JohnRobertPotter
Автор

a lot of guy on youtube share video and some step are skipped and when im trying at ame time i need to start again, your video, not 1 time i move video backwards good explication . nice job

gnsisofficiel
Автор

You are the only person who discusses hacking material on YouTube but YouTube doesn't block you, I like your style, you are my guide

letshack
Автор

I love this video. Got me excited about Pentesting again

tallst
Автор

I like how the video is entitled "Learn from a pro hacker now" this got me to watch this fr

landokiprooo
Автор

i have no clue what to do with this but ill keep it in mind

haydeneisenstein
Автор

Thank you so much for uploading this, i'm VERY interested in cybersecurity but as far as i know, none of the universities near me have it as a career option and i find your videos to be really informative and entertaining!

riotgrrl
Автор

Thank you for making this. I am getting into backend webdev and this helped me audit my own code. Thanks!

Dev_Everything
Автор

Thank you Mr.Yang. You helped me to graduate from university. THANK YOU! :)

nikolaymihaylov
Автор

this is fixed years ago. using escape characters or isolating the input. Basically, just proper programming practices will do the trick.

dodzb
Автор

This is actually awesome to show sql injection tools but that was not an SQL injection principle tutorial
Thank you for the video btw, very helpful for me! :)

sorrefly
Автор

You are great teacher. I am new to cyber security.
Have been seeing videos on YouTube and so far you are the best. How can I join your members only channel?
I’m quite excited about learning.

yohbabyg
Автор

This is useful information so important about 95% of vulnerability disclosure programs are all looking for this vulnerability

scarytruths