what is an SQL Injection?

Поділитися
Вставка
  • Опубліковано 1 сер 2023
  • 🔥🔥Join the NetworkChuck Academy!: ntck.co/NCAcademy
    ☕☕ COFFEE and MERCH: ntck.co/coffee
    #sqlserver #SQLinjection #database
  • Наука та технологія

КОМЕНТАРІ • 112

  • @gio3061
    @gio3061 11 місяців тому +513

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

    • @TheHacker404
      @TheHacker404 9 місяців тому +8

      HEHHEHH

    • @sebscripts
      @sebscripts 9 місяців тому +15

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

    • @Marcus-Fenix-Cog
      @Marcus-Fenix-Cog 8 місяців тому

      Stop lying kid

    • @nofood1
      @nofood1 8 місяців тому +2

      🤣🤣

    • @Kl1kzz
      @Kl1kzz 7 місяців тому +2

      No you dont

  • @Ianjames1066
    @Ianjames1066 6 місяців тому +19

    Thanks!

  • @vexperian2224
    @vexperian2224 10 місяців тому +23

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

  • @didakad4207
    @didakad4207 5 місяців тому +3

    I like how you took it literally.

  • @laughingvampire7555
    @laughingvampire7555 11 місяців тому +48

    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 8 місяців тому

      ​@@ibrahimasad8533does it matter? Information is information.

    • @Kankipappa
      @Kankipappa 6 місяців тому +2

      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 Місяць тому +1

      ​@@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
    @hackdonalds 8 місяців тому +8

    this is soooo relevant! if you live in 2002

  • @theluckydragon2346
    @theluckydragon2346 11 місяців тому +147

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

    • @SQLxGuy
      @SQLxGuy 11 місяців тому +5

      I am SQL

    • @honker2
      @honker2 10 місяців тому +13

      @@SQLxGuy bro thinks hes the main character

    • @SQLxGuy
      @SQLxGuy 10 місяців тому +2

      @@honker2 I am💀💀

    • @GroupFacade9264
      @GroupFacade9264 10 місяців тому +5

      ​@@honker2i think he's SQL

    • @honker2
      @honker2 10 місяців тому

      hes sql
      @@SQLxGuy

  • @HentA.I
    @HentA.I 9 місяців тому +4

    and thats why you use prepared statements

  • @kunle4sanya
    @kunle4sanya 11 місяців тому +20

    Waiting😊

  • @Alec9821
    @Alec9821 11 місяців тому +10

    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 місяців тому +1

      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 Місяць тому

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

  • @Wess2600
    @Wess2600 9 місяців тому +6

    Can you explain a DLL next?

  • @scriptles
    @scriptles 10 місяців тому +9

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

    • @oh_finks
      @oh_finks 9 місяців тому

      what does this do?

    • @scriptles
      @scriptles 9 місяців тому +4

      @@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
    @catharsis222 11 місяців тому +8

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

    • @glass6582
      @glass6582 5 місяців тому +1

      Little bobby tables we call him

  • @user-ty8kb3yv5j
    @user-ty8kb3yv5j 7 місяців тому +1

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

  • @moamedkgjgyj276
    @moamedkgjgyj276 11 місяців тому

    My best UA-camr ❤❤❤

  • @abdurrahimaykut6862
    @abdurrahimaykut6862 11 місяців тому +2

    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

  • @nowieszco868
    @nowieszco868 10 місяців тому +2

    It would be useful.. like 20 years ago 😅

  • @seasong7655
    @seasong7655 8 місяців тому

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

  • @gavril3698
    @gavril3698 9 місяців тому +1

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

  • @Qyfashae
    @Qyfashae 10 місяців тому

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

    • @Big_Dadaa
      @Big_Dadaa 10 місяців тому

      😂😂😂

  • @phoenixmotorsport647
    @phoenixmotorsport647 2 місяці тому

    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

  • @stevenwilliamsknights
    @stevenwilliamsknights 11 місяців тому +1

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

  • @healingwithlove8614
    @healingwithlove8614 11 місяців тому +19

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

  • @super3d201
    @super3d201 11 місяців тому

    Input sanitization for the win

  • @theboy1645
    @theboy1645 3 місяці тому

    What kind of camera do you man?

  • @xX072Xx
    @xX072Xx 5 місяців тому

    "AN SQL" AHSHSHFUS

  • @ragdajassim2549
    @ragdajassim2549 5 місяців тому

    Does this work on all websites

  • @MadCabbit
    @MadCabbit 4 місяці тому

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

  • @borregoayudando1481
    @borregoayudando1481 11 місяців тому

    where is the rest of the explaination?

  • @User55881
    @User55881 11 місяців тому +7

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

  • @souravdey9278
    @souravdey9278 11 місяців тому +1

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

  • @A_Anti-Furry
    @A_Anti-Furry 10 місяців тому +1

    daymmm

  • @bestcommedy3184
    @bestcommedy3184 11 місяців тому +5

    Full video need about this please 🙏

  • @TheBigOTech
    @TheBigOTech 4 місяці тому

    lol looooong are the days of SQL injection my friend

  • @winnieberto
    @winnieberto 11 місяців тому +1

    Boby tables

  • @TheHacker404
    @TheHacker404 9 місяців тому

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

  • @mstox8368
    @mstox8368 8 місяців тому

    My database is full encrypted with aes512 😎

  • @AdnanAli_916
    @AdnanAli_916 5 місяців тому

    What about DDOS Attack?

  • @_NotDB
    @_NotDB 10 місяців тому

    I DID IT LETS GOO

  • @anantranjan682
    @anantranjan682 4 місяці тому

    What do you do for living?

  • @phinmcdole9612
    @phinmcdole9612 11 місяців тому +1

    Hi

  • @ChidiebereIjeoma-fk7xh
    @ChidiebereIjeoma-fk7xh 2 місяці тому

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

  • @RTBOSS
    @RTBOSS 7 місяців тому

    Prepared queries hah...

  • @reddogreddog7275
    @reddogreddog7275 11 місяців тому

    Ty hack

  • @reddogreddog7275
    @reddogreddog7275 11 місяців тому

    Ok

  • @nofood1
    @nofood1 8 місяців тому +1

    anyone else get injected and is here 🙋‍♂

  • @justcrumble3498
    @justcrumble3498 10 місяців тому

    💀💀

  • @user-fp5bq9xo5e
    @user-fp5bq9xo5e 5 місяців тому

    Can i get free course website 😢please

  • @lineus88
    @lineus88 11 місяців тому

    ltt hq? linus screwdr1ver 😂

  • @bigwilly43729
    @bigwilly43729 11 місяців тому +1

    Do you have a separate beard channel?

  • @levayv
    @levayv 9 місяців тому

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

  • @truehighs7845
    @truehighs7845 2 місяці тому

    It's call a sqeal injection of diesel.

  • @doggoreqiuem3111
    @doggoreqiuem3111 8 місяців тому

    It's called S.Q.L blud

  • @linhtetnaingwiston38
    @linhtetnaingwiston38 11 місяців тому +4

    Does this work on Facebook

    • @mastahrage9931
      @mastahrage9931 11 місяців тому +4

      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 місяців тому +1

      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

  • @amando250
    @amando250 7 місяців тому

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

  • @F_NT
    @F_NT 11 місяців тому

    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-sama 10 місяців тому

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

  • @Machistmo
    @Machistmo Місяць тому

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

  • @sargismartirosyan9946
    @sargismartirosyan9946 11 місяців тому

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

  • @hindi_217
    @hindi_217 11 місяців тому +2

    First

  • @ttvalex2612
    @ttvalex2612 5 місяців тому

    little too cringe

  • @salvadorno2708
    @salvadorno2708 7 місяців тому

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

  • @jacobmarquez9805
    @jacobmarquez9805 11 місяців тому

    Second

  • @aqibaamir9794
    @aqibaamir9794 11 місяців тому

    Third

  • @srpcdgaming
    @srpcdgaming 11 місяців тому

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

  • @victor46464646
    @victor46464646 11 місяців тому

    Lolz this video was so useless 😂

  • @Anshucodes
    @Anshucodes 11 місяців тому

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