automate the procedure of 403 response code bypass

Related tags

Testing 403bypasser
Overview

403bypasser

automate the procedure of 403 response code bypass

Description

i notice a lot of #bugbountytips describe how to bypass 403 response code so when i collect all methods i have found that i need more than 40 request to handle all methods . so as i love automating i have created this tool to do the heavy work . but as i also recommend you need later to check it manually

The tool use three technique to try to bypass 403 response code and give out the response code for each retry in coloured output to be easy to read :

1- use multiple request methods ( GET - POST- HEAD... etc)

2- use multiple payloads at the end of URL (kudos to those who tweet these tips)

3- add headers to the request (X-Forwarded-Host , X-Host ... etc )

Installation :

1- git clone https://github.com/smackerdodi/403bypasser.git

2- cd 403bypasser

3- pip3 install -r requirements.txt

Usage

the tool take two arguments : url - path

python3 403bypasser.py url path

EX : python3 403bypasser.py https://www.example.com /admin ( space between url and path )

Todo :

make this tool deal with multiple threads and take a list of URLs not just one URL

what you can do :

If you get a bounty out of this tool . whatever your relegion is please pray for me

You might also like...
py.test fixture for benchmarking code
py.test fixture for benchmarking code

Overview docs tests package A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. See c

Rerun pytest when your code changes

A simple watcher for pytest Overview pytest-watcher is a tool to automatically rerun pytest when your code changes. It looks for the following events:

Obsei is a low code AI powered automation tool.
Obsei is a low code AI powered automation tool.

Obsei is a low code AI powered automation tool. It can be used in various business flows like social listening, AI based alerting, brand image analysis, comparative study and more .

The source code and slide for my talk about the subject: unittesing in python
The source code and slide for my talk about the subject: unittesing in python

PyTest Talk This talk give you some ideals about the purpose of unittest? how to write good unittest? how to use pytest framework? and show you the ba

A pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database
A pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database

This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.

A pytest plugin that enables you to test your code that relies on a running Elasticsearch search engine
A pytest plugin that enables you to test your code that relies on a running Elasticsearch search engine

pytest-elasticsearch What is this? This is a pytest plugin that enables you to test your code that relies on a running Elasticsearch search engine. It

This is a pytest plugin, that enables you to test your code that relies on a running MongoDB database
This is a pytest plugin, that enables you to test your code that relies on a running MongoDB database

This is a pytest plugin, that enables you to test your code that relies on a running MongoDB database. It allows you to specify fixtures for MongoDB process and client.

Pytest-typechecker - Pytest plugin to test how type checkers respond to code

pytest-typechecker this is a plugin for pytest that allows you to create tests t

It's a simple script to generate a mush on code forces, the script will accept the public problem urls only or polygon problems.

Codeforces-Sheet-Generator It's a simple script to generate a mushup on code forces, the script will accept the public problem urls only or polygon pr

Comments
  • add some features

    add some features

    Hello my friend I've found your tool very useful i give it 4 stars

    but the last star will be given if u added curl command for the request bypassed

    for example another tool called pyb4xx did this function but its not contains all the headers like u did I hope u update this tool and add this feature soon as possible

    [Example]

    $ python .\byp4ss3er.py http://example.com /admin

    [Output]

    X-Original-URL | http://example.com/admin => 200 | curl -L -ki -H "X-Original-URL: /admin/" -X GET "http://example.com/"

    u got what i mean

    opened by thewama33 0
  • Update requirements.txt

    Update requirements.txt

    sys and time are default libraries that come with python. Adding this in the requirement.txt file will throw the error.(404) Removing these modules for better "prerequisites installation" of the script. Hope that helps! :) Thanks

    opened by unstabl3 0
Owner
smackerdodi2
smackerdodi2
Python selenium script to bypass simaster.ugm.ac.id weak captcha.

Python selenium script to bypass simaster.ugm.ac.id weak "captcha".

Hafidh R K 1 Feb 1, 2022
To automate the generation and validation tests of COSE/CBOR Codes and it's base45/2D Code representations

To automate the generation and validation tests of COSE/CBOR Codes and it's base45/2D Code representations, a lot of data has to be collected to ensure the variance of the tests. This respository was established to collect a lot of different test data and related test cases of different member states in a standardized manner. Each member state can generate a folder in this section.

null 160 Jul 25, 2022
A configurable set of panels that display various debug information about the current request/response.

Django Debug Toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/respons

Jazzband 7.3k Jan 2, 2023
Checks for a 200 response from your subdomain list.

Check for available subdomains Written in Python, this terminal based application looks for a 200 response from the subdomain list you've provided. En

Sean 1 Nov 3, 2021
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files

pytest-play pytest-play is a codeless, generic, pluggable and extensible automation tool, not necessarily test automation only, based on the fantastic

pytest-dev 67 Dec 1, 2022
This is a Python script for Github Bot which uses Selenium to Automate things.

github-follow-unfollow-bot This is a Python script for Github Bot which uses Selenium to Automate things. Pre-requisites :- Python A Github Account Re

Chaudhary Hamdan 10 Jul 1, 2022
pywinauto is a set of python modules to automate the Microsoft Windows GUI

pywinauto is a set of python modules to automate the Microsoft Windows GUI. At its simplest it allows you to send mouse and keyboard actions to windows dialogs and controls, but it has support for more complex actions like getting text data.

null 3.8k Jan 6, 2023
Main purpose of this project is to provide the service to automate the API testing process

PPTester project Main purpose of this project is to provide the service to automate the API testing process. In order to deploy this service use you s

null 4 Dec 16, 2021
UUM Merit Form Filler is a web automation which helps automate entering a matric number to the UUM system in order for participants to obtain a merit

About UUM Merit Form Filler UUM Merit Form Filler is a web automation which helps automate entering a matric number to the UUM system in order for par

Ilham Rachmat 3 May 31, 2022
Code coverage measurement for Python

Coverage.py Code coverage testing for Python. Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and

Ned Batchelder 2.3k Jan 4, 2023