Dheerajmadhukar / 4-ZERO-3

403/401 Bypass Methods + Bash Automation + Your Support ;)
MIT License
1.33k stars 251 forks source link

issue #1

Closed InspiritW closed 3 years ago

InspiritW commented 3 years ago

hi just wanted to ask how do I like export? the request this script made so I can use it in a browser?

Dheerajmadhukar commented 3 years ago

You can grep the payload from script.

cat 403-bypass.sh | grep -i "X-Rewrite-URL"

That will give you the cURL output and you can use the same as payload.

tahamarzak20 commented 3 years ago

hi Sir i want to ask if i can put a list of hosts to test for

Dheerajmadhukar commented 3 years ago

cat hosts.txt | xargs -P50 -I@ bash -c "bash 403-bypass.sh '@'"