• We just launched and are currently in beta. Join us as we build and grow the community.

Create Your Own Dorks

Resurrection

Pay-Per-View Specialist
R Rep
0
0
0
Rep
0
R Vouches
0
0
0
Vouches
0
Posts
126
Likes
166
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
credits to foxsi
Info:
In this, I will be looking for a SQL injectable that is accepting payments in Bitcoin.
----------------------------
Part 1:
So lets take a look at a list of SQL Dorks:
So now lets use our brains, the site will use Bitcoin's, so we are going to be looking for a webseller site, So that's the dork we need,
Ex:
inurl:cart.php?id=
inurl:products.php?id=
inurl:buy.php?category=
Alright, so this will give us websites that are selling something, but that still doesn't mean those sites are using Bitcoin as payments!
----------------------------
Part 2:
So now we have our dorks, but we still need to narrow this down to only Bitcoin accepting websites.
For this, we will need to use our brains once again!
Most webseller sites have a button that says "Buy now"
So we can add a ext to our dork:
inurl:cart.php?id= intext:"Buy Now"
"intext" means its in the text of the website page.
"inurl" means its in the URL of the website.
"intitle" means its in the title of the website
(Ex: )
So now we've gotten it narrowed down to websites that will have "Buy Now" in them..
----------------------------
Part 3:
Now we're going to add one last thing,
+"Bitcoin"
So the full dork will be "inurl:cart.php?id= intext:"Buy Now"+"Bitcoin"
Now we've built a google dork, this will work for anything as well!
----------------------------
Final:
Here are a few examples of what I mean..
Bitcoin payment website Sql Injection:
inurl:cart.php?id= intext:"Buy Now"+"Bitcoin
Vpn Websites Sql Injection:
inurl:php?id= intitle:"vpn" intext:"buy"
News website Sql Injection:
inurl:story.php?id= intext:"News"
----------------------------
And this list goes on and on, so that's how you build your own Google dork,
 

428,738

311,347

311,356

Top