Skip to content

Instantly share code, notes, and snippets.

View ammar0xff's full-sized avatar
🎯
Focusing

Ammar Mohamed ammar0xff

🎯
Focusing
View GitHub Profile
#!/bin/bash
# Colors
green='\033[0;32m'
yellow='\033[1;33m'
Red='\033[0;31m'
ENDCOLOR="\e[0m"
# Define download URLs
ventoy_url="https://yer.dl.sourceforge.net/project/ventoy/v1.0.99/ventoy-1.0.99-linux.tar.gz?viasf=1"
@ammar0xff
ammar0xff / GoogleDorking.md
Created December 24, 2023 12:32 — 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"