Aszone\Avenger\SearchHackingEngine::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Search Hacking is a tool to find detailed results in various search engines')->setDefinition(new InputDefinition(array(new InputOption('backup-files', 'bkp', InputOption::VALUE_NONE, 'Set the hash. Example: --tor'), new InputOption('dork', 'd', InputOption::VALUE_REQUIRED, 'Set dork. Example: --dork'), new InputOption('eng', 'e', InputOption::VALUE_OPTIONAL, 'Set eng for exemple: --eng="google,bing". What searches enginer?', array('google', 'googleapi', 'bing', 'yandex', 'dukedukego', 'yahoo', 'all')), new InputOption('txt', 't', InputOption::VALUE_REQUIRED, 'Set txt for name of file txt. Example: --txt="dork_for_sql"'), new InputOption('check', 'c', InputOption::VALUE_REQUIRED, 'Set check for verify vunerabilits. Example: --checkSqli="sqli,lfd,xss"'), new InputOption('tor', null, InputOption::VALUE_NONE, 'Set tor. Example: --tor'), new InputOption('torl', null, InputOption::VALUE_NONE, 'Set tor in list of results for pen test. Example: --torl'), new InputOption('pl', null, InputOption::VALUE_NONE, 'Set dork. Example: --pl'), new InputOption('vp', null, InputOption::VALUE_NONE, 'Set vp para virgin proxys. Example: --vp'), new InputOption('email', null, InputOption::VALUE_REQUIRED, 'Set the mail for send result. Example: --email="[email protected]"'), new InputOption('exploit', null, InputOption::VALUE_REQUIRED, 'Set the exploit for exploit vulnerabilities, examplo exploit lfd: --exploit="lfd" or exploit
                        brute force in WordPress --exploit="btwp"'))))->setHelp('<comment>Command used to brute force</comment>');
    }