Recommend this page to a friend! |
Download .zip |
Info | Example | View files (5) | Download .zip | Reputation | Support forum | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2022-11-18 (15 days ago) | Not yet rated by the users | Total: 99 | All time: 9,672 This week: 189 |
Version | License | PHP version | Categories | |||
dorkgen 1.9.2 | The PHP License | 5 | PHP 5, Searching |
Google dork generator
composer require 0x1881/dorkgen
require_once __DIR__.'/vendor/autoload.php';
use C4N\DorkGen\Google;
$google = (new Google)->exclude(
(new Google)->site('instagram.com')->site('facebook.com')
)
->group(
(new Google)->plain('mark')->and()->plain('zuckerberg')
)
->username('zuck');
echo $google.PHP_EOL; // == return $google->string()
echo $google->dork().PHP_EOL; // == return $google->string()
echo $google->string().PHP_EOL;
echo $google->url().PHP_EOL;
print_r($google->tags());
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation | ||
test.php | Example | Example script |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.