Skip to content

Feature: passing the test details through to the target app. #263

Description

@paul-hammant

To debug the target app vetoing attack requests versus not, this was useful for me:

sed -i 's|debugHeaderValue = testCase.Set + " /// " + testCase.Name + " /// " + placeholder.Name + " /// " + encoder + " /// " + hex.EncodeToString([]byte(payload))\
							if len(debugHeaderValue) > 130 {\
								debugHeaderValue = debugHeaderValue[:130] + "..."\
							}|' internal/scanner/scanner.go

It sends a sha256 for now, and maybe the excellent GoTestWaf would wish to optionally retain that - another command line flag?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions