https://github.com/codejake/urltool
https://github.com/codejake/urltool
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codejake/urltool
- Owner: codejake
- Created: 2023-06-08T22:26:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:47:00.000Z (over 1 year ago)
- Last Synced: 2025-02-10T21:54:40.208Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urltool
A simple utility that parses, decodes, and prints URL components.
I typically use it to quickly parse malicious URLs.
## Usage
```bash
./urltool "https://www.google.com/?id=foo#thing=bar"
```
## TODO
- [ ] Add a defang option.
- [ ] Add JSON output as an option.
- [ ] Print resolved IP addresses.