https://github.com/dkasak/relative-urls
Extract endpoints from stdin or files.
https://github.com/dkasak/relative-urls
bug-bounty bug-hunting endpoint extraction pentesting python security url websec
Last synced: 6 months ago
JSON representation
Extract endpoints from stdin or files.
- Host: GitHub
- URL: https://github.com/dkasak/relative-urls
- Owner: dkasak
- Created: 2020-03-09T18:46:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T11:24:02.000Z (about 5 years ago)
- Last Synced: 2025-03-20T03:19:52.261Z (7 months ago)
- Topics: bug-bounty, bug-hunting, endpoint, extraction, pentesting, python, security, url, websec
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a simple tool to extract potential web endpoints (relative URLs) from
a file or stdin, based on some heuristics. Useful when bug hunting.It's similar to jobertabma's [relative-url-extractor][relative-url-extractor],
except it's written in Python and can also receive input from stdin, since
I often use commands in a pipeline. It also allows some additional characters
which are valid in an URL so it will catch some additional endpoints.[relative-url-extractor]:
# Usage
- `relative-urls some-file.js another-file.js`
- `curl https://some-url.com/ | relative-urls`