Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJarv authored Apr 18, 2022
1 parent 3755291 commit 18e3212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
A tool that can be used by web app pentesters to create a copy of the targeted website with CDN and WAF restrictions
disabled.

Related Blog Post: [Bypassing CDN WAF’s with Alternate Domain Routing
](https://blog.ryanjarv.sh/2022/03/16/bypassing-wafs-with-alternate-domain-routing.html).

**Note:** If you find this project useful or would like it improved and want to sponsor development ping me at [email protected]. I
haven't gone through the trouble of setting anything like this up yet, so mostly just want to know if I should.

Expand Down Expand Up @@ -38,9 +41,6 @@ This repo contains three seperate tools for different tasks, these are listed be
cdn-proxy is a set of tools for bypassing IP allow listing intended to restrict origin access to requests originating
from shared CDNs.

Related Blog Post: [Bypassing CDN WAF’s with Alternate Domain Routing
](https://blog.ryanjarv.sh/2022/03/16/bypassing-wafs-with-alternate-domain-routing.html).

Bypassing protections at the CDN layer through direct access is well documented, however a common response to prevent
the issue is to set up IP allow listing from the CDNs shared network range. Because shared CDNs use a common pool of
IPs for origin requests these IP restrictions can be bypassed by routing traffic through a second attacker controlled
Expand Down

0 comments on commit 18e3212

Please sign in to comment.