Partially Solved:
I’m still limited by the daily quota.
I need a list of thousands of URLs from Google Dorking.
Code used:
#!/usr/bin/python3
import requests
from colorama import Fore as F
API_KEY = 'REPLACE THIS WITH GOOGLE API KEY'
CSE_ID = 'REPLACE THIS WITH CUSTOM SEARCH ENGINE ID'
with...
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:
inurl:xmlrpc.php/?rsd
The idea is to scrape domains from the Google search results and use them in my script for testing. The problem...