sting8k / BurpSuite_403Bypasser

Burpsuite Extension to bypass 403 restricted directory
1.57k stars 204 forks source link

Optimize code by lowering if usage #10

Closed AshkanRafiee closed 3 years ago

AshkanRafiee commented 3 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.