Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Nov 1, 2023
1 parent dc8f3a1 commit 0fa860f
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 @@ -183,7 +183,7 @@ def _expand_path_segments_for_scanning(url: str) -> List[str]:
extension = ""
path_segments = url_parsed.path[1:].split(separator)

# Heuristic: if the path ends with .php, it's most probably not a clean URL.
# Heuristic: if the path ends with .php, it's most probably not a clean URL but a file name.
if extension == ".php":
return []

Expand Down

0 comments on commit 0fa860f

Please sign in to comment.