Skip to content

Commit

Permalink
readme: features "{@}" & "{.}"
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jan 23, 2019
1 parent 20a5831 commit 9778cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9778cb6

Please sign in to comment.