View Issue Details

IDProjectCategoryView StatusLast Update
0008750Kali LinuxNew Tool Requestspublic2024-05-13 01:03
Reportermalvads Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008750: sqlmc - About Check all urls of a domain for SQL injections
Description

[Name] - sqlmc
[Version] - 1.0.0

[Homepage] - https://github.com/malvads/sqlmc

[Download] - https://github.com/malvads/sqlmc/releases

[Author] - Miguel Alvarez

[Licence] - AGPL-3.0

[Description] - SQLMC (SQL Injection Massive Checker) is a tool designed to scan a domain for SQL injection vulnerabilities. It crawls the given URL up to a specified depth, checks each link for SQL injection vulnerabilities, and reports its findings.

[Dependencies] - python3

[Similar tools] - Is similar to sqliv but instead of scan for urls on the web it scan all urls of a domain

[Activity] - Im currently developing and maintaining it

[How to install] - pip3 install .

[How to use] - sqlmc -u http://example.com -d 2

[Packaged] - Is the tool already packaged for Debian? No

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-05-06 02:31 malvads New Issue
2024-05-06 06:26 daniruiz Summary Add sqlmc tool => sqlmc - About Check all urls of a domain for SQL injections