command
module
Version:
v0.0.0-...-ec961cc
Opens a new window with list of versions in this module.
Published: Jun 30, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
hike
Requests multiple url based on a url
Install
go install github.com/zblurx/hike@latest
Usage
$ hike https://www.google.com/this/is/a/mistake
https://www.google.com/this/is/a/mistake [404] [Content-Length: 1578] [Error 404 (Not Found)!!1]
https://www.google.com/this/is/a [404] [Content-Length: 1570] [Error 404 (Not Found)!!1]
https://www.google.com/this/is [404] [Content-Length: 1568] [Error 404 (Not Found)!!1]
https://www.google.com/this [404] [Content-Length: 1565] [Error 404 (Not Found)!!1]
https://www.google.com [200] [Content-Length: 0] [Google]
worst example but it can find nice things
Permute mode
$ hike https://www.google.com/this/is/a/mistake
https://www.google.com/this/is/mistake [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/this/is [404] [Content-Length: 1568] [Error 404 (Not Found)!!1]
https://www.google.com/this/mistake/is [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/this/mistake [404] [Content-Length: 1573] [Error 404 (Not Found)!!1]
https://www.google.com/this [404] [Content-Length: 1565] [Error 404 (Not Found)!!1]
https://www.google.com/is/this/mistake [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/is/this [404] [Content-Length: 1568] [Error 404 (Not Found)!!1]
https://www.google.com/is/mistake/this [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/is/mistake [404] [Content-Length: 1571] [Error 404 (Not Found)!!1]
https://www.google.com/is [200] [Content-Length: 0] [Google]
https://www.google.com/mistake/this/is [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/mistake/this [404] [Content-Length: 1573] [Error 404 (Not Found)!!1]
https://www.google.com/mistake/is/this [404] [Content-Length: 1576] [Error 404 (Not Found)!!1]
https://www.google.com/mistake/is [404] [Content-Length: 1571] [Error 404 (Not Found)!!1]
https://www.google.com/mistake [404] [Content-Length: 1568] [Error 404 (Not Found)!!1]
https://www.google.com [200] [Content-Length: 0] [Google]
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.