mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 17:03:31 +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
|
||
|---|---|---|
| .. | ||
| db2enumeration.fuzzdb.txt | ||
| MSSQL-Enumeration.fuzzdb.txt | ||
| MSSQL.fuzzdb.txt | ||
| MySQL-Read-Local-Files.fuzzdb.txt | ||
| MySQL-SQLi-Login-Bypass.fuzzdb.txt | ||
| MySQL.fuzzdb.txt | ||
| NoSQL.txt | ||
| Oracle.fuzzdb.txt | ||
| Postgres-Enumeration.fuzzdb.txt | ||