Blind SQL Injection Made Easy

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • 00:00 Intro
    01:12 Snyk Ad
    02:31 Blind SQLi Primer
    03:55 Hands-on lab
    11:30 Outro
    Pentests & Security Consulting: tcm-sec.com
    Get Trained: academy.tcm-sec.com
    Get Certified: certifications.tcm-sec.com
    Merch: merch.tcm-sec.com
    Sponsorship Inquiries: info@thecybermentor.com
    📱Social Media📱
    ___________________________________________
    Twitter: / thecybermentor
    Twitch: / thecybermentor
    Instagram: / thecybermentor
    LinkedIn: / heathadams
    TikTok: / thecybermentor
    Discord: / discord
    💸Donate💸
    ___________________________________________
    Like the channel? Please consider supporting me on Patreon:
    / thecybermentor
    Support the stream (one-time): streamlabs.com/thecybermentor
    Hacker Books:
    Penetration Testing: A Hands-On Introduction to Hacking: amzn.to/31GN7iX
    The Hacker Playbook 3: amzn.to/34XkIY2
    Hacking: The Art of Exploitation: amzn.to/2VchDyL
    The Web Application Hacker's Handbook: amzn.to/30Fj21S
    Real-World Bug Hunting: A Field Guide to Web Hacking: amzn.to/2V9srOe
    Social Engineering: The Science of Human Hacking: amzn.to/31HAmVx
    Linux Basics for Hackers: amzn.to/34WvcXP
    Python Crash Course, 2nd Edition: amzn.to/30gINu0
    Violent Python: amzn.to/2QoGoJn
    Black Hat Python: amzn.to/2V9GpQk
    My Build:
    lg 32gk850g-b 32" Gaming Monitor:amzn.to/30C0qzV
    darkFlash Phantom Black ATX Mid-Tower Case: amzn.to/30d1UW1
    EVGA 2080TI: amzn.to/30d2lj7
    MSI Z390 MotherBoard: amzn.to/30eu5TL
    Intel 9700K: amzn.to/2M7hM2p
    G.SKILL 32GB DDR4 RAM: amzn.to/2M638Zb
    Razer Nommo Chroma Speakers: amzn.to/30bWjiK
    Razer BlackWidow Chroma Keyboard: amzn.to/2V7A0or
    CORSAIR Pro RBG Gaming Mouse: amzn.to/30hvg4P
    Sennheiser RS 175 RF Wireless Headphones: amzn.to/31MOgpu
    My Recording Equipment:
    Panasonic G85 4K Camera: amzn.to/2Mk9vsf
    Logitech C922x Pro Webcam: amzn.to/2LIRxAp
    Aston Origin Microphone: amzn.to/2LFtNNE
    Rode VideoMicro: amzn.to/309yLKH
    Mackie PROFX8V2 Mixer: amzn.to/31HKOMB
    Elgato Cam Link 4K: amzn.to/2QlicYx
    Elgate Stream Deck: amzn.to/2OlchA5
    *We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.
  • НаукаНаука

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

  • @presequel
    @presequel 11 месяцев назад +1

    nice video :) when i did this i used the numbers option as my first payload, its easier than a simplelist with typing the numbers. and i use the little searchbar at the bottom of the screen(where you typed in welcome) to typ in the chars, not shocking but a little easier than grabbing notepad to do this.

  • @aaftabahmed6876
    @aaftabahmed6876 Год назад +2

    Insane brother ❤

  • @sammy49668
    @sammy49668 9 месяцев назад +1

    great content❤

  • @prashantrastogi1024
    @prashantrastogi1024 Год назад +2

    Stoic Alex🔥

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

    Awesome

  • @kumarsiddappa6118
    @kumarsiddappa6118 Месяц назад

    Can we get the link for the sql cheat sheet to understand the underlying DB Vendor

  • @krlst.5977
    @krlst.5977 Год назад +3

    I really enjoyed your video, however i am asking you to use some other tools for such tasks. I mean Burp suite without subscription is really slow, to solve these SQL labs i used hydra for example, coz it is free and fast unlike the free version of Burp :) Anyway, thanks for such useful videos!

    • @presequel
      @presequel 11 месяцев назад +2

      there is a plugin, i believe it is called turbo intruder, that speeds up the proces in burp, maybe that helps ( a little). interesting idea to use hydra, i would use sqlmap or zap but never thought of doing it with hydra, will give it a try :)

  • @jaywandery9269
    @jaywandery9269 9 месяцев назад +6

    what query would you use to determine the table name if you did not have the information that the users table existed.

    • @seancantwell12
      @seancantwell12 8 месяцев назад +4

      It depends on the database software. For example, you could reference the information_schema.tables or all_tables. However, using this query in a blind SQL injection attack might be tricky but I’m sure you could figure it out.

    • @jaywandery9269
      @jaywandery9269 8 месяцев назад

      @@seancantwell12 thank you, I will definitely try this

    • @hkr37
      @hkr37 2 месяца назад

      ​@@seancantwell12 how to determine table and column names in oracle blind error based sql injection? I tried more tricks and queries. All of failed. If u know the query, pls tell me

    • @adityakiddo6554
      @adityakiddo6554 2 месяца назад

      Before that there is one step service enumeration of sql db management systems ,, through that you can find few clues of syntaxes and use possible users table names. From web through bruteforce during live pentesting

  • @coders_algoritmers1032
    @coders_algoritmers1032 6 месяцев назад

    Sqlmap showing me false positive and unexploitable point detected even vulnerability is available what i do please tell me

  • @imnothacker_
    @imnothacker_ Год назад +2

    ❤️😊

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

    把数据存储在oss,只能存储不能解析?

  • @barbarosa5063
    @barbarosa5063 Год назад +5

    Hi guys what free website do you recommend for information security courses

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

    would be great if you showed how to do this with other tools, ain't nobody affording pro burp

    • @geekygymrat
      @geekygymrat 6 месяцев назад

      You can easily automate something like this with Python.

    • @kiiturii
      @kiiturii 6 месяцев назад

      @@geekygymrat ok bro🤦‍♀️

  • @aaftabahmed6876
    @aaftabahmed6876 Год назад +2

    Can we have one video on Sqlmap 😍

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

    Do we can use windows for this activity

    • @adityakiddo6554
      @adityakiddo6554 2 месяца назад

      No problem at all , if skilled you can solve labs like these even on a phone

  • @darbrown19
    @darbrown19 5 месяцев назад

    music distracting

  • @hkr37
    @hkr37 2 месяца назад

    Pls make a tutorial video for blind sql injection with conditional error lab. They are provide table and column names, but in real time we need to find table and column names.pls make a video How to write query for find table and columns name in oracle blind error based sql injection. Tq 🎉

  • @ChristianRuiz-yw6ur
    @ChristianRuiz-yw6ur 9 месяцев назад

    that mean the password it's not encryption, right?

    • @seancantwell12
      @seancantwell12 8 месяцев назад

      Correct. In this case, the password was stored in plaintext. However, you could still use this method to find the password’s hash or encrypted value. Then once you have this value, you can attempt hash cracking or decrypting of the password.

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

    Please, brother, teach us how to hack any Tik Tok account without software

  • @r.raskolnickoff1408
    @r.raskolnickoff1408 Год назад

    if request userID contains 'AND' send response go away n00b