PHP Class Aszone\Avenger\SearchHackingEngine

Inheritance: extends Knp\Command\Command
Show file Open project: aszone/avenger-sh

Public Properties

Property Type Description
$check
$dork
$email
$enginers
$pl
$tor
$torl
$txt
$vp

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
checkExploits ( $results, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
checkVunerabilities ( $nameFile, $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
configure ( )
createNameFile ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
printResult ( $resultFinal, Symfony\Component\Console\Output\OutputInterface $output, $title )
printResumeResult ( $output, $title, $info )
runExploitBTWP ( $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
runExploitLFD ( $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
sanitazeValuesOfEnginers ( $enginers )
saveTxt ( $data, $filename )
saveTxtBtwp ( $data, $filename )
sendMail ( $resultFinal )
sendMailBtResult ( $resultFinal )
validParamns ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
printError ( $result, Symfony\Component\Console\Output\OutputInterface $output )
runHelp ( $output )
setTor ( $tor = '127.0.0.1:9050' )

Method Details

__construct() public method

public __construct ( )

checkExploits() protected method

protected checkExploits ( $results, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

checkVunerabilities() protected method

protected checkVunerabilities ( $nameFile, $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

configure() protected method

protected configure ( )

createNameFile() protected method

protected createNameFile ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

printResult() protected method

protected printResult ( $resultFinal, Symfony\Component\Console\Output\OutputInterface $output, $title )
$output Symfony\Component\Console\Output\OutputInterface

printResumeResult() protected method

protected printResumeResult ( $output, $title, $info )

runExploitBTWP() protected method

protected runExploitBTWP ( $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

runExploitLFD() protected method

protected runExploitLFD ( $result, $commandData, Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

sanitazeValuesOfEnginers() protected method

protected sanitazeValuesOfEnginers ( $enginers )

saveTxt() protected method

protected saveTxt ( $data, $filename )

saveTxtBtwp() protected method

protected saveTxtBtwp ( $data, $filename )

sendMail() protected method

protected sendMail ( $resultFinal )

sendMailBtResult() protected method

protected sendMailBtResult ( $resultFinal )

validParamns() protected method

protected validParamns ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$check public property

public $check

$dork public property

public $dork

$email public property

public $email

$enginers public property

public $enginers

$pl public property

public $pl

$tor public property

public $tor

$torl public property

public $torl

$txt public property

public $txt

$vp public property

public $vp