-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Hi,
I am trying out Python code injection on a POST request.
When specifying the -p along with -r <request-file.txt>, the script throws the following error:
# ./PyCodeInjectionShell.py -c whoami -p <parameter> -r request-file.txt
[!] Request file and specified parameter are not currently supported together.
[!]Please place a * in the request file
After modifying the parameter value to a * in the request, and running the script again throws the following error:
# ./PyCodeInjectionShell.py -c whoami -r request-file.txt
Traceback (most recent call last):
File "./PyCodeInjectionShell.py", line 226, in <module>
parsed_url,headers,data = parse_request(options.cmd,options.request,options.parameter)
ValueError: need more than 2 values to unpack
What might be missing here?
Metadata
Metadata
Assignees
Labels
No labels