From d662a6cbd90b1bd408fa4307c54c109b43f6558b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Thu, 9 Nov 2023 14:21:14 +0100 Subject: [PATCH] . --- karton_sqlmap/karton_sqlmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karton_sqlmap/karton_sqlmap.py b/karton_sqlmap/karton_sqlmap.py index 46fc4ae..59fa7a5 100644 --- a/karton_sqlmap/karton_sqlmap.py +++ b/karton_sqlmap/karton_sqlmap.py @@ -145,7 +145,7 @@ def _run_on_single_url(self, url: str) -> Optional[FoundSQLInjection]: def _expand_query_parameters_for_scanning(url: str) -> List[Tuple[str, str]]: """ This converts a URL to a list of pairs: - - URL with path injection point, + - URL with query string injection point, - original injection point value. For example, 'https://example.com/?id=1&q=2' would be converted to a list of: