How do I run a WHOIS lookup with PHP or Python?
So anyways, I'm working on a small PHP website/script, and as one of the features I'd like to be able to run a WHOIS lookup on the current domain the PHP script is running on.Ideally, it would be one...
View ArticleHow to create a list of recently expired domains? [closed]
I see many websites offering services to list recently expired domains. I also see many blogs on how to use these websites.However, none of them explain what is necessary to generate the list in a...
View ArticleWhat is the purpose of the TIdWhoIsServer component from Indy?
I saw Indy has a TIdWhoIsServer component. What is it used for? Can it be used to do WhoIs lookups? Or what's the purpose of this component?I tried to find documentation on it, but I couldn't really...
View ArticleHow to reliably check if a domain has been registered or is available?
ObjectiveI need a reliable way to check in Python if a domain of any TLD has been registered or is available. The bold phrases are the key points that I'm struggling with.What I tried?WHOIS is the...
View ArticleDifficulty Extracting Nameservers from WHOIS Response in Laravel
I am facing a challenge with extracting nameserver information from a WHOIS response in a Laravel application. I have tried using regular expressions, but I encountered a compilation error related to...
View ArticleIs there a way to skip a data when a domain doesn't contain a specific variable
I'm really confused on how to bypass this problem from whois, is there a way so that when whois outputs the domain variable and it doesn't contain the specific variable that i want to showcase, it...
View ArticleHow to send a request to whois.nic.online by socket?
I made a script that uses a socket to get an info from a whois server. All is ok, but when i pass any of .online tld's domain response from whois.nic.online is:DOMAIN NOT FOUND!But, when i use command...
View Articledetermine availability (and price?) of 50k domains
I have a list of 50k possible domain names. I'd like to find out which ones are available and if possible how much they cost. the list looks like...
View ArticleI want to convert raw html whois lookup data into json or xml using php or...
I got this code for whois lookup from here.but i am getting raw data or html data .. i am getting an output but not in readable format like in json or xml .. how i can convert this into json .. pasting...
View ArticleError while importing python-whois on AWS Lambda
I'm trying to run a script that uses python-whois and I'm having an error. This was previously imported locally using "pip3 install python-whois -t ." and then uploaded to the zip file into AWS Lambda....
View ArticleNo module named 'whois' Despite Already Installing 'python-whois'
ContextI am making a project using Python and have a virtual environment installed called venv. Here is the information for the virtual environment:Version and Modules Installed:I am on a linux machine...
View ArticleHow can I implement a SOCKS proxy to make requests to the whois protocol?
Having trouble wrapping my head around making requests through the SOCKS proxy to whois.lookup.I have a socks proxy (smartproxy) and a node server. I've tried tunnel, request, socks-proxy-agent, It...
View ArticleBy using "whois" we can get expiration date of a domain. But what does it...
I am using pywhois in Python to get this output:I want to know what does it mean to have 2 or more expiration dates? Does it mean that it is phishing domain? I have shared the image of the output. Also...
View ArticleModuleNotFoundError: No module named 'whois' [duplicate]
I am writing a simple python script to do a whois lookup for a domain in Visual studio code.I installed python whois using following code.Pip3 install python-whoisThe following is the code:import...
View ArticleGetting ModuleNotFound Error in Jupyter Notebook despite installing and...
I'm trying to install the ipwhois package in Jupyter Notebook to use the IpWhois function to find the owners of an IP Address.For reference, I'm using a Conda environment to run the notebook. I've used...
View ArticleUnable to find a match for 'manpôwer.com' although domain information is...
I am encountering an issue while using the whois gem, as it fails to locate any records for the domain name 'manpôwer.com'.No match for "MANPôWER.COM".>>> Last update of whois database:...
View ArticleUsing PHP to get whois data?
I'm looping through rows in my database to get information from whois results.Here's what I have right now:function GetEmailFromWhois($domain){ $whois = new Whois(); $query = $domain;...
View ArticleHow to change the creation date in domain registration record?
I'm interested to do it on domain .com zone. Does anyone know a registrar which will be able to do it?
View ArticleIs there a permanent record/history of who owned a domain?
Is there a record (history) of whomever ever owned a domain? Maybe at the top level? Or if someone transfers a domain to a new whois server, is the history never visible? Or is there a record of which...
View ArticleObtain whois data for a short domain name
Let say, we want to get a date of registration of a domain name. This information can be easily obtained from whois.crsnic.net server (on port 43). However, if we want to obtain that kind of...
View Article