- Joined
- March 22, 2025
- Messages
- 47
- Reaction score
- 8
- Points
- 8
- Thread Author
- #1
Hey everyone,
I'm kinda new to this field and currently testing out some things. I’m trying to build a list of WordPress sites by using a Google dork like this:
The idea is to scrape domains from the Google search results and use them in my script for testing. The problem is — Google keeps blocking me after a few requests and throws rate limit/captcha issues.
I'm kinda new to this field and currently testing out some things. I’m trying to build a list of WordPress sites by using a Google dork like this:
Code:
inurl:xmlrpc.php/?rsd
- I’ve tried:
Using random user-agents
Adding random time.sleep() intervals
Using proxies (even rotating ones)
But nothing really worked. I still get blocked quickly and can’t gather enough domains.
-
Is there a better or alternative way to get a large list (thousands) of WordPress domains that have xmlrpc.php enabled, or that match that dork or Any other Dork ?
Any help, advice, or tools you’d recommend would be super appreciated
Thanks in advance!