Full SQL Injection Tutorial | Episode 1: SQL Basics in 15 Minutes

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 11

  • @wolfrevokcats7890
    @wolfrevokcats7890 2 года назад +1

    Hey, glad you're back 😊

    • @NetsecExplained
      @NetsecExplained  2 года назад +1

      I'm a full time security consultant, so sometimes it takes a while to get videos out the door.

    • @wolfrevokcats7890
      @wolfrevokcats7890 2 года назад

      @@NetsecExplainedtotally understand, thanks a lot for your time and expertise to help security community. You're a good teacher

  • @FinanceUnlearn
    @FinanceUnlearn Год назад

    Nice

  • @orbitxyz7867
    @orbitxyz7867 2 года назад +1

    waiting video

  • @montala3380
    @montala3380 Год назад +1

    Hello, could you do the SQLi on bWAPP demo? I'm talking about full SQL injection not just at the low security level, but also at the medium + high security level. The majority of internet tutorials only cover the basic one, they do not go into depth or provide detailed walkthroughs at the medium and high security levels. As a result, I sincerely hope that your RUclips channel stands out from the crowd.

    • @NetsecExplained
      @NetsecExplained  Год назад

      Yes! Check out part 2 and it will cover 90% of what you need to know to complete all the SQL bWAPP challenges. The only remaining bit is the blind SQL injections, which will be in part 3.

    • @montala3380
      @montala3380 Год назад

      ​@@NetsecExplained lol what a liar... Your part 2 video is nothing special, just like any other video tutorial on RUclips. Just chewing the basics over and over again
      How the f*** can you do 90% of SQLi after watching Part 2 on bWAPP??? Have you tried doing it on bWAPP with medium and high security level??? It's wrong to trust you

  • @hasanmougharbel8030
    @hasanmougharbel8030 2 года назад

    I am a new sql learner, and feeling joyous to learn from this channel.
    I have only simple enquiry.
    I came across the varchar() function... What is the best practice when deciding to chose a number for that function given i am going to extract names for example...Can i put 1000 for instance so that i can be in the safe side or that may rise problems.
    Thanks a lot.

    • @NetsecExplained
      @NetsecExplained  2 года назад +1

      It depends on what you want to store. General rule of thumb is to make the size larger than the max size of what you're storing. But not too large that it's a waste of memory or greater than the max size of a varchar. For example, you probably don't need size 1000 if it's for an email field. But you'd definitely want it to be larger if it's a text description or user bio field.

    • @hasanmougharbel8030
      @hasanmougharbel8030 2 года назад

      @@NetsecExplained explained perfectly...thanks