Skip to content

Instantly share code, notes, and snippets.

@mwarr-dev
mwarr-dev / GoogleDorking.md
Created September 11, 2021 19:21 — forked from sundowndev/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

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"
@mwarr-dev
mwarr-dev / free-database-hosting.md
Created September 10, 2021 13:59 — forked from bmaupin/free-database-hosting.md
Free database hosting
@mwarr-dev
mwarr-dev / ssh.sh
Created February 16, 2020 00:21 — forked from zircote/ssh.sh
Convert a AWS PEM into a ssh pub key
ssh-keygen -y -f private_key1.pem > public_key1.pub