Filter | Description | Example |
---|---|---|
allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | URL | Description | |
---|---|---|---|
Dehashed | https://www.dehashed.com/ | View leaked credentials | |
SecurityTrails | https://securitytrails.com/ | Extensive DNS data | |
DorkSearch—Really | https://dorksearch.com/ | Really fast Google dorking | |
ExploitDB | https://www.exploit-db.com/ | Archive of various exploits | |
ZoomEye | https://www.zoomeye.org/project?id=firewall | Gather information about targets | |
Pulsedive—Search | https://pulsedive.com/ | Search for threat intelligence | |
GrayHatWarefare | https://buckets.grayhatwarfare.com/ | Search public S3 buckets | |
PolySwarm | https://polyswarm.io/ | Scan files and URLs for threats | |
Fofa | https://github.com/wgpsec/fofa_viewer | Search for various threat intelligence |
These are instructions for setting up git to authenticate with GitHub when you have 2-factor authentication set up. This authentication should be inherited by any GUI client you are using. These are intentionally brief instructions, with links to more detail in the appropriate places.
-
Download and install the git command-line client (if required).
-
Open the git bash window and introduce yourself to git (if required):
git config --global user.name 'Firstname Lastname' git config --global user.email 'firstname.lastname@gov.bc.ca'