View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008750 | Kali Linux | New Tool Requests | public | 2024-05-06 02:31 | 2024-06-03 12:12 |
Reporter | malvads | Assigned To | daniruiz | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 2024.2 | ||||
Summary | 0008750: sqlmc - About Check all urls of a domain for SQL injections | ||||
Description | [Name] - sqlmc [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 | ||||
Hey @malvads. I am taking a look at packaging your tool, however a few questions/concerns arise regarding the tool's dependencies. It requires:
However, Kali has the following versions available (which come from Debian):
Will the older versions work? If so, any chance to remove the "version restrictions" in |
|
i updated all the dependencies to match kali ones, and the tool is working with no issues :) |
|
you can package now @Arszilla |
|
@malvads just to clarify, I meant to use >= on all dependencies (assuming majority if not all of the code does not use functions etc. from those libraries that will be deprecated/subjected to major changes). Regardless, a draft package is available: https://gitlab.com/Arszilla/sqlmc |
|
that was fast @Arszilla, than u for the work :), sure, i updated the dependencies on https://github.com/malvads/sqlmc now it contains non-restrictive dependencies in the requirements. |
|
This tool is now packaged! Thank you ;) |
|
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 |
2024-05-19 18:04 | Arszilla | Note Added: 0019301 | |
2024-05-19 21:15 | malvads | Note Added: 0019303 | |
2024-05-19 21:16 | malvads | Note Added: 0019304 | |
2024-05-20 19:44 | Arszilla | Note Added: 0019317 | |
2024-05-20 19:57 | malvads | Note Added: 0019319 | |
2024-06-03 12:01 | daniruiz | Note Added: 0019342 | |
2024-06-03 12:12 | daniruiz | Assigned To | => daniruiz |
2024-06-03 12:12 | daniruiz | Status | new => resolved |
2024-06-03 12:12 | daniruiz | Resolution | open => fixed |
2024-06-03 12:12 | daniruiz | Fixed in Version | => 2024.2 |