Pointer is a Simple Lightweight Tool for Endpoint Discovery.
This bash-powered tool is designed to make the process of hunting down endpoints a breeze. Say goodbye to the tedious manual search and hello to efficient, automated endpoint discovery.
Note: The primary focus of Pointer is on uncovering hidden directories and files within the provided endpoint. This tool is optimized to aid in discovering those hard-to-spot paths that might otherwise go unnoticed. Happy endpoint hunting!
Clone the repository:
git clone https://github.com/imhego/pointer.git
cd pointer
bash installer.sh
- Discover endpoints for a target URL:
pointer http://testphp.vulnweb.com
- Explore endpoints within a specific path:
pointer http://testphp.vulnweb.com/vendor
The Pointer tool is designed to work with endpoint URLs in the following format: "https://example.com"
or "https://example.com/directory/directory/directory"
Please keep the following points in mind when using the Pointer tool:
- Protocol Requirement: Make sure to use either
http
orhttps
as the protocol at the beginning of the endpoint URL.
By following these guidelines, you can ensure that the Pointer tool functions accurately and provides the desired results for endpoint discovery.