Giter VIP home page Giter VIP logo

bypass-403's People

Contributors

0x21ad avatar flashnuke avatar iamj0ker avatar manpreet406 avatar mayankpandey01 avatar remonsec avatar saadibabar avatar v35hr4j avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bypass-403's Issues

Line 52 bug

currently the line is:
curl -s -o /dev/null -iL -w "%{http_code}","%{size_download}" " $1/$2;/"
the space between the quote and $ causes the curl to fail " $1/$2;/"
the following line should do:
curl -s -o /dev/null -iL -w "%{http_code}","%{size_download}" "$1/$2;/"

Missing detection of certain bypasses

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

-H X-rewrite-url

i got 200 status code in this but i don't know how to exploit it , any usage tutorials ?

help error line 38

404,1360./bypass-403.sh: line 37: unexpected EOF while looking for matching `"'
./bypass-403.sh: line 38: syntax error: unexpected end of file

feature request

I read changing the protocol version can work in some cases too

curl --http1.0 for example

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.