Skip to content

Instantly share code, notes, and snippets.

@syci
syci / check_bl.sh
Created February 22, 2018 18:30
Comprobar dominio para listas negras
#!/bin/sh
#
# title : blcheck
# description : Test any domain against more then 200 black lists.
# author : Intellex
# contributors : Darko Poljak
# date : 20160117
# version : 0.5.0
# usage : blcheck [options] <domain_or_ip>
#===============================================================================