Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lobuhi/byp4xx
Browse files Browse the repository at this point in the history
  • Loading branch information
lobuhi committed Jan 25, 2023
2 parents 3a4793e + 9d83234 commit 9c8e4f7
Showing 1 changed file with 9 additions and 33 deletions.
42 changes: 9 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
***byp4xx.py***

```
__ __ __
/ /_ __ ______ / // / _ ___ __
Expand All @@ -7,42 +7,27 @@
/_.___/\__, / .___/ /_/ /_/|_/_/|_|
/____/_/
```
Python script for 40X responses bypassing. Methods from #bugbountytips, headers, verb tampering and user agents.
40X bypasser in Go. Methods from #bugbountytips, headers, verb tampering, user agents and more.

**Installation:**
```
git clone https://github.com/lobuhi/byp4xx.git
cd byp4xx
chmod u+x byp4xx.py
./byp4xx.py
or
python3 byp4xx.py
```
or
```
pip install git+https://github.com/lobuhi/byp4xx.git
**Usage:**
```

**Usage:** Start URL with http or https.
```
python3 byp4xx.py <cURL options> <target>
byp4xx <cURL or byp4xx options> <URL or file>
Some cURL options you may use as example:
-L follow redirections (30X responses)
-x <ip>:<port> to set a proxy
-m <seconds> to set a timeout
-H for new headers
-H for new headers. Escape double quotes.
-d for data in the POST requests body
-...
Built-in options:
-all Verbose mode
-ip <IP> Custom source IP address for headers
-fuzz Experimental unicode fuzzing mode. High workload! >65k requests! Watchout!
--all Verbose mode
-t or --thread Set the maximum threads
```
**Example:**
```
python3 byp4xx.py https://www.google.es/test
byp4xx http://localhost/test
```
**Features:**
- Multiple HTTP verbs/methods
Expand All @@ -54,13 +39,4 @@ python3 byp4xx.py https://www.google.es/test
- Extensions
- Default credentials

**Tips:**
- You can add proxychains to use with BurpSuite
- Interlace is a good option for multithreading multiples URLs
- BONUS: **[Buy me a coffee... or a pizza! Stay cool! ^_^](https://buymeacoffee.com/lobuhi)**

**TO-DO:**
- File input
- Multithread/Multiprocessing?
- Random vulnerable docker to test byp4xx
- ...
**[Buy me a coffee... or a pizza! Stay cool! ^_^](https://buymeacoffee.com/lobuhi)**

0 comments on commit 9c8e4f7

Please sign in to comment.