Skip to content

Commit

Permalink
Merge pull request #13 from somewhereinthepacific/master
Browse files Browse the repository at this point in the history
Do not discard "newlines" on forged request body
  • Loading branch information
Gilks committed Jun 16, 2020
2 parents 7878fee + 9469ff3 commit ee52447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostscan-bypass.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ plat="<PLAT>"
useragent="<USERAGENT>"
token=$CSD_TOKEN
run_curl --data-ascii @- "$host/+CSCOE+/sdesktop/scan.xml?reusebrowser=1" <<-END
run_curl --data-binary @- "$host/+CSCOE+/sdesktop/scan.xml?reusebrowser=1" <<-END
<ENDPOINT>
END
Expand Down

0 comments on commit ee52447

Please sign in to comment.