urlscan
Version, currently main branch1 version
- main branchlatestMar 2, 2023
github.com/NeuraLegion/urlscan
Generate a HAR from a single request
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
urlscan:
github: NeuraLegion/urlscan
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.7.2- License
- MIT
- Author
- Bar Hofesh
- Target
urlscanfrom src/urlscan.cr
Dependencies
Runtime Dependencies
- har*github: NeuraLegion/har
README
urlscan
TODO: Write a description here
Installation
- Install Crystal
git clonethis repocdinto the reposhards build
Docker
You can also use the Docker image:
docker run -it --rm neuralegion/urlscan --url https://www.google.com --method GET
Usage
Simple example:
urlscan --url https://www.google.com --method GET
This will output the request and response body as HAR to the console. You can use a simple pipe to save it to a file:
urlscan --url https://www.google.com --method GET > google.har
Full usage:
Usage: urlscan [arguments]
-u URL, --url=URL Target URL
-m METHOD, --method=METHOD HTTP Method to use (GET/POST/etc..)
-b BODY, --body=BODY Body to send
-H HEADER, --header=HEADER Header to send (NAME:VALUE)
-h, --help
Contributing
- Fork it (https://github.com/NeuraLegion/urlscan/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Bar Hofesh - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Mar 2, 2023
- Crystal
1.7.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/NeuraLegion/urlscan
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 25, 2026
- Synced
- Sep 25, 2026
- Versions
- 1