Commit Graph

5 Commits

Author SHA1 Message Date
Nicolas CARPi
f468572727 add more entries 2023-06-16 03:10:52 +02:00
Nicolas CARPi
c6cec20993 Complete Usernames list from Honeypot-Captures
add usernames found in the sshd logs from attempts to connect
2023-05-25 05:57:33 +02:00
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
7611257a60 Quick rename of files 2018-03-05 11:03:11 +00:00
g0tmi1k
08f12147a3 Add "-" to split up words, moved files since PR accepted
- PRs: #122, #123, #125, #126, #136, #146, #149, #162, #174, #176
2018-03-05 10:30:27 +00:00