mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 05:05:12 +01:00
Fixed proxychains output in OTS as well as multiple-line body on POST reqs
This commit is contained in:
@@ -67,7 +67,8 @@ main() {
|
||||
if [ ${step} -eq 1 ]; then
|
||||
trace "[main] step=${step}"
|
||||
if [ "${http_method}" = "POST" ]; then
|
||||
read -n ${content_length} line
|
||||
read -rd '' -n ${content_length} line
|
||||
line=$(echo "${line}" | jq -c)
|
||||
trace "[main] line=${line}"
|
||||
fi
|
||||
case "${cmd}" in
|
||||
|
||||
Reference in New Issue
Block a user