Lucas Ficheux
Lucas Ficheux
#### Description Currently when an empty cookie attribute (`Secure`, `HttpOnly` ...) is encountered while parsing a `Set-Cookie` header it will create a `CookieAttrs` object containing a (key, value) pair with...
#### Description Make the paths to scripts found in config.yml relative to the directory where config.yml is instead of where the command is ran. #### Checklist - [x] I have...
#### Problem Description Currently mitm commands will load scripts found in `config.yaml` relatively from where the command is ran which is fine when using the cli option `-s` but seems...