Gilzy
Gilzy
The extension is built in such a way that it would only look for header-based bypasses if there aren't any query-based ones. This can be easily changed however in future...
This has been fixed [here](https://github.com/Gilzy/403Bypasser/commit/d5f434a1ad9e540d205eb6ff2e731cc1b45775d8)
I fixed it by catching the exception and dividing the value by 1000. Replace line 1185 with the following code: ``` try: timestamp = datetime.fromtimestamp(int(paylDict[claim])) except ValueError: ts = paylDict[claim]...
You can simply `docsify serve` the main folder. It'll work just as well.