GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.GoogleDorking Class Reference
Inheritance diagram for GenerallyPositive.GoogleDorking:

Public Member Functions

IAllowDorkingEngineSelection WithApiKey (string apiKey)
IAllowGenerateAPIKey WithCredentials (ICredentials credentials)
IAllowGenerateAPIKey WithProjectName (string projectName)
IAllowGenerateAPIKey WithProjectId (string projectId)
IAllowDorkingApiKey GenerateApiKey (out string apiKey)
IAllowDorkingQueryBuilding WithDateRestriction (DateRestriction restriction, int? customValue=null)
IAllowDorkingQueryBuilding WithSortBy (SortOption sortBy)
IAllowDorkingQueryExecution SearchFor (string searchTerm)
IAllowDorkingQueryBuilding GetResults (out IGPALGrid< string > results)
IGoogleDorking ToGPALObject ()
IAllowDorkingQueryBuilding WithEngineId (string engineId)
IAllowDorkingQueryBuilding WithExcludeTerm (string term)
IAllowDorkingQueryBuilding WithSite (string site)
IAllowDorkingQueryBuilding WithFileType (FileType fileType)
IAllowDorkingQueryBuilding WithInTitle (string term)
IAllowDorkingQueryBuilding WithInUrl (string term)
IAllowDorkingQueryBuilding WithResultsPerPageUpTo10 (int num)
IAllowDorkingQueryExecution SearchForExactPhrase (string searchTerm)

Static Public Member Functions

static bool IsValidApiKeyFormat (string apiKey)

Properties

GoogleDorkingConfig Config [get]
string ApiKey [get]
string EngineId [get]

Detailed Description

Definition at line 76 of file GoogleDorking.cs.

Constructor & Destructor Documentation

◆ GoogleDorking()

GenerallyPositive.GoogleDorking.GoogleDorking ( )

Definition at line 91 of file GoogleDorking.cs.

Member Function Documentation

◆ GenerateApiKey()

IAllowDorkingApiKey GenerallyPositive.GoogleDorking.GenerateApiKey ( out string apiKey)

Definition at line 132 of file GoogleDorking.cs.

◆ GetResults()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.GetResults ( out IGPALGrid< string > results)

Definition at line 236 of file GoogleDorking.cs.

◆ IsValidApiKeyFormat()

bool GenerallyPositive.GoogleDorking.IsValidApiKeyFormat ( string apiKey)
static

Definition at line 303 of file GoogleDorking.cs.

◆ SearchFor()

IAllowDorkingQueryExecution GenerallyPositive.GoogleDorking.SearchFor ( string searchTerm)

Definition at line 222 of file GoogleDorking.cs.

◆ SearchForExactPhrase()

IAllowDorkingQueryExecution GenerallyPositive.GoogleDorking.SearchForExactPhrase ( string searchTerm)

Definition at line 397 of file GoogleDorking.cs.

◆ ToGPALObject()

IGoogleDorking GenerallyPositive.GoogleDorking.ToGPALObject ( )

Definition at line 298 of file GoogleDorking.cs.

◆ WithApiKey()

IAllowDorkingEngineSelection GenerallyPositive.GoogleDorking.WithApiKey ( string apiKey)

Definition at line 100 of file GoogleDorking.cs.

◆ WithCredentials()

IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithCredentials ( ICredentials credentials)

Definition at line 114 of file GoogleDorking.cs.

◆ WithDateRestriction()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithDateRestriction ( DateRestriction restriction,
int? customValue = null )

Definition at line 193 of file GoogleDorking.cs.

◆ WithEngineId()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithEngineId ( string engineId)

Definition at line 316 of file GoogleDorking.cs.

◆ WithExcludeTerm()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithExcludeTerm ( string term)

Definition at line 329 of file GoogleDorking.cs.

◆ WithFileType()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithFileType ( FileType fileType)

Definition at line 347 of file GoogleDorking.cs.

◆ WithInTitle()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithInTitle ( string term)

Definition at line 366 of file GoogleDorking.cs.

◆ WithInUrl()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithInUrl ( string term)

Definition at line 375 of file GoogleDorking.cs.

◆ WithProjectId()

IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithProjectId ( string projectId)

Definition at line 126 of file GoogleDorking.cs.

◆ WithProjectName()

IAllowGenerateAPIKey GenerallyPositive.GoogleDorking.WithProjectName ( string projectName)

Definition at line 120 of file GoogleDorking.cs.

◆ WithResultsPerPageUpTo10()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithResultsPerPageUpTo10 ( int num)

Definition at line 384 of file GoogleDorking.cs.

◆ WithSite()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithSite ( string site)

Definition at line 338 of file GoogleDorking.cs.

◆ WithSortBy()

IAllowDorkingQueryBuilding GenerallyPositive.GoogleDorking.WithSortBy ( SortOption sortBy)

Definition at line 211 of file GoogleDorking.cs.

Property Documentation

◆ ApiKey

string GenerallyPositive.GoogleDorking.ApiKey
get

Definition at line 80 of file GoogleDorking.cs.

◆ Config

GoogleDorkingConfig GenerallyPositive.GoogleDorking.Config
get

Definition at line 78 of file GoogleDorking.cs.

◆ EngineId

string GenerallyPositive.GoogleDorking.EngineId
get

Definition at line 81 of file GoogleDorking.cs.


The documentation for this class was generated from the following file: