Skip to content

Instantly share code, notes, and snippets.

View chanchol-kumar's full-sized avatar
🎯
Focusing

Chanchol Kumar Modok chanchol-kumar

🎯
Focusing
View GitHub Profile
@sundowndev
sundowndev / GoogleDorking.md
Last active May 24, 2024 05:38
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"
@ppisarczyk
ppisarczyk / Programming_Languages_Extensions.json
Last active May 21, 2024 12:37 — forked from aymen-mouelhi/languages.json
Programming Languages and their File Extensions
[
{
"name":"ABAP",
"type":"programming",
"extensions":[
".abap"
]
},
{
"name":"AGS Script",