what is an SQL Injection?

Ғылым және технология

🔥🔥Join the NetworkChuck Academy!: ntck.co/NCAcademy
☕☕ COFFEE and MERCH: ntck.co/coffee
#sqlserver #SQLinjection #database

Пікірлер: 112

  • @gio3061
    @gio306111 ай бұрын

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

  • @TheHacker404

    @TheHacker404

    9 ай бұрын

    HEHHEHH

  • @sebscripts

    @sebscripts

    9 ай бұрын

    they made it vurnable on purpose ima find ur account >:)

  • @Marcus-Fenix-Cog

    @Marcus-Fenix-Cog

    8 ай бұрын

    Stop lying kid

  • @nofood1

    @nofood1

    8 ай бұрын

    🤣🤣

  • @Kl1kzz

    @Kl1kzz

    7 ай бұрын

    No you dont

  • @Ianjames1066
    @Ianjames10666 ай бұрын

    Thanks!

  • @laughingvampire7555
    @laughingvampire755511 ай бұрын

    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.

  • @ibrahimasad8533

    @ibrahimasad8533

    8 ай бұрын

    I have 3 words: Bot or nerd

  • @AlbertJarodIbay

    @AlbertJarodIbay

    7 ай бұрын

    ​@@ibrahimasad8533does it matter? Information is information.

  • @Kankipappa

    @Kankipappa

    6 ай бұрын

    PHP itself isn't inherently more insecure meaning you can make it secure, but people were just incompetent devs on security related stuff at the time, since web was still a new thing.

  • @purplevanilla

    @purplevanilla

    Ай бұрын

    ​@@KankipappaSo it's all depend on the programmers?

  • @Kankipappa

    @Kankipappa

    Ай бұрын

    @@purplevanilla Yes, there are many ways to avoid those problems, by simply just not trusting the user to always do well behaved inputs, and SQL also has prepared statements. Just like C/C++ language has its own problems regarding memory allocation (since you have to do it yourself). Doesn't mean you can't do software well in those.

  • @hackdonalds
    @hackdonalds8 ай бұрын

    this is soooo relevant! if you live in 2002

  • @didakad4207
    @didakad42075 ай бұрын

    I like how you took it literally.

  • @vexperian2224
    @vexperian222410 ай бұрын

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

  • @theluckydragon2346
    @theluckydragon234611 ай бұрын

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

  • @SQLxGuy

    @SQLxGuy

    11 ай бұрын

    I am SQL

  • @honker2

    @honker2

    10 ай бұрын

    @@SQLxGuy bro thinks hes the main character

  • @SQLxGuy

    @SQLxGuy

    10 ай бұрын

    @@honker2 I am💀💀

  • @GroupFacade9264

    @GroupFacade9264

    10 ай бұрын

    ​@@honker2i think he's SQL

  • @honker2

    @honker2

    10 ай бұрын

    hes sql @@SQLxGuy

  • @HentA.I
    @HentA.I9 ай бұрын

    and thats why you use prepared statements

  • @kunle4sanya
    @kunle4sanya11 ай бұрын

    Waiting😊

  • @Wess2600
    @Wess26009 ай бұрын

    Can you explain a DLL next?

  • @Alec9821
    @Alec982111 ай бұрын

    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.

  • @hankpeterson628

    @hankpeterson628

    10 ай бұрын

    Isnt that vulnerable for escapes?

  • @Alec9821

    @Alec9821

    10 ай бұрын

    @@hankpeterson628 no surprisingly, the strings to replace the placeholders are never combined with the query. It’s fool proof, I’m surprised people don’t talk about it more

  • @MoneyGrab

    @MoneyGrab

    28 күн бұрын

    ​@@hankpeterson628He probably means this: (python example) db.execute('SELECT userid FROM users WHERE name = ?', ('chuck',)) This protects your program against sql injections.

  • @scriptles
    @scriptles10 ай бұрын

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

  • @oh_finks

    @oh_finks

    9 ай бұрын

    what does this do?

  • @scriptles

    @scriptles

    9 ай бұрын

    @@oh_finksCompletes a SQL statement that says log me in if imy username is "" and password is "" or if "" is "". Obviously nothing is equal to nothing. And the intex it pulls is usually index 0 which is the very first account created and thus usually an admin account.

  • @catharsis222
    @catharsis22211 ай бұрын

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

  • @glass6582

    @glass6582

    5 ай бұрын

    Little bobby tables we call him

  • @moamedkgjgyj276
    @moamedkgjgyj27611 ай бұрын

    My best KZreadr ❤❤❤

  • @user-ty8kb3yv5j
    @user-ty8kb3yv5j7 ай бұрын

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

  • @nowieszco868
    @nowieszco86810 ай бұрын

    It would be useful.. like 20 years ago 😅

  • @abdurrahimaykut6862
    @abdurrahimaykut686211 ай бұрын

    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

  • @gavril3698
    @gavril36989 ай бұрын

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

  • @super3d201
    @super3d20111 ай бұрын

    Input sanitization for the win

  • @theboy1645
    @theboy16453 ай бұрын

    What kind of camera do you man?

  • @stevenwilliamsknights
    @stevenwilliamsknights11 ай бұрын

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

  • @healingwithlove8614
    @healingwithlove861411 ай бұрын

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

  • @aa-fh2yl

    @aa-fh2yl

    11 ай бұрын

    exactly ^^

  • @user-tm8sc2kz8f

    @user-tm8sc2kz8f

    10 ай бұрын

    Web crawler??

  • @Qyfashae
    @Qyfashae10 ай бұрын

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

  • @Big_Dadaa

    @Big_Dadaa

    10 ай бұрын

    😂😂😂

  • @seasong7655
    @seasong76558 ай бұрын

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

  • @phoenixmotorsport647
    @phoenixmotorsport6472 ай бұрын

    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

  • @xX072Xx
    @xX072Xx5 ай бұрын

    "AN SQL" AHSHSHFUS

  • @borregoayudando1481
    @borregoayudando148111 ай бұрын

    where is the rest of the explaination?

  • @ragdajassim2549
    @ragdajassim25494 ай бұрын

    Does this work on all websites

  • @AdnanAli_916
    @AdnanAli_9165 ай бұрын

    What about DDOS Attack?

  • @User55881
    @User5588111 ай бұрын

    Bro showing websites hacking tricks from the 90“s early 2000s

  • @souravdey9278
    @souravdey927811 ай бұрын

    Only works on php websites? I forgot.. I used it long ago. And it gave me admin access.💀

  • @TheBigOTech
    @TheBigOTech4 ай бұрын

    lol looooong are the days of SQL injection my friend

  • @MadCabbit
    @MadCabbit4 ай бұрын

    Robert'); DROP TABLE Students;-- ? Ah yes, little Bobby Tables we call him.

  • @anantranjan682
    @anantranjan6824 ай бұрын

    What do you do for living?

  • @TheHacker404
    @TheHacker4049 ай бұрын

    HUHHUHHUHHH imma have soo much fun with that HEHHEHH >:) Not gonna youse it for i!!ige! Stuffs BUTT IMMA DO SOME PRANKS WITH IT >:)

  • @A_Anti-Furry
    @A_Anti-Furry10 ай бұрын

    daymmm

  • @bestcommedy3184
    @bestcommedy318411 ай бұрын

    Full video need about this please 🙏

  • @jesy1732

    @jesy1732

    11 ай бұрын

    or read the docs?

  • @miguidedfolklore7797

    @miguidedfolklore7797

    11 ай бұрын

    kzread.info/dash/bejne/ZIOEuLiihpCtgc4.html

  • @Lonewolf-vz5cg

    @Lonewolf-vz5cg

    11 ай бұрын

    There is one already on the Chanel

  • @phinmcdole9612
    @phinmcdole961211 ай бұрын

    Hi

  • @winnieberto
    @winnieberto11 ай бұрын

    Boby tables

  • @ChidiebereIjeoma-fk7xh
    @ChidiebereIjeoma-fk7xh2 ай бұрын

    Can u teach us how to recover our gmail account password from an hacker pls

  • @_NotDB
    @_NotDB9 ай бұрын

    I DID IT LETS GOO

  • @mstox8368
    @mstox83688 ай бұрын

    My database is full encrypted with aes512 😎

  • @nofood1
    @nofood18 ай бұрын

    anyone else get injected and is here 🙋‍♂

  • @reddogreddog7275
    @reddogreddog727511 ай бұрын

    Ok

  • @RTBOSS
    @RTBOSS7 ай бұрын

    Prepared queries hah...

  • @reddogreddog7275
    @reddogreddog727511 ай бұрын

    Ty hack

  • @bigwilly43729
    @bigwilly4372911 ай бұрын

    Do you have a separate beard channel?

  • @user-fp5bq9xo5e
    @user-fp5bq9xo5e5 ай бұрын

    Can i get free course website 😢please

  • @justcrumble3498
    @justcrumble349810 ай бұрын

    💀💀

  • @Machistmo
    @MachistmoАй бұрын

    you never get to the point. Your GF probably feels the same way.

  • @lineus88
    @lineus8811 ай бұрын

    ltt hq? linus screwdr1ver 😂

  • @levayv
    @levayv8 ай бұрын

    This video is for people outise dev world so I can tolerate non hashed passwords and levels of abstractions and simplifications 😂

  • @truehighs7845
    @truehighs78452 ай бұрын

    It's call a sqeal injection of diesel.

  • @doggoreqiuem3111
    @doggoreqiuem31118 ай бұрын

    It's called S.Q.L blud

  • @amando250
    @amando2507 ай бұрын

    Tragic that programmers are just that curropt, buuuuut just look at this page it looks cheap in first place

  • @linhtetnaingwiston38
    @linhtetnaingwiston3811 ай бұрын

    Does this work on Facebook

  • @mastahrage9931

    @mastahrage9931

    11 ай бұрын

    Most likely not, since most websites have programs to prevent SQL injections.

  • @chaitanyakulkarni6416

    @chaitanyakulkarni6416

    11 ай бұрын

    yes , but 15 yrs back it did

  • @notlogic.the.second

    @notlogic.the.second

    11 ай бұрын

    whats that for a question. thats facebook. never. but if you are a very very good hacker you can probably find a vuln

  • @shockd6235

    @shockd6235

    11 ай бұрын

    No cuz now days sql injection is being less and less usable or you need to do a crazy good payload to work in websites

  • @notlogic.the.second

    @notlogic.the.second

    11 ай бұрын

    @@shockd6235 true

  • @ttvalex2612
    @ttvalex26125 ай бұрын

    little too cringe

  • @salvadorno2708
    @salvadorno27087 ай бұрын

    useless reel. zero information shown. thanks for wasting my time

  • @F_NT
    @F_NT11 ай бұрын

    Can you make a kali linux video????

  • @ghosttheprogram6973

    @ghosttheprogram6973

    11 ай бұрын

    He's done multiple

  • @F_NT

    @F_NT

    11 ай бұрын

    @@ghosttheprogram6973 I know but new updates has come and new tools

  • @bugslayer-sama
    @bugslayer-sama10 ай бұрын

    I love that you pronounce it “sequel”, I feel validated without a doubt 😅❤

  • @sargismartirosyan9946
    @sargismartirosyan994611 ай бұрын

    Man f. Chuck sucks 😢 the giid old days are gone do you guys remember hacking haydra,reverse shell,bash. 😢

  • @srpcdgaming
    @srpcdgaming11 ай бұрын

    SQL Injection is like continuing the line like this: Password: ' OR '1'='1' This is because it continues a line of code

  • @hindi_217
    @hindi_21711 ай бұрын

    First

  • @jacobmarquez9805
    @jacobmarquez980511 ай бұрын

    Second

  • @aqibaamir9794
    @aqibaamir979411 ай бұрын

    Third

  • @victor46464646
    @victor4646464610 ай бұрын

    Lolz this video was so useless 😂

  • @Anshucodes
    @Anshucodes11 ай бұрын

    No one use raw sql command other than beginner 😂 , developer use orm for db

Келесі