Пример #1
0
    $get = max(array_keys($_url));
    $get = $_url[$get];
    return implode("=", str_replace($get, $get . (isset($_SESSION['config']['exploit']) ? $_SESSION['config']['exploit'] : NULL), $_url));
}
################################################################################################################################################################
#COMEÇANDO SCANNER##############################################################
system("command clear");
$my = '----------------------------------------------------------------------------------------------------------------------------
  ____   ____    _    _   _ _   _ _____ ____            ___ _   _ _   _ ____  _     
 / ___| / ___|  / \\  | \\ | | \\ | | ____|  _ \\          |_ _| \\ | | | | |  _ \\| |    
 \\___ \\| |     / _ \\ |  \\| |  \\| |  _| | |_) |  _____   | ||  \\| | | | | |_) | |    
  ___) | |___ / ___ \\| |\\  | |\\  | |___|  _ <  |_____|  | || |\\  | |_| |  _ <| |___ 
 |____/ \\____/_/   \\_\\_| \\_|_| \\_|_____|_| \\_\\         |___|_| \\_|\\___/|_| \\_\\_____|                                                                       
';
$my .= "[ SCANNER INURLBR 1.0 / CONSOLE ]  \n";
$my .= "----------------------------------------------------------------------------------------------------------------------------\r\n";
$my .= "0xHOST GOOGLE........: {$_SESSION['config']['host']}\n";
$my .= "0xDORK...............: {$_SESSION['config']['dork']}\n";
$my .= "0xEXPLOIT............: {$_SESSION['config']['exploit']}\n";
$my .= "0xARQUIVO............: {$_SESSION['config']['arquivo']}\n";
$my .= "0xTIPO DE ERRO.......: {$_SESSION['config']['tipoerro']}\n";
$my .= "0xPROCURAR NO ALVO...: {$_SESSION['config']['achar']}\n";
$my .= "0xIP PROXY...........: {$_SESSION['config']['ipProxy']}\n";
$my .= "0xPORTA..............: {$_SESSION['config']['porta']}\n";
$my .= "----------------------------------------------------------------------------------------------------------------------------\r\n";
$my .= "0xCARREGANDO CONFIGURAÇÕES...\n";
echo urldecode($my);
$html = eviarPacote($packet, $config);
echo formatarResult($html);
unset($_SESSION['config']);
session_destroy();
Пример #2
0
        $erro['ERROASP-01'] = 'Version Information: Microsoft .NET Framework';
        $erro['ERROASP-02'] = "Server.Execute Error";
        #ERROS INDEFINIDOS
        $erro['INDEFINIDO-01'] = 'SQL';
        $erro['INDEFINIDO-02'] = 'Fatal error';
        $erro['INDEFINIDO-03'] = 'Warning';
    } else {
        $erro['ERRRO-PERSONALIZADO'] = $_POST['achar'];
    }
    foreach ($erro as $campo => $valor) {
        if (validaBD($html_, $erro[$campo], $campo)) {
            return "Tipo de erro: {$campo}  -  ERRO: {$erro[$campo]}";
        }
    }
}
function gerarErroDB($_url)
{
    $_url = explode("=", $_url);
    $get = max(array_keys($_url));
    $get = $_url[$get];
    $config['exploit'] = isset($_POST['exploit']) ? $_POST['exploit'] : NULL;
    return implode("=", str_replace($get, $get . $config['exploit'], $_url));
}
$html = eviarPacote($packet, $config);
print_r(formatarResult($html));
echo $desc;
?>

</div>
</body>