{"id":25074755,"url":"https://github.com/rix4uni/dirless","last_synced_at":"2026-02-16T02:38:37.259Z","repository":{"id":265611618,"uuid":"896204086","full_name":"rix4uni/dirless","owner":"rix4uni","description":"dirless is a CLI tool to match, highlight, and categorize URLs using configurable regex patterns.","archived":false,"fork":false,"pushed_at":"2024-11-30T05:55:47.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T01:08:59.164Z","etag":null,"topics":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","threat-intelligence"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rix4uni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T19:11:09.000Z","updated_at":"2025-09-11T16:44:04.000Z","dependencies_parsed_at":"2024-11-30T15:30:55.609Z","dependency_job_id":null,"html_url":"https://github.com/rix4uni/dirless","commit_stats":null,"previous_names":["rix4uni/dirless"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rix4uni/dirless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fdirless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fdirless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fdirless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fdirless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rix4uni","download_url":"https://codeload.github.com/rix4uni/dirless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rix4uni%2Fdirless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29498757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bug-bounty","bugbounty","bugbountytips","hacking","infosec","osint","osint-resources","osint-tool","penetration-testing","pentest-tool","pentesting","recon","reconnaissance","security","security-tools","threat-intelligence"],"created_at":"2025-02-07T00:18:28.638Z","updated_at":"2026-02-16T02:38:37.244Z","avatar_url":"https://github.com/rix4uni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## dirless\n\ndirless is a CLI tool to match, highlight, and categorize URLs using configurable regex patterns.\n\n## Installation\n```\ngo install github.com/rix4uni/dirless@latest\n```\n\n## Download prebuilt binaries\n```\nwget https://github.com/rix4uni/dirless/releases/download/v0.0.1/dirless-linux-amd64-0.0.1.tgz\ntar -xvzf dirless-linux-amd64-0.0.1.tgz\nrm -rf dirless-linux-amd64-0.0.1.tgz\nmv dirless ~/go/bin/dirless\n```\nOr download [binary release](https://github.com/rix4uni/dirless/releases) for your platform.\n\n## Compile from source\n```\ngit clone --depth 1 github.com/rix4uni/dirless.git\ncd dirless; go install\n```\n\n## Usage\n```\nUsage of dirless:\n  -exclude-regex string\n        Comma-separated list of regex names to exclude.\n  -match string\n        Path to custom match.json file.\n  -nc\n        Disable colors in CLI output.\n  -silent\n        Silent mode.\n  -verbose\n        Enable verbose output.\n  -version\n        Print the version of the tool and exit.\n```\n\n## Examples\n```\n▶ cat targets.txt\nhttps://www.facebook.com/sharer.php?u=https://blog.rix4uni.com/2024/11/today-gold-and-the-others-price/management.html\nhttps://www.rix4uni.com/admin/idea/265438/rumored-buzz-on-the-best-rv-batteries-near-me\nhttps://www.rix4uni.com/admin/idea/359642/default?r=36458\nhttps://dev-downloads.rix4uni.com/2024-05-18/Repository/test\nhttps://www.rix4uni.com/browse/Flash/694582/how-to-bathe?cat=1\nhttps://dev-downloads.rix4uni.com/how-to-bathe?cat=1\nhttps://dev-downloads.rix4uni.com/786543/2024-05-18/Repository/test\n\n▶ cat targets.txt | dirless -silent -verbose\n[regex1] [id3951] https://www.rix4uni.com/admin/idea/265438/rumored-buzz-on-the-best-rv-batteries-near-me\n[regex1] [id3951] [ignored] https://www.rix4uni.com/admin/idea/359642/default?r=36458\n[regex1] [id3951] [ignored] https://www.rix4uni.com/browse/Flash/694582/how-to-bathe?cat=1\n[regex2] [id7869] https://dev-downloads.rix4uni.com/786543/2024-05-18/Repository/test\n[regex3] [id7869] [ignored] https://dev-downloads.rix4uni.com/2024-05-18/Repository/test\n[unmatched] https://www.facebook.com/sharer.php?u=https://blog.rix4uni.com/2024/11/today-gold-and-the-others-price/management.html\n[unmatched] https://dev-downloads.rix4uni.com/how-to-bathe?cat=1\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fdirless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frix4uni%2Fdirless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frix4uni%2Fdirless/lists"}