Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thatsinewave/uncovered

Uncovered is a simple web application designed to perform domain/IP scans.
https://github.com/thatsinewave/uncovered

good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project good-first-prs ip-address ip-address-lookup ip-geolocation ip-lookup scan scan-tool scanner scanning thatsinewave who whois whois-client whois-lookup

Last synced: 3 days ago
JSON representation

Uncovered is a simple web application designed to perform domain/IP scans.

Awesome Lists containing this project

README

        

# Uncovered Tool

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 and the HackerTarget API for various other tasks.

## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)

## How to Use

1. Visit the Uncovered website.
2. Enter the required information in the designated fields:
1. Input: Input your IP address, domain, or other relevant details.
2. Function: Choose the network function you want to execute from the dropdown list.
3. Click on the "Execute" button to trigger the selected function.
4. You'll see the output displayed below the form, providing you with the results of the executed function.

## Features

- **Check IP Info**: Obtain detailed information about an IP address, including country, city, ISP, organization, and more.
- **Make Request**: Send a request to a specified URL and receive the response.
- **Reverse DNS Lookup**: Perform a reverse DNS lookup for an IP address or domain.
- **DNS Lookup**: Conduct a DNS lookup for a given domain.
- **Host Search**: Search for hosts using a specified query.
- **Shared DNS**: Find shared DNS servers for a given domain.
- **WHOIS Lookup**: Retrieve WHOIS information for a domain (Please note that this function is currently unavailable).
- **Reverse IP Lookup**: Perform a reverse IP lookup for an IP address.
- **AS Lookup**: Lookup Autonomous System (AS) information for an IP address or AS number.
- **IP Geolocation**: Geolocate an IP address.

# [Join my discord server](https://discord.gg/2nHHHBWNDw)

## Credits

- IP-API: Provides IP information retrieval.
- HackerTarget: Provides IP information retrieval.

## 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](LICENSE) file for details.

## Notes
The WHOIS Lookup function is currently disabled and not functional.
Make sure to input the correct information for accurate results.
For additional information on each function and its usage, refer to the comments within the script.js file.

## Acknowledgments

Thank you to the developers of IP-API and HackerTarget for providing their services and libraries, respectively.