Projects STRLCPY 403-bypass Commits 2e9bdbbd
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8   
    9 9  This is the tool that I use while I was hunting for bypassing 403.
    10 10   
     11 +## Usage
     12 + 
     13 +To display help message use the -h flag:
     14 + 
     15 +$ python3 403-bypass.py -h
     16 +```
     17 +___ ___ ___ _____
     18 +| | | |_ | | __ |_ _ ___ ___ ___ ___ ___ ___
     19 +|_ | | |_ | | __ -| | | . | .'|_ -|_ -| -_| _|
     20 + |_|___|___| |_____|_ | _|__,|___|___|___|_|
     21 + |___|_|
     22 + 
     23 + @channyeinwai(1.0)
     24 + 
     25 +usage: 403-bypass.py [-h] -u URL -p PATH
     26 + 
     27 +403 Bypasser : python 403-bypass.py -u https://www.example.com -p admin
     28 + 
     29 +optional arguments:
     30 + -h, --help show this help message and exit
     31 + -u URL, --url URL Provide url
     32 + -p PATH, --path PATH Provide the path
     33 +```
     34 + 
Please wait...
Page is in error, reload to recover