bugscanner-go icon indicating copy to clipboard operation
bugscanner-go copied to clipboard

[Enhancement] cdn-proxy

Open MC874 opened this issue 3 years ago • 4 comments

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 :)

MC874 avatar May 24 '22 14:05 MC874

bugscanner-go scan proxy is what you want right? i already added that

aztecrabbit avatar Jun 11 '24 04:06 aztecrabbit

bugscanner-go scan proxy is 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

demianrey avatar Jun 28 '24 02:06 demianrey

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

aztecrabbit avatar Jun 28 '24 11:06 aztecrabbit

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 👍

demianrey avatar Jun 29 '24 13:06 demianrey