From c5b86924f781ea63c07a9c90b985a9ef8cfe1f86 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Wed, 7 Mar 2018 19:45:06 +0100 Subject: [PATCH] Minor README update --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 75b3265..61a4dfd 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Patterns There are three main pattern files the cover different types of pattern matching. There is one pattern per line. All lines where the very first character is a "`#`" is considered a comment and not used as a pattern. Whitespace in the pattern files is not used. -* `-patterns_raw.txt` - Raw string matching -* `-patterns-iraw.txt` - Case insensitive raw string matching -* `-patterns-re.txt`- Regular expression matching. +* `patterns_raw.txt` - Raw string matching +* `patterns-iraw.txt` - Case insensitive raw string matching +* `patterns-re.txt`- Regular expression matching. Whitelisting ------------ @@ -62,17 +62,12 @@ Tools Takes a plaintext string as input and returns 3 base64 string equivalents. Python script that needs to be executed from the terminal to be used. -Marking as executable is required. -``` -~$ chmod +x text2base64.py -``` - It is worth noting that the presence of one of the three output strings in a block of text does not 100% guarantee that the string was present in the original code. It is guaranteed that IF the subject string was present in the original code, then one of the three output strings will be present in the base64 version. ``` -./text2base64.py 'base64_decode' +$ python tools/text2base64.py 'base64_decode' YmFzZTY0X2RlY29kZ Jhc2U2NF9kZWNvZG iYXNlNjRfZGVjb2Rl