I started using sshguard and added this line:
as per http://www.sshguard.net/docs/man/sshguard/
There is data in the /var/dbsshguard/blacklist.db but I can't read it.
The man page states "the strings(1) command can be used to peek in it for listing the blacklisted addresses" but I can't figure out how to do this.
I read the man pages for strings by doing
but still wasn't able to figured out how to view it.
How do you use strings to view the blocklist.db?
Thank you in advance.
Code:
-b 5:/var/db/sshguard/blacklist.db
as per http://www.sshguard.net/docs/man/sshguard/
There is data in the /var/dbsshguard/blacklist.db but I can't read it.
The man page states "the strings(1) command can be used to peek in it for listing the blacklisted addresses" but I can't figure out how to do this.
I read the man pages for strings by doing
Code:
%man -S 1 strings
How do you use strings to view the blocklist.db?
Thank you in advance.