Difference between revisions of "Scan URL using sqlmap"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Scan URL using sqlmap">Website Penetration Testing using Kali|Website Penetration Testing</yambe:breadcrumb> =Scan URL using sqlmap= To Scan URL via s...")
(No difference)

Revision as of 14:27, 11 July 2021

<yambe:breadcrumb self="Scan URL using sqlmap">Website Penetration Testing using Kali|Website Penetration Testing</yambe:breadcrumb>

Scan URL using sqlmap

To Scan URL via sqlmap use following steps:

  1. Login into Kali Linux
  2. Open terminal and use
    sqlmap -u <URL> --forms --crawl=2 --level=5 --risk=3 --batch
  3. Other option is to use
    sqlmap --wizard
    It makes sense to give URL with a form (username, password) for sqlmap to work with


Refer: