mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01:00
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
|
||
|---|---|---|
| .. | ||
| Source-Code-(PHP) | ||
| errors.txt | ||
| grepstrings-auditing-php.md | ||
| grepstrings-basic.txt | ||
| malicious.txt | ||
| pcap-strings.txt | ||
| php-magic-hashes-whitehatsec.txt | ||
| README.md | ||
| repo-scan.txt | ||
| thickclient-basic.txt | ||
The GrepStrings directory will hold various lists that can be passed to grep when looking for interesting content within filesystems or source code.