{"id":19123728,"url":"https://github.com/cwithmichael/zip-blitz","last_synced_at":"2025-05-05T18:46:59.072Z","repository":{"id":41711081,"uuid":"482600097","full_name":"cwithmichael/zip-blitz","owner":"cwithmichael","description":"Smarter brute-force password searching for PKZIP encrypted files","archived":false,"fork":false,"pushed_at":"2024-12-28T21:20:59.000Z","size":693,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T10:05:46.005Z","etag":null,"topics":["brute-force","bruteforce-password-cracker","pkzip","rust","zip"],"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/cwithmichael.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":"2022-04-17T18:18:11.000Z","updated_at":"2024-12-28T21:10:02.000Z","dependencies_parsed_at":"2022-08-10T11:22:51.678Z","dependency_job_id":null,"html_url":"https://github.com/cwithmichael/zip-blitz","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/cwithmichael%2Fzip-blitz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fzip-blitz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fzip-blitz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fzip-blitz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwithmichael","download_url":"https://codeload.github.com/cwithmichael/zip-blitz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252555934,"owners_count":21767261,"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":["brute-force","bruteforce-password-cracker","pkzip","rust","zip"],"created_at":"2024-11-09T05:26:55.844Z","updated_at":"2025-05-05T18:46:59.054Z","avatar_url":"https://github.com/cwithmichael.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zip Blitz\n\n## Motivation\n\nThis program was created for a very specfic problem I had. I had a large encrypted zip file that I lost/forgot the password for. Using traditional bruteforce methods resulted in a lot of false positives.\n\nThis program hopes to minimize false positives. It works by actually checking to see if a given file exists in the 'plaintext' after attempting a guess password.\n\n## Usage\n\n### Explicitly passing in file type\n\n`zip-blitz -z \u003czipfile_name\u003e -f \u003cfile_to_extract\u003e -t \u003cknown_file_extension\u003e`\n\n### Allowing Zip Blitz to guess the file type\n\n`zip-blitz -z \u003czipfile_name\u003e -f \u003cfile_to_extract\u003e`\n\nLet's say we had an encrypted zip file named `cats.zip` with a jpg file in it.\nIn this example the password is `fun` and our wordlist contains `fun`.\n\n```bash\n$ zip-blitz -z ./test_data/cats.zip -f kitten.jpg \u003c ./test_data/wordlist.txt\nFound it: fun\n```\n\nWe can also use a password generator like JohnTheRipper to provide passwords.\n\n```bash\n$ ./JohnTheRipper/run/john --mask=fu?a -stdout | zip-blitz -z ./test_data/cats.zip -f kitten.jpg -t jpg\nPress 'q' or Ctrl-C to abort, almost any other key for status\n95p 0:00:00:00 100.00% (2020-04-13 17:35) 1520p/s fu|\nFound it! -\u003e fun\n```\n\n## Important Notes\n\nSupports PKZIP/ZipCrypto Encryption _only_\n\nOnly a limited number of file types are supported at the moment: zip, wmv/asf/wma, jpg, xml\n\nBut it's pretty easy to extend support for various file types.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fzip-blitz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwithmichael%2Fzip-blitz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fzip-blitz/lists"}