SecLists/Pattern-Matching
g0tmi1k a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
..
2018-03-21 16:02:59 +00:00
2017-08-23 14:55:06 +01:00
2017-08-23 14:55:06 +01:00
2019-05-08 11:04:00 +01:00
2017-08-23 14:55:06 +01:00
2019-01-27 21:27:04 +01:00
2017-12-20 16:32:34 +00:00
2017-08-23 14:55:06 +01:00

The GrepStrings directory will hold various lists that can be passed to grep when looking for interesting content within filesystems or source code.