Running netconan -p -w test -i input -o output (anonymize test, which is a reserved word) where input is a file containing:
password test
password "test"
produces the following output file:
password test
password "netconanRemoved0"
but instead, it should produce an output like:
password test
password "test"
Running
netconan -p -w test -i input -o output(anonymizetest, which is a reserved word) whereinputis a file containing:produces the following
outputfile:but instead, it should produce an output like: