{"id":22488665,"url":"https://github.com/gbrls/kurl","last_synced_at":"2025-08-02T21:31:33.156Z","repository":{"id":65533151,"uuid":"594141941","full_name":"gbrls/kurl","owner":"gbrls","description":"HTTP Requests for security researchers","archived":false,"fork":false,"pushed_at":"2023-07-03T18:05:29.000Z","size":824,"stargazers_count":63,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T17:43:20.469Z","etag":null,"topics":["bugbounty","security-tools"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/kurl","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbrls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-27T17:42:48.000Z","updated_at":"2024-06-18T13:25:02.000Z","dependencies_parsed_at":"2023-02-16T12:45:18.393Z","dependency_job_id":null,"html_url":"https://github.com/gbrls/kurl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbrls%2Fkurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbrls%2Fkurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbrls%2Fkurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbrls%2Fkurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbrls","download_url":"https://codeload.github.com/gbrls/kurl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500219,"owners_count":17930019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","security-tools"],"created_at":"2024-12-06T17:18:20.000Z","updated_at":"2024-12-06T17:20:37.466Z","avatar_url":"https://github.com/gbrls.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Kurl\n\u003cp align=\"center\"\u003e\n\u003cb\u003eA Fast and Simple HTTP Client for Security Researchers\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/gbrls/kurl#install-kurl\" align=\"center\"\u003eInstall\u003c/a\u003e\n•\n\u003ca href=\"https://github.com/gbrls/kurl#usage\" align=\"center\"\u003eUsage\u003c/a\u003e\n•\n\u003ca href=\"https://github.com/gbrls/kurl#concept\" align=\"center\"\u003eConcept\u003c/a\u003e\n\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n![](./img/kurl-demo.jpg)\n\n\u003c/p\u003e\n\n\n\n# Install Kurl\n\n```bash\ncargo install kurl\n```\n_For this to work you need to have [Rust installed](https://rustup.rs/)_\n\n# Concept\n\n**Kurl** was created to aid my work as a Red Teamer.\nKurl creates an easy to view data sent via HTTP requests by the URLs provided, showing:\n\n- Status code.\n- Response length.\n- HTTP Verb.\n- **Data format** (json or xml).\n- Content-Type.\n- The URL itself.\n\nWith kurl it's easy to parse through many URLs to find relevant data. You can visually find what's important for you,\nor even output to a file and grep things.\n\n# Usage\n\n```\nkurl --help\n```\n\nWill show the command line usage.\n\n\n```console\nSimple CLI HTTP client focused on security research\n\nUsage: kurl [OPTIONS] \u003cURL_OR_FILE\u003e\n\nArguments:\n  \u003cURL_OR_FILE\u003e  URL or file with URLs to send the request\n\nOptions:\n  -p \u003cNWORKERS\u003e\n          Number of parallel threads to send the requests [default: 4]\n  -X \u003cVERB\u003e\n          [default: GET] [possible values: POST, GET, HEAD]\n  -b, --body\n\n  -d, --data \u003cDATA\u003e\n          Data to be sent in the request body\n      --verbosity-level \u003cVERBOSITY_LEVEL\u003e\n          [default: 0]\n  -o \u003cOUTPUT\u003e\n          File to write the results\n      --fext \u003cFILTER_EXTENSIONS\u003e\n          Extensions to be ignored [default: jpeg,png,jpg,gif,wof,ttf,otf,eot,swf,ico,svg,css,woff,woff2]\n      --fstatus \u003cFILTER_STATUS\u003e\n          Status codes to be ignored [default: 404]\n  -h, --help\n          Print help\n  -V, --version\n          Print version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbrls%2Fkurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbrls%2Fkurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbrls%2Fkurl/lists"}