Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple waf bypass headers #21

Closed
codingo opened this issue Sep 25, 2017 · 0 comments
Closed

Simple waf bypass headers #21

codingo opened this issue Sep 25, 2017 · 0 comments
Assignees

Comments

@codingo
Copy link
Owner

codingo commented Sep 25, 2017

By adding origin headers to all requests we can bypass some WAF products, for example:

X-Originating-IP: 127.0.0.1
X-Forwarded-For: 127.0.0.1
X-Remote-IP: 127.0.0.1
X-Remote-Addr: 127.0.0.1

@codingo codingo changed the title Add WAF Bypass mode Simple waf bypass headers Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants