Commit graph

2 commits

Author SHA1 Message Date
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
g0tmi1k
9e977458eb Add PHP Magic Hashes
Source: https://www.whitehatsec.com/blog/magic-hashes/
2019-04-10 13:29:50 +01:00