/Endpoint-Crawler

Find web endpoints based on source code of a web application.

Primary LanguagePythonMIT LicenseMIT

Endpoint crawler

Find endpoints in source code of web applications.

NOTE: After writing this tool I discovered OWASP attack surface detector which does basically the same and more.

Install

pip install .

or

make install

Usage

endpoint_crawler --help

Tests

make tests