From 4cf27a913012e1f878cd44b8ebbd35b3800a1747 Mon Sep 17 00:00:00 2001 From: Bee <10378052+bee-san@users.noreply.github.com> Date: Sat, 5 Sep 2020 17:43:30 +0100 Subject: [PATCH] Created Common things you may want to do (markdown) --- Common-things-you-may-want-to-do.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Common-things-you-may-want-to-do.md diff --git a/Common-things-you-may-want-to-do.md b/Common-things-you-may-want-to-do.md new file mode 100644 index 0000000..4443112 --- /dev/null +++ b/Common-things-you-may-want-to-do.md @@ -0,0 +1,14 @@ +This is a page for things you may want to do, but are too confused by our documentation for. + +This page will show you specific applications of Ciphey. + + +# Common flags you may want to use +## How do I enable nested encryption? +``` +-p ausearch.enable_nested=True +``` +## How do I use Regex? +``` +-C regex -p regex.regex={ +``` \ No newline at end of file