{"id":26054709,"url":"https://github.com/avdaredevil/closure-set","last_synced_at":"2026-06-12T16:32:57.191Z","repository":{"id":80177487,"uuid":"71020881","full_name":"avdaredevil/Closure-Set","owner":"avdaredevil","description":"Finds the closure set for any given character sequence, by traversing the ruleset","archived":false,"fork":false,"pushed_at":"2016-10-31T20:04:31.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T05:41:39.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/avdaredevil.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-16T00:09:52.000Z","updated_at":"2016-10-16T00:37:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"43362e64-76db-41da-9af9-80f8bfdcdac1","html_url":"https://github.com/avdaredevil/Closure-Set","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avdaredevil/Closure-Set","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FClosure-Set","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FClosure-Set/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FClosure-Set/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FClosure-Set/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avdaredevil","download_url":"https://codeload.github.com/avdaredevil/Closure-Set/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avdaredevil%2FClosure-Set/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34253932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"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":[],"created_at":"2025-03-08T09:13:13.650Z","updated_at":"2026-06-12T16:32:57.186Z","avatar_url":"https://github.com/avdaredevil.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Closure-Set\n\u003e Finds all closures for a given keyset [**WINDOWS Only**]\n\n## Usage\n\u003e\n- Open Powershell [*With Admin, if you don't have ExecutionPolicy enabled*]\n- If your *execution policy* is not correct, or you have no idea what I'm saying:\n  - In your shell enter `Set-ExecutionPolicy Bypass`\n  - This allows script to be allowed to run in your PowerShell console\n- Cd to the directory where this script is downloaded\n- Copy the rule to your clipboard (the script will read the rules from there!)\n  - If this isn't done, the script will also ask you for the ruleset on execution\n- run `./Closure-Set.ps1`\n\n## Examples\n\u003e\n- Normal Example [Copy the rules to your clipboard first]:\n - Copied my rules [`AB → C, CD → E, EF → G, FG → E, DE → C, and BC → A`]\n - run `./Closure-Set.ps1`\n - Output:\n ```powershell\n [+] Rules:\n    [+] AB -\u003e C\n    [+] CD -\u003e E\n    [+] EF -\u003e G\n    [+] FG -\u003e E\n    [+] DE -\u003e C\n    [+] BC -\u003e A\nEnter Query: ABD\nABCDE\nEnter Query: \n ```\n- With Mask [Copy the rules to your clipboard first]:\n - Copied my rules [`AB → C, CD → E, EF → G, FG → E, DE → C, and BC → A`]\n - run `./Closure-Set.ps1 -Mask`\n - Output:\n ```powershell\n [+] Rules:\n    [+] AB -\u003e C\n    [+] CD -\u003e E\n    [+] EF -\u003e G\n    [+] FG -\u003e E\n    [+] DE -\u003e C\n    [+] BC -\u003e A\nEnter Query: ABD\nCE\nEnter Query: \n ```\n\n## Parameters\n\u003e \nparam | Definition\n----- | ----------\n-Mask | Only show added characters from the traversal\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdaredevil%2Fclosure-set","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favdaredevil%2Fclosure-set","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favdaredevil%2Fclosure-set/lists"}