Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecommieaxolotl/cairo
A simple command line tool for enumerating HTTP requests.
https://github.com/thecommieaxolotl/cairo
Last synced: about 6 hours ago
JSON representation
A simple command line tool for enumerating HTTP requests.
- Host: GitHub
- URL: https://github.com/thecommieaxolotl/cairo
- Owner: TheCommieAxolotl
- Created: 2023-09-23T00:21:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-23T00:40:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:07:29.868Z (7 months ago)
- Language: TypeScript
- Size: 16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cairo
A simple command line tool for enumerating HTTP requests.
## Install
```sh
curl -fsSL https://github.com/TheCommieAxolotl/cairo/raw/master/install.sh | sudo sh
```## Usage
```sh
$ cairo https://google.comhttps://google.com/ - Using default wordlist (32 paths)
|-----------------------|------------|------------|--------------------|-----------------------------|
| Path | Status | Length | Content Type | Document Title |
|-----------------------|------------|------------|--------------------|-----------------------------|
| / | redirected | 0 | text/html | none |
| /index.html | redirected | 0 | text/html | none |
| /blog | redirected | 0 | text/html | none |
| /docs | redirected | 0 | text/html | none |
| /images | redirected | 0 | text/html | Google Images |
| /fonts | redirected | 0 | text/html | Browse Fonts - Google Fonts |
|----------------------------------------------------------------------------------------------------|
| 32 requests sent in 9.71s. Found 6 unique responses. |
|----------------------------------------------------------------------------------------------------|$ cairo -h
Usage: cairo -p [port] -u [url] [options]
Options:
-h, --help Show this help message and exit
-p, --port Specify a port to use
-u, --url Specify a target URL
-n, --numerical Use numerical subpaths instead of common paths
```