what is an SQL Injection?

แชร์
ฝัง

ความคิดเห็น • 112

  • @gio3061
    @gio3061 ปีที่แล้ว +519

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

    • @TheHacker404
      @TheHacker404 10 หลายเดือนก่อน +8

      HEHHEHH

    • @sebscripts
      @sebscripts 10 หลายเดือนก่อน +15

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

    • @Marcus-Fenix-Cog
      @Marcus-Fenix-Cog 9 หลายเดือนก่อน

      Stop lying kid

    • @nofood1
      @nofood1 8 หลายเดือนก่อน +2

      🤣🤣

    • @Kl1kzz
      @Kl1kzz 8 หลายเดือนก่อน +2

      No you dont

  • @Ianjames1066
    @Ianjames1066 7 หลายเดือนก่อน +22

    Thanks!

  • @laughingvampire7555
    @laughingvampire7555 11 หลายเดือนก่อน +51

    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 7 หลายเดือนก่อน +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 2 หลายเดือนก่อน +1

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

    • @Kankipappa
      @Kankipappa 2 หลายเดือนก่อน

      @@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.

  • @didakad4207
    @didakad4207 6 หลายเดือนก่อน +4

    I like how you took it literally.

  • @vexperian2224
    @vexperian2224 11 หลายเดือนก่อน +24

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

  • @theluckydragon2346
    @theluckydragon2346 ปีที่แล้ว +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 11 หลายเดือนก่อน +13

      @@SQLxGuy bro thinks hes the main character

    • @SQLxGuy
      @SQLxGuy 11 หลายเดือนก่อน +2

      @@honker2 I am💀💀

    • @GroupFacade9264
      @GroupFacade9264 11 หลายเดือนก่อน +5

      ​@@honker2i think he's SQL

    • @honker2
      @honker2 11 หลายเดือนก่อน

      hes sql
      @@SQLxGuy

  • @hackdonalds
    @hackdonalds 8 หลายเดือนก่อน +8

    this is soooo relevant! if you live in 2002

  • @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 11 หลายเดือนก่อน +1

      Isnt that vulnerable for escapes?

    • @Alec9821
      @Alec9821 11 หลายเดือนก่อน

      @@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.

  • @HentA.I
    @HentA.I 10 หลายเดือนก่อน +4

    and thats why you use prepared statements

  • @Wess2600
    @Wess2600 9 หลายเดือนก่อน +6

    Can you explain a DLL next?

  • @kunle4sanya
    @kunle4sanya 11 หลายเดือนก่อน +20

    Waiting😊

  • @scriptles
    @scriptles 11 หลายเดือนก่อน +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 ปีที่แล้ว +8

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

    • @glass6582
      @glass6582 6 หลายเดือนก่อน +1

      Little bobby tables we call him

  • @moamedkgjgyj276
    @moamedkgjgyj276 11 หลายเดือนก่อน

    My best TH-camr ❤❤❤

  • @Qyfashae
    @Qyfashae 11 หลายเดือนก่อน

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

    • @Big_Dadaa
      @Big_Dadaa 10 หลายเดือนก่อน

      😂😂😂

  • @abdurrahimaykut6862
    @abdurrahimaykut6862 ปีที่แล้ว +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

  • @user-ty8kb3yv5j
    @user-ty8kb3yv5j 8 หลายเดือนก่อน +1

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

  • @healingwithlove8614
    @healingwithlove8614 ปีที่แล้ว +19

    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 11 หลายเดือนก่อน +1

      Web crawler??

  • @super3d201
    @super3d201 11 หลายเดือนก่อน

    Input sanitization for the win

  • @stevenwilliamsknights
    @stevenwilliamsknights 11 หลายเดือนก่อน +1

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

  • @theboy1645
    @theboy1645 4 หลายเดือนก่อน

    What kind of camera do you man?

  • @nowieszco868
    @nowieszco868 11 หลายเดือนก่อน +2

    It would be useful.. like 20 years ago 😅

  • @phoenixmotorsport647
    @phoenixmotorsport647 3 หลายเดือนก่อน

    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

  • @seasong7655
    @seasong7655 9 หลายเดือนก่อน

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

  • @bestcommedy3184
    @bestcommedy3184 ปีที่แล้ว +5

    Full video need about this please 🙏

    • @jesy1732
      @jesy1732 11 หลายเดือนก่อน

      or read the docs?

    • @miguidedfolklore7797
      @miguidedfolklore7797 11 หลายเดือนก่อน

      th-cam.com/video/2OPVViV-GQk/w-d-xo.html

    • @Lonewolf-vz5cg
      @Lonewolf-vz5cg 11 หลายเดือนก่อน +1

      There is one already on the Chanel

  • @gavril3698
    @gavril3698 10 หลายเดือนก่อน +1

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

  • @souravdey9278
    @souravdey9278 11 หลายเดือนก่อน +1

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

  • @ragdajassim2549
    @ragdajassim2549 5 หลายเดือนก่อน

    Does this work on all websites

  • @borregoayudando1481
    @borregoayudando1481 11 หลายเดือนก่อน

    where is the rest of the explaination?

  • @xX072Xx
    @xX072Xx 6 หลายเดือนก่อน

    "AN SQL" AHSHSHFUS

  • @TheBigOTech
    @TheBigOTech 5 หลายเดือนก่อน

    lol looooong are the days of SQL injection my friend

  • @A_Anti-Furry
    @A_Anti-Furry 10 หลายเดือนก่อน +1

    daymmm

  • @AdnanAli_916
    @AdnanAli_916 6 หลายเดือนก่อน

    What about DDOS Attack?

  • @_NotDB
    @_NotDB 10 หลายเดือนก่อน

    I DID IT LETS GOO

  • @mstox8368
    @mstox8368 9 หลายเดือนก่อน

    My database is full encrypted with aes512 😎

  • @winnieberto
    @winnieberto ปีที่แล้ว +1

    Boby tables

  • @MadCabbit
    @MadCabbit 5 หลายเดือนก่อน

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

  • @phinmcdole9612
    @phinmcdole9612 ปีที่แล้ว +1

    Hi

  • @User55881
    @User55881 11 หลายเดือนก่อน +7

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

  • @TheHacker404
    @TheHacker404 10 หลายเดือนก่อน

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

  • @anantranjan682
    @anantranjan682 5 หลายเดือนก่อน

    What do you do for living?

  • @ChidiebereIjeoma-fk7xh
    @ChidiebereIjeoma-fk7xh 3 หลายเดือนก่อน

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

  • @reddogreddog7275
    @reddogreddog7275 11 หลายเดือนก่อน

    Ty hack

  • @RTBOSS
    @RTBOSS 8 หลายเดือนก่อน

    Prepared queries hah...

  • @nofood1
    @nofood1 8 หลายเดือนก่อน +1

    anyone else get injected and is here 🙋‍♂

  • @reddogreddog7275
    @reddogreddog7275 11 หลายเดือนก่อน

    Ok

  • @user-fp5bq9xo5e
    @user-fp5bq9xo5e 5 หลายเดือนก่อน

    Can i get free course website 😢please

  • @justcrumble3498
    @justcrumble3498 11 หลายเดือนก่อน

    💀💀

  • @bigwilly43729
    @bigwilly43729 11 หลายเดือนก่อน +1

    Do you have a separate beard channel?

  • @lineus88
    @lineus88 11 หลายเดือนก่อน

    ltt hq? linus screwdr1ver 😂

  • @linhtetnaingwiston38
    @linhtetnaingwiston38 ปีที่แล้ว +4

    Does this work on Facebook

    • @mastahrage9931
      @mastahrage9931 ปีที่แล้ว +4

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

    • @chaitanyakulkarni6416
      @chaitanyakulkarni6416 ปีที่แล้ว

      yes , but 15 yrs back it did

    • @notlogic.the.second
      @notlogic.the.second ปีที่แล้ว

      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 ปีที่แล้ว +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 ปีที่แล้ว

      @@shockd6235 true

  • @levayv
    @levayv 9 หลายเดือนก่อน

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

  • @doggoreqiuem3111
    @doggoreqiuem3111 9 หลายเดือนก่อน

    It's called S.Q.L blud

  • @amando250
    @amando250 8 หลายเดือนก่อน

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

  • @F_NT
    @F_NT ปีที่แล้ว

    Can you make a kali linux video????

    • @ghosttheprogram6973
      @ghosttheprogram6973 ปีที่แล้ว

      He's done multiple

    • @F_NT
      @F_NT ปีที่แล้ว

      @@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 😅❤

  • @truehighs7845
    @truehighs7845 3 หลายเดือนก่อน

    It's call a sqeal injection of diesel.

  • @Machistmo
    @Machistmo 2 หลายเดือนก่อน

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

  • @hindi_217
    @hindi_217 ปีที่แล้ว +2

    First

  • @sargismartirosyan9946
    @sargismartirosyan9946 ปีที่แล้ว

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

  • @ttvalex2612
    @ttvalex2612 6 หลายเดือนก่อน

    little too cringe

  • @salvadorno2708
    @salvadorno2708 8 หลายเดือนก่อน

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

  • @jacobmarquez9805
    @jacobmarquez9805 ปีที่แล้ว

    Second

  • @aqibaamir9794
    @aqibaamir9794 ปีที่แล้ว

    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