Uncovered is a simple web application designed to perform domain/IP scans. It retrieves information about a provided domain or IP address, utilizing the IP-API service for IP information. Please note that the WHOIS lookup feature is not fully implemented at the moment but will be integrated in the future.
How to Use
- Open
index.html
in your web browser. - Enter a domain name or IP address into the input field.
- Click on the "Scan" button.
- View the retrieved information about the domain or IP address.
Features
- Retrieves IP information using the IP-API service.
- Displays IP-API information such as continent, country, region, city, etc.
- Placeholder error message for WHOIS lookup (will be fully implemented in the future).
Credits
- IP-API: Provides IP information retrieval.
- WHOIS-JS: Library for WHOIS lookup (to be fully implemented in the future).
Contributing
Your contributions to this project are highly appreciated! If you know of any valuable tools or websites that are not listed here, please feel free to contribute by submitting a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Thank you to the developers of IP-API and WHOIS-JS for providing their services and libraries, respectively.