{"id":16150092,"url":"https://github.com/karthikuj/7uring","last_synced_at":"2025-03-18T18:33:45.001Z","repository":{"id":48339845,"uuid":"372239594","full_name":"karthikuj/7uring","owner":"karthikuj","description":"An advanced cryptography tool for hashing, encrypting, encoding, steganography and more.","archived":false,"fork":false,"pushed_at":"2021-12-31T11:03:31.000Z","size":135,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T00:46:44.693Z","etag":null,"topics":["cryptography","encoding","encryption","hashing","steganalysis","steganography"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karthikuj.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":"2021-05-30T14:43:58.000Z","updated_at":"2023-12-19T10:34:57.000Z","dependencies_parsed_at":"2022-09-26T17:10:37.833Z","dependency_job_id":null,"html_url":"https://github.com/karthikuj/7uring","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthikuj%2F7uring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthikuj%2F7uring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthikuj%2F7uring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthikuj%2F7uring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karthikuj","download_url":"https://codeload.github.com/karthikuj/7uring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221715975,"owners_count":16868647,"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":["cryptography","encoding","encryption","hashing","steganalysis","steganography"],"created_at":"2024-10-10T00:47:00.031Z","updated_at":"2024-10-27T18:15:50.522Z","avatar_url":"https://github.com/karthikuj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/karthikuj/7uring\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/karthikuj/karthikuj/master/images/7uring.png\" alt=\"7uring\" title=\"7uring\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  7uring: Not your ordinary hashcracker.\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\n## [-] About 7uring:\n\n7uring is an advanced cryptography tool which works with some of the most popular hashes, encodings and ciphers. 7uring's advanced hash functions can check online rainbow tables before you try to bruteforce the hashes, because of which your hashes are cracked in a matter of seconds.\n\nIn the future, we plan to incorporate steganography, cryptanalysis and much more.\n\nIn short 7uring can take your CTF rank up a notch.\n\n\n## [-] Installing 7uring:\n\nYou can install `7uring` like this:\n\n\n```\npip install 7uring\n```\n\n\n## [-] Using 7uring:\n\n### Syntax:\n```\n7uring [subcommand] [format] [option] [suboption] data\n```\n\n### Subcommands:\n```\nhash\n```\n```\ncipher\n```\n```\nencoder\n```\n\n### Formats:\n\n#### Hash:\n```\n--blake2b\n```\n```\n--md4\n```\n```\n--md5\n```\n```\n--ntlm\n```\n```\n--sha1\n```\n```\n--sha224\n```\n```\n--sha256\n```\n```\n--sha384\n```\n```\n--sha512\n```\n```\n--whirlpool\n```\n\n#### Ciphers:\n```\n--bacon\n```\n```\n--caesar\n```\n```\n--monoalphabetic\n```\n```\n--morse\n```\n```\n--multitapsms\n```\n```\n--rot13\n```\n```\n--rot47\n```\n```\n--transposition\n```\n\n#### Encodings:\n```\n--binary\n```\n```\n--octal\n```\n```\n--hexadecimal\n```\n```\n--base64\n```\n\n#### Options: \n\nTo encrypt:\n```\n--enc\n```\n\nTo decrypt:\n```\n--dec\n```\n\nTo check online rainbow tables (for hashes only!):\n```\n--rainbow\n```\n\nTo bruteforce:\n```\n--brute\n```\n\n#### Suboptions:\nThe only suboption is ```-w``` to specify wordlist while using ```--brute```\n\n## [-] Examples:\n```\n7uring --help\n```\n```\n7uring hash --md5 --enc spongebob\n```\n```\n7uring hash --md5 --rainbow e1964798cfe86e914af895f8d0291812\n```\n```\n7uring cipher --caesar --enc spongebob\n```\n```\n7uring hash --md5 --brute -w /usr/share/wordlists/rockyou.txt e1964798cfe86e914af895f8d0291812\n```\n\n## [-] Uninstalling 7uring:\n#### Sorry to see you go :(\n```\npip uninstall 7uring\n```\n\n#### Made with ❤️ by \u003ca href=\"https://www.instagram.com/5up3r541y4n/\" target=\"_blank\"\u003e@5up3r541y4n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthikuj%2F7uring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarthikuj%2F7uring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthikuj%2F7uring/lists"}