Log cookie names without HttpOnly or secure flags#1496
Log cookie names without HttpOnly or secure flags#1496mkauschi wants to merge 2 commits intotestssl:3.2from
Conversation
|
I can't figure out why the test is failing. Do you have any suggestions? |
not sure. You can run
|
I will try that.
I will improve the code by introducing variables and add some comments. I'm also always open for improvement suggestions.
You mean because I used grep to find the correct lines? I tried to be in line with the rest of the "cookie parsing" code and there is grep used as well. But I can see if I find a better solution. |
The combination of grep and awk. Maybe Rough coding style: https://github.com/drwetter/testssl.sh/blob/docu_update/Coding_Convention.md |
This PR adds the functionality to print the Cookie names, which do not have the HttpOnly or secure flag set, in the output file.