Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
20.95k stars 1.56k forks source link

Return error blank at whois function #62

Closed Huiicat closed 8 months ago

Huiicat commented 8 months ago

Hi, I have completed the development of the project. However, I got a 500 response from the whois function. The result only returns {error: ''}. How should I proceed with debugging? Thank you.

Huiicat commented 8 months ago

Hi, I have resolved this issue. This is because our environment block the 43 port, so it cannot request the data from "whois.internic.net:43". After open 43 port, the function works.