cryptocli icon indicating copy to clipboard operation
cryptocli copied to clipboard

The ultimate tool for data transfer, manipulation and proxy.

Results 27 cryptocli issues
Sort by recently updated
recently updated
newest added

Get the fields for elasticsearch

enhancement
module::query-elasticsearch

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`?

enhancement
module::query-elasticsearch

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":...

enhancement
module::http
module::http-server

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.

enhancement
module::query-elasticsearch

It would be cool if each messages could be relayed to logstash.

enhancement

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...

cleanup

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.

enhancement