Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Nov 9, 2023
1 parent 2e5797f commit d662a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton_sqlmap/karton_sqlmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d662a6c

Please sign in to comment.