SQLMap: Summery

SQLMap: Summery

December 24, 2022 2 min read 3 views 0 discussions
Table of Contents

    SQLMap contains a large list of switches, and it is not easy to explain each of them, but I tried my best to explain the most used switches. 

    In this section, we will take an overview of what we have covered.

    • The first topic covers, a brief Introduction to SQLMap, and we have also noted down installation Steps for major Operating systems like Windows and Linux.
    • In our second topic, we have demonstrated the first test bed to exploit SQL injection flaws. This section also covered Injection Techniques.
    • The 3rd topic contains, the way of dumping the data from the database. This section also contains, Interacting with the wizard.
    • In the 4th section, we have covered four types of optimization techniques and also tested them in a Blind and Time-based scenario.
    • The 5th topic covered, the way of reading and writing files from the file system. This is an important topic, but I explain it most thoroughly.
    • The 6th topic is handling injections in POST requests, where we have overlooked the steps to exploit a POST request scenario.
    • The 7th topic covered the three switches used to take over the operating system. Each of them is mentioned separately.
    • The 8th topic, “Bypassing Web Application Firewall using Tamper Script”, is where we have listed the way to bypass a firewall using a Tamper script. This topic is only for example, but, in reality, it is not that simple.

    I hope you all have finished the complete SQLMap series. In the coming days, we will be going to upload some other videos to explain SQL Injection.

    Community Q&A