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
..
Source-Code-(PHP) Quick rename 2018-03-21 16:02:59 +00:00
errors.txt rename 's/_/-/g' 2017-08-23 14:55:06 +01:00
grepstrings-auditing-php.md Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
grepstrings-basic.txt rename 's/_/-/g' 2017-08-23 14:55:06 +01:00
malicious.txt Close #291 - Fix encoding issues 2019-05-08 11:04:00 +01:00
pcap-strings.txt rename 's/_/-/g' 2017-08-23 14:55:06 +01:00
php-magic-hashes-whitehatsec.txt Close #291 - Fix encoding issues 2019-05-08 11:04:00 +01:00
README.md removes exec. bits 2019-01-27 21:27:04 +01:00
repo-scan.txt Add "Web-Shells" 2017-12-20 16:32:34 +00:00
thickclient-basic.txt rename 's/_/-/g' 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.