sting8k / BurpSuite_403Bypasser

Burpsuite Extension to bypass 403 restricted directory
1.52k stars 203 forks source link

Optimize code by lowering if usage #10

Closed AshkanRafiee closed 2 years ago

AshkanRafiee commented 2 years ago

sttcode == 403 will return either False or True, it doesn't actually need any if statement. By lowering if usage you can have a little boost in case of performance and code readability.