phpCBLConsult
Publicado por Vagner Rodrigues Fernandes 21/07/2007
[ Hits: 3.490 ]
Homepage: https://takedownsec.com.br/
O phpCBLConsult é um script feito em php com interface web.
Através dele é possível consultar se um determinado IP consta na black-list da CBL; utiliza comandos BSD/Linux lynx,grep e awk através da função system() do php.
<?php /* Copyright (c) 2007 * The Regents of the Vagner Rodrigues Fernandes. All rights reserved. * * phpCBLConsult(8) script developed in php for consult IP in db black-list CBL. * * Redistribution the source or binnary for are permitted. * * Written by Vagner Rodrigues Fernandes aka BugReport * vagner@vrodrigues.com / http://www.vrodrigues.com/ * */ $HOST=$_POST['host']; function createhtml() { print "<HTML> \n"; print "<FORM ACTION=\"cbl.php\" METHOD=\"post\"> \n"; print "<CENTER> \n"; print "<B><FONT SIZE=\"6\" FACE=\"arial\">CBL Consult</FONT></B><BR><BR> \n"; print "<TABLE BORDER=\"1\" BORDERCOLOR=\"black\" CELLSPACING=\"0\" CELLPADDING=\"3\"> \n"; print "<TR><TD>"; print "<CENTER>"; print "<BR>"; print "<INPUT TYPE=\"text\" name=\"host\"><br> \n"; print "<INPUT TYPE=\"submit\" value=\"Consult\"><BR><BR> \n"; print "</FORM> \n"; } if ($HOST == "") { createhtml(); } else { createhtml(); print "<FONT FACE=\"arial\" SIZE=\"1\">Variable Status: \n"; $return = system("lynx --source --dump http://cbl.abuseat.org/lookup.cgi?ip=$HOST | grep found | awk '{ print $5 }'"); print "</FONT>"; if ($return == "found") { print "<BR><a href=\"http://cbl.abuseat.org/lookup.cgi?ip=$HOST\"><FONT FACE=\"arial\" COLOR=\"red\">IP found in black-list CBL.</FONT></a>"; } else { print "<BR><FONT FACE=\"arial\">IP not found in black-list CBL.</FONT>"; } } print "</CENTER><BR>"; print "</TR></TD> \n"; print "</TABLE> \n"; print "<BR><FONT SIZE=\"1\" FACE=\"arial\"><i>Vagner Rodrigues Fernandes<BR>vagner@vrodrigues.com</i></FONT>"; print "<CENTER> \n"; print "</HTML> \n"; ?>
Script para Integração com a Receita Federal
Classe com método para inserir vídeos Vimeo e YouTube
Nenhum comentário foi encontrado.
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Preciso resolver um erro de DPKG (1)
Melhores Práticas de Nomenclatura: Pastas, Arquivos e Código (2)
Não to conseguindo resolver este problemas ao instalar o playonelinux (1)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta