Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
9,345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Here is kind of a tutorial on how to write google dorks.
  2.  
  3. With these dorks you get tons of GOOGLE HQ URLS!
  4.  
  5. Vulnerable sites roll down easy with this tutorial.
  6.  
  7.  
  8.  
  9. Don't waste time if you don't know what dorks are and how they work.
  10.  
  11. Don't waste time if you don't have any experience with cracking.
  12.  
  13.  
  14.  
  15. Okay, so if you are reading this I'm assuming you already know what are dorks and how they work.
  16.  
  17. The dorks we are going to write programmers, web designers and other crackers call "GOOGLE DORKS", other people call them Complex or Deluxe dorks. Basically google dorks are dorks that abuse the power of google to get websites.
  18.  
  19.  
  20.  
  21. Google dorks (Complex/deluxe dorks) are a bit different than the regular dorks we all know.
  22.  
  23.  
  24.  
  25. Here is a regular dork: nulled.php?site=
  26.  
  27.  
  28.  
  29.  
  30.  
  31. Here are a few examples of google dorks:
  32.  
  33. Inurl: "nulled" + ".to"
  34.  
  35. allinurl: "nulled" + "kostrikov"
  36.  
  37. related: "cracking" + "nulled"
  38.  
  39. inurl: index.php?site= intext: "games" + site:com
  40.  
  41.  
  42.  
  43. There is no easy way of making these than writing them. I recommend using Notepad++ to write them on.
  44.  
  45. Download notepad++ : https://notepad-plus-plus.org/download/
  46.  
  47.  
  48.  
  49. First of all you need to know what you are looking for. Google dorks are a bit precise so you need to have a clear target. Let's say steam accounts.
  50.  
  51.  
  52.  
  53. So now keywords. You don't use random bullshit that get to your mind, or use online keyword scrappers. You need to go on the site that mostly has what you are looking for (atm we will be writing dorks for steam so we will go on steampowered.com, steamcommunity.com, store.steamcommunity.com, some games on steam e.t.c.)
  54.  
  55.  
  56.  
  57. You need to look around for some keywords in the URLs when you click around and also you need to look for some common keywords around the site. Write them down or something.
  58.  
  59.  
  60.  
  61. Now let's start writing the dorks.
  62.  
  63.  
  64.  
  65. Open up Notepad++ and start writing them.
  66.  
  67. I won't go into detail on how to use the keyboard and shit (if u dont know that just shut down ur pc).
  68.  
  69.  
  70.  
  71. Here are the commands u need:
  72.  
  73.  
  74.  
  75. Inurl: Google will restrict the results to documents containing that word in the url. For instance, inurl: steamcommunity will
  76.  
  77. return documents that mention the word “steamcommunity” in their url, anywhere in the document (url or no). Note there can be no space between if you put more words. (You can use + and "" to put more words, but if u need more just use allinurl)
  78.  
  79. allinurl: Same as inurl but here you can write more words, eg. allinurl: "steampowered" + ".com" .
  80.  
  81. allintitle: Here you tell google to look for the word provided in the title. allintitle: steam
  82.  
  83.  
  84. site: Google will look for URLS containing specific site, eg. site:com --> will look only for sites containing .com
  85.  
  86.  
  87.  
  88. related: Google will look for URLs related to the keyword you put in, eg. related: steam ---> will look for urls related to steam
  89.  
  90.  
  91.  
  92. Here are some dorks I wrote for this tutorial:
  93.  
  94.  
  95.  
  96. Inurl: steampowered
  97.  
  98. allinurl: "steam" + "call of duty"
  99.  
  100. index.php?game= intext: "wrong password"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement