{"id":20737427,"url":"https://github.com/tamton-aquib/ice","last_synced_at":"2025-04-24T01:42:31.317Z","repository":{"id":64914317,"uuid":"533686483","full_name":"tamton-aquib/ice","owner":"tamton-aquib","description":"A simple ctf tool store.","archived":false,"fork":false,"pushed_at":"2023-10-01T15:27:46.000Z","size":88,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T05:41:16.537Z","etag":null,"topics":["ctf","cybersecurity","hacktoberfest","ice","rust","tools"],"latest_commit_sha":null,"homepage":"","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/tamton-aquib.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}},"created_at":"2022-09-07T09:00:33.000Z","updated_at":"2025-02-12T21:38:15.000Z","dependencies_parsed_at":"2023-01-31T00:01:27.048Z","dependency_job_id":null,"html_url":"https://github.com/tamton-aquib/ice","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamton-aquib%2Fice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamton-aquib","download_url":"https://codeload.github.com/tamton-aquib/ice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545734,"owners_count":21448247,"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":["ctf","cybersecurity","hacktoberfest","ice","rust","tools"],"created_at":"2024-11-17T06:14:29.268Z","updated_at":"2025-04-24T01:42:31.300Z","avatar_url":"https://github.com/tamton-aquib.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ice\n[Ice](https://gameofthrones.fandom.com/wiki/Ice) is a lightweight command line utility to help with simple problems encountered while playing CTFs. \u003cbr /\u003e\nExtracted from [graveyard](https://github.com/tamton-aquib/graveyard)\n\nNOTE: Most of the functions can autodetect if its encode or decode.\n\n---\n\n### Includes\n- Base: binary, octal, hex, base32, base64\n- General ciphers: a1z23, atbash, etc\n- Caesar ciphers: simple rots, rot13, vigenere, etc\n- Xor: single byte, string vs string, hex vs hex, etc. (wip)\n- check [todo.norg](https://github.com/tamton-aquib/ice/blob/main/todo.norg) for the full list working on.\n\n---\n\n### Installation\n\n##### From AUR\n```sh\nyay -S ice-bin\n```\n\n##### From source (if rust is installed in your system)\n```bash\ncargo install --git https://github.com/tamton-aquib/ice.git\n```\n\n#### From releases\n- Go to [releases](https://github.com/tamton-aquib/ice/releases/) and download the appropriate file.\n- extract the archive and you get a binary.\n- `chmod +x ice` to make it executable.\n- move it to one of the PATHS (usually ~/.local/bin/)\n\n---\n\n### Usage examples\n```bash\nice b64 \"example string\"        # encodes the string\nice b64 ZXhhbXBsZSBzdHJpbmc=    # decodes the string (autodetect)\n\nice morse \"example\"\nice morse \". _.._ ._ __ .__. ._.. .\"  # autodetect\n\n# ... and the other 20 subcommands: checkout src/main.rs\n```\n\n\n### Todo:\nmoved to [todo.norg](https://github.com/tamton-aquib/ice/blob/main/todo.norg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamton-aquib%2Fice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamton-aquib%2Fice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamton-aquib%2Fice/lists"}