From 9778cb62eabca0e14e91c609f3b38a44523f4d02 Mon Sep 17 00:00:00 2001 From: assafmo Date: Wed, 23 Jan 2019 18:39:19 +0200 Subject: [PATCH] readme: features "{@}" & "{.}" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2e2281..6c555bd 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Extract indicators of compromise from text, including "escaped" ones like `hxxp: - SHA1 - SHA256 - Translate some kinds of "escaping"/"defanging" techniques: - - `(dot)`, `[dot]`, `(.)`, `[.]` to `.`. - - `(at)`, `[at]`, `(@)`, `[@]` to `@`. + - `(dot)`, `[dot]`, `(.)`, `[.]`, `{.}` to `.`. + - `(at)`, `[at]`, `(@)`, `[@]`, `{@}` to `@`. - `hxxp`, `hXXp`, `h__p`, `h**p` to `http`. - Command line interface - Go library