proabiral / inception

A highly configurable Framework for easy automated web scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: check both the body and headers together?

geeknik opened this issue · comments

Would it be possible to check both the responseHeader and the responseBody with the same provider like so?

[
    {
        "vulnerability": "test",
        "method": "GET",
        "color": "blue",
        "body": "",
        "endpoint": [
            "/test"
        ],
        "headers": [],
        "checkHeader": "Last-Modified&&&&2020"
        "checkBody": "this||||that|||the other"
        "contentLength": {
            "operator": ">",
            "length": 10000
        },
        "statusCode": [
            200
        ],
        "regexCheck": false,

    }
]

No longer applicable.