Quantcast
Channel: Active questions tagged whois - Stack Overflow
Browsing latest articles
Browse All 45 View Live
↧

Image may be NSFW.
Clik here to view.

Trying to create a whois in python but it doesn't run

For some reason, the output returns like this instead of how it should be: Listed; one under the other; organized.Reference:consulta.pyfrom socket import socket, AF_INET, SOCK_STREAMfrom sys import...

View Article


whois command and whois REST API giving different results for IP address

Running whois 74.93.16.177 on my laptop gives me information back and tells me the IP belongs to Comcast.However calling the Whois REST API tells me that the IP is not managed by RIPE. I'm also able to...

View Article

Whois with a list of domain names but got error "No whois server is known for...

I got the error message "No whois server is known for this kind of object." When I had my script run.#!/bin/bashdomain_list="input.txt"while read linedo name=$line echo $name whois $name sleep 2done...

View Article

Are EPP status codes case-sensitive?

When I reviewed the relevant RFC documents, I couldn't find anything about the case sensitivity of the status codes. Therefore, I wanted to ask this question here.I have encountered the following EPP...

View Article

Possible to search Whois database by registrant name?

I am looking to collect domains and registrants' contact details via whois lookups. Does anybody know of a resource that has free reverse look-ups using the registrant name as the search term?

View Article


AttributeError: module 'whois' has no attribute 'whois'

I am running my ML code and getting this error- Enter website name=> www.google.comTraceback (most recent call last): File "Dphishing.py", line 12, in <module> p2.category2(website) File...

View Article

Doing a whois with a list of domain names

I've got a file of domain names e.g. equivalent to 2500.I would like to do a whois on these domain names. Issue is I've never done that and don't know where to start. If you have any ideas, I'm all...

View Article

I want to get the site information of tk domain in python-whois

I want to get the site information of gg domain in python-whois.However, it is not possible to obtain information about a domain in a particular TLD(e.g. example.tk for the tk domain).import whoisres =...

View Article


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 Article


How 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 Article

What 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 Article

How 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 Article

Difficulty 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 Article


Image may be NSFW.
Clik here to view.

Is 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 Article

How 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 Article


determine 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 Article

I 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 Article


Error 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 Article

Image may be NSFW.
Clik here to view.

No 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 Article

How 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 Article

ModuleNotFoundError: 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 Article


Getting 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 Article


Using 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 Article

How 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 Article

Is 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 Article


Obtain 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

Getting Whois data for .com domain name whois.verisign-grs.com

I am trying to fetch the whois data for domain names all other domains(other than .com and .net ) are giving some results for domain names information but while querying to the whois server of .com and...

View Article

Verify that user agent facebookexternalhit is really Facebook

I'm seeing a lot of hits on my website with the following user agent:facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)I'm trying to verify whether it really is from Facebook or...

View Article

Reverse ip, find domain names on ip address

How and from where websites like this http://www.yougetsignal.com/tools/web-sites-on-web-server/ are getting this information from? How can I develop such tool?Thank you.

View Article



Why am I getting 'TypeError: a bytes-like object is required, not 'str'' when...

I am creating a basic "whois" script, but it is not working. When I try to run it in the Linux terminal, it returns the error:"TypeError: a bytes-like object is required, not 'str'" indicated inthe...

View Article
Browsing latest articles
Browse All 45 View Live