Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
15 stars 23 forks source link

767 feature request sqlmap #843

Closed russo-christian closed 2 months ago

russo-christian commented 2 months ago

Tool Description:

SQLmap is a tool used to detect and exploit SQL injection vulnerabilities in web databases.

Tool Features:

The SQLmap tool will run a series of injections against the targeted database. It contains the following configurations:

  1. Target URL: the URL or IP of the database to scan
  2. Detection Level (1-5): determines how aggressive the scan will be (higher levels will take longer)
  3. Risk Level (1-3): determines the types of tests performed, ranging from cautious to aggressive
  4. Retrieve Database Banner: if true, will attempt to retrieve the banner of the target database
  5. List All Databases: if true, will attempt to to enumerate all databases on the target
  6. Retrieve Password Hashes: if true, will attempt to retrieve password hashes from the target database