fix for -g

This commit is contained in:
Miroslav Stampar
2012-02-20 10:02:19 +00:00
parent 121148f27f
commit bc4dd7c0dd
2 changed files with 20 additions and 17 deletions

View File

@@ -65,6 +65,9 @@ PAYLOAD_DELIMITER = "\x00"
CHAR_INFERENCE_MARK = "%c"
PRINTABLE_CHAR_REGEX = r'[^\x00-\x1f\x7e-\xff]'
# regular expression used for extracting results from google search
GOOGLE_REGEX = r'url\?q=(http[^>]+)&sa=U&amp'
# dumping characters used in GROUP_CONCAT MySQL technique
CONCAT_ROW_DELIMITER = ','
CONCAT_VALUE_DELIMITER = '|'