sqlmap's Risk and Level options explained (SQL Injections)

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 14

  • @jh3x507
    @jh3x507 2 роки тому +4

    Excellent explanation, just what I was looking for

    • @Cybrcom
      @Cybrcom  2 роки тому

      Glad to hear it, thanks for commenting!

  • @AnthonyMcqueen1987
    @AnthonyMcqueen1987 3 роки тому +4

    Pure gold in my training i will use

  • @ahmmadhossain5981
    @ahmmadhossain5981 Рік тому +2

    very informative 👍

  • @Free.Education786
    @Free.Education786 4 місяці тому +1

    parameters do not appear to be injectable

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

    false positive and unexploited point detected showing in sqlmap but i check vulnerability is showing what i do

  • @slaxblake
    @slaxblake Рік тому

    I think it is missing some points. For example level 2 also increases the base amount of payloads for each injection point, it doesn't only add HTTP cookie as inj point

  • @AkashSharma-ml2lz
    @AkashSharma-ml2lz 2 роки тому

    Bro before doing SQLMap on a website from bugcrowd or any other public bugbounty platforms,.do we have to take permission from them ??

    • @Cybrcom
      @Cybrcom  2 роки тому +1

      The rules of that specific program will typically indicate if automated SQL injection tools are allowed or not. But when in doubt, it's always best to ask.

  • @exploreThe_
    @exploreThe_ 3 місяці тому +1

  • @HarryshKumar-rt2uv
    @HarryshKumar-rt2uv Рік тому

    Do you(Anyone who knows can reply) prefer using SQLMap and what are its disadvantages...

    • @Cybrcom
      @Cybrcom  Рік тому +1

      Prefer using it over what?

    • @HarryshKumar-rt2uv
      @HarryshKumar-rt2uv Рік тому

      @@Cybrcom Over finding nornal SQL Injection vulnerability (Without SQLMap)...

    • @Cybrcom
      @Cybrcom  Рік тому

      @@HarryshKumar-rt2uv sqlmap doesn't do anything that you couldn't manually do or by writing your own scripts. It's an automation tool. If SQL injections are of interest, you need to be able to do/use both because sometimes manual is the better approach and sometimes automation is required