How to run sqlmap as an API server and client

Поделиться
HTML-код
  • Опубликовано: 16 авг 2021
  • In this excerpt from our course, I'll show you how to run sqlmap as an API server, and how to connect to that server using the sqlmap client in order to run scans on web applications and find SQL injection vulnerabilities.
    Running sqlmap as an API has a number of benefits for various use cases, like:
    - You need multiple team members to have access to the same sqlmap installation
    - You need to run scans from a specific corporate network
    - You want to more tightly integrate sqlmap with your favorite proxy tool (like Burp or ZAP)
    - You want to automate scans as part of your deployment pipeline (or bug hunting strategy)
    If you enjoy this lesson, check out our full course: cybr.com/courses/the-practica...

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

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

    nice tutorial

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

      Thanks!

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

      @@Cybrcom am gonna be a loyal fan bro
      U really know how to explain stuff

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

    is the process same for Graphql Client

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

      Good question, have you had a change to try it out?

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

      @@Cybrcom No i tried installing dvxte and dvgql .i will try it if you can show dvxte and dvgql installation in docker it would be the easy to practice