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 :)
Introduction
Add ability to scan CDN address using
httpformat:GET / HTTP/1.1. Can be usefull when scanningCloudFrontAddresses with bug-domain reserved as proxy:bug:80instead of usingscheme://restriction.Background
The behind idea for this is:
cdn-sslwith defined custom payloads; are unable to replicate101codes forCloudFronttarget CDN:Implementation
Could be integrated as a new module
cdn-proxyor merged tocdn-sslwith script revision. If it's still possible troughcdn-sslwith some little work-around; please kindly to let me know :)