[Enhancement] cdn-proxy
Introduction
Add ability to scan CDN address using http format: GET / HTTP/1.1. Can be usefull when scanning CloudFront Addresses with bug-domain reserved as proxy: bug:80 instead of using scheme:// restriction.
Background
The behind idea for this is: cdn-ssl with defined custom payloads; are unable to replicate 101 codes for CloudFront target CDN:
bugscanner-go scan cdn-ssl --proxy bug.com --port 80 --target cloudfront.net --payloads "GET / HTTP/1.1[crlf]Host: cloudfront.net[crlf]Connection: Upgrade[crlf]Upgrade: websocket[crlf][crlf]"
Implementation
Could be integrated as a new module cdn-proxy or merged to cdn-ssl with script revision. If it's still possible trough cdn-ssl with some little work-around; please kindly to let me know :)
bugscanner-go scan proxy is what you want right? i already added that
bugscanner-go scan proxyis what you want right? i already added that
I already updated to the latest branch and the scan proxy option does not appear, what is happening? Regards
I already updated to the latest branch and the scan proxy option does not appear, what is happening? Regards
use this command to update
GOPROXY=direct go install -v github.com/aztecrabbit/bugscanner-go@HEAD
I already updated to the latest branch and the scan proxy option does not appear, what is happening? Regards
use this command to update
GOPROXY=direct go install -v github.com/aztecrabbit/bugscanner-go@HEAD
Thanks 👍