Hello all,
I am looking for an efficient way to find large amount of WordPress sites. I am thinking about the following method:
1. Get list of domains from https://dnpedia.com/tlds/daily.php and https://whoisds.com
2. With bash script, see if domain resolves to IP, if no go to next domain
3. If resolve, try to get /wp-login.php . If curl returns code 200, save the domain to SQLite db.
Is there more efficient way to do this? Instead of bash, use Python? Or a better way to get many domains. Is there already a tool or script to do the same? I do not need vulnerability scan with wpscan at this stage.
I am looking for an efficient way to find large amount of WordPress sites. I am thinking about the following method:
1. Get list of domains from https://dnpedia.com/tlds/daily.php and https://whoisds.com
2. With bash script, see if domain resolves to IP, if no go to next domain
3. If resolve, try to get /wp-login.php . If curl returns code 200, save the domain to SQLite db.
Is there more efficient way to do this? Instead of bash, use Python? Or a better way to get many domains. Is there already a tool or script to do the same? I do not need vulnerability scan with wpscan at this stage.