Download the PHP package yidas/brute-force-attacker without Composer
On this page you can find all versions of the php package yidas/brute-force-attacker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yidas/brute-force-attacker
More information about yidas/brute-force-attacker
Files in yidas/brute-force-attacker
Package brute-force-attacker
Short Description Brute-force attack tool for generating all possible string and executing function
License MIT
Homepage https://github.com/yidas/brute-force-attacker-php
Informations about the package brute-force-attacker
Brute Force Attacker for PHP
Brute-force attack tool for generating all possible string and executing function
OUTLINE
- Demonstration
- Requirements
- Installation
- Usage
- Options
DEMONSTRATION
Generates 0
-9
string and matches target string:
REQUIREMENTS
This library requires the following:
- PHP 5.4.0+|7.0+|8.0+
INSTALLATION
Run Composer in your project:
composer require yidas/brute-force-attacker
Then you could call it after Composer is loaded depended on your PHP framework:
USAGE
Call the run()
static method and bring in the options to start:
Options
Setting all options including skip mechanism:
length
String length for generating
charMap
Character map used to generate strings
callback
Customized function for performing brute-force attack
startFrom
Start running from the givien charset string
skipLength
String length for skipping based on skipCount
setting
skipCount
Skip count of the charMap
based on skipLength