tehmoon
tehmoon
If I do `--query "blih: true" --query "blah: false"` it should search for `"blih: true AND blah:false"` I don't have any idea for the `OR` maybe, `--or-query`?
It would be awesome to add some flag to `http` and `http-server` to dump/create the request in json format. Something like this: ``` { "url": "www.google.com/?q=blah", "headers": { "host": [{"value":...
Right now the module will work with a timestamp field. But it would be good if we could just scroll without it. Obviously, the `--tail` flag won't work with it.
It would be cool if each messages could be relayed to logstash.
There are useless flags like `--var` for the module `env`. As a rule of thumb, I should not have any flags if there is only one flag and use the...
From version 1.x I had a `get-certs` module which would grab the certificates that the tls server sends and export the data to a pem format.
Hi! First off, many thanks for taking the time to do this useful lib!! For a side project, I was trying to parse certificates inside `exe` files -- `PE` format...