Skip to content

Add static score column

Compare
Choose a tag to compare
@phvietan phvietan released this 04 Feb 18:36
· 5 commits to dev since this release

Static score column is a heuristic column that score the request / response is static file or API endpoint.

The higher the score, the more likely the endpoint is a static file (which we do not need to see and forward to intruder).

We can also filter it by: Request.StaticScore <= 50