Aszone\Avenger\SearchHackingEngine::checkExploits PHP Method

checkExploits() protected method

protected checkExploits ( $results, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    protected function checkExploits($results, $commandData, OutputInterface $output)
    {
        if (in_array('lfd', $this->exploit)) {
            $this->runExploitLFD($results, $commandData, $output);
        }
        if (in_array('btwp', $this->exploit)) {
            $this->runExploitBTWP($results, $commandData, $output);
        }
    }