Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 395 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 395 Bytes

byepass

A simple bash script made to check for 403 bypasses with the help of curl commands and comparing status code for provided payloads

Usage

./byepass.sh "https://website.tld" "path"

Features

  • Use of multiple known Bypasses for 403 with the help of curl

Installation

  • git clone https://github.com/kab33r/byepass.git
  • cd byepass
  • chmod +x byepass.sh