Here's something to get you started. For those who want employee emails... Change the email name to common first name/last name combos. Then ping them to verify existence.
[email protected],
[email protected],
etc
https://tools.verifyemailaddress.io/...
Yes there is a way to have different domain names for each IP. It's just a 1 to 1 relationship.
Why are you so keen on using domain names? You'd probably be better off just sticking to the IPs.
For those interested -- I just posted a thread on the backlink/expired domain checker I wrote in Node.js
https://www.blackhatworld.com/seo/node-js-expired-domain-checker.1281872/
Here's a backlink checker that checks if the domain is expired (ENOTFOUND).
Simply scrape the sitemap list from a site (in our example techcrunch.com) using
https://techcrunch.com/sitemap-index-1.xml
copy([].slice.call(document.querySelectorAll('table tr td:nth-child(2)')).map(elem =>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.