Recommend this page to a friend! |
![]() |
Info | Example | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 111 This week: 1 | All time: 9,641 This week: 42![]() |
Version | License | PHP version | Categories | |||
dorkgen 1.9.2 | The PHP License | 5 | PHP 5, Searching |
<?php |
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());
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
Doc. | Documentation | ||
![]() ![]() |
Example | Example script |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
![]() |
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.