cnrat
cnrat
I tried this docker inside a VirtualBox instance as following. ``` OS: CentOS 7 x64 Kernel: 5.2.11 CPU: 8 Cores @ 5GHz Disk: 250G @ Intel 760p SSD ``` I...
Just put this to `/etc/bash_completion.d/genact`. ```bash #!/bin/bash _genact_completions() { local cur prev opts modules shells COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" opts="-l --list-modules -m --modules -s --speed-factor --exit-after-time --exit-after-modules --print-completions --print-manpage -h --help...
### Problem Description A clear and concise description of what the bug is The expression parser in `mitmweb` incorrectly interprets certain **unquoted regular expressions** when used with the `~u` filter...