Skip to content

Commit

Permalink
fixed r0oth3x49#61 (URI injection feature request)..
Browse files Browse the repository at this point in the history
  • Loading branch information
r0oth3x49 committed Jul 10, 2023
1 parent e45ea9f commit f740afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghauri/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,7 @@ def extract_uri_params(url):
_tempf.append({"key": "#1*", "value": f"{ep}", "type": ""})
_tempf.reverse()
_injection_points.update({"GET": _tempf})
# end extracting URI params such as files and folders
for _type, _params in _injection_points.items():
for entry in _params:
key = entry.get("key")
Expand Down

0 comments on commit f740afc

Please sign in to comment.