Skip to content

Instantly share code, notes, and snippets.

View TechMarinar's full-sized avatar
💭
prepare yourself with Knowledge , Experience ,& Excessive resources as u can!

Muhammad Ahmad Dahab TechMarinar

💭
prepare yourself with Knowledge , Experience ,& Excessive resources as u can!
  • SoftwareStudio
  • Dubai - UAE
View GitHub Profile
🔥Complete Bug Bounty Cheat Sheet🔥
XSS
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/xss.md
https://github.com/ismailtasdelen/xss-payload-list
SQLi
https://github.com/EdOverflow/bugbounty-cheatsheet/blob/master/cheatsheets/sqli.md
@TechMarinar
TechMarinar / GoogleDorking.md
Created August 6, 2023 11:08 — 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"