Skip to content

Check ip/domain blacklist status with different rbl servers

License

Notifications You must be signed in to change notification settings

matthernet/SpamChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

SpamChecker

Check ip/domain blacklist status with different rbl servers

GitHub release License: GPL v3

Installation:

git clone https://github.com/matthernet/SpamChecker.git
cd SpamChecker
chmod +x ./spamchecker
mv ./spamchecker /usr/bin

Example of use:

$ spamchecker target.tld
$ spamchecker 1.1.1.1

Output example:

target.tld listed in bl.nszones.com
target.tld listed in dnsbl.justspam.org
target.tld listed in spam.dnsbl.sorbs.net

The report was generatd in /root/Desktop/target.tld-rbl-report

Licensing:

SpamChecker is licensed under the GNU General Public License version 3 (GNU GPL v3).