iamj0ker / bypass-403

A simple script just made for self use for bypassing 403
1.62k stars 275 forks source link

Missing detection of certain bypasses #1

Closed Xitro01 closed 3 years ago

Xitro01 commented 3 years ago

In some situations (when investigating apps on different port numbers) this script is missing some bypasses.

Example, this is missing the bypass: 403,9 --> http://xxxx:8096/ -H X-Forwarded-For: 127.0.0.1:80 This is what I added myself to make sure it finds it: 200,2860 --> http://xxxx:8096/ -H X-Forwarded-For: 127.0.0.1

iamj0ker commented 3 years ago

oh okay. let me look at those cases later. thank you for the response