{"id":18396019,"url":"https://github.com/cyclone-github/atomic_pwn","last_synced_at":"2025-04-07T03:35:21.573Z","repository":{"id":237304905,"uuid":"787606060","full_name":"cyclone-github/atomic_pwn","owner":"cyclone-github","description":"Tools to recover, extract and decrypt Atomic wallets","archived":false,"fork":false,"pushed_at":"2025-03-04T15:15:53.000Z","size":66,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T13:22:30.453Z","etag":null,"topics":["atomic","crack","crypto","cyclone","extension","hashcat","password","pwn","recover","recovery","vault"],"latest_commit_sha":null,"homepage":"https://forum.hashpwn.net/post/73","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclone-github.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-04-16T20:58:29.000Z","updated_at":"2025-03-12T12:42:12.000Z","dependencies_parsed_at":"2024-11-06T02:12:38.438Z","dependency_job_id":"d1c2233f-430f-4c05-b27d-af0c58782e3a","html_url":"https://github.com/cyclone-github/atomic_pwn","commit_stats":null,"previous_names":["cyclone-github/atomic_pwn"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fatomic_pwn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fatomic_pwn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fatomic_pwn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fatomic_pwn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclone-github","download_url":"https://codeload.github.com/cyclone-github/atomic_pwn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589800,"owners_count":20963022,"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":["atomic","crack","crypto","cyclone","extension","hashcat","password","pwn","recover","recovery","vault"],"created_at":"2024-11-06T02:12:36.054Z","updated_at":"2025-04-07T03:35:21.566Z","avatar_url":"https://github.com/cyclone-github.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github\u0026repo=atomic_pwn\u0026theme=gruvbox)](https://github.com/cyclone-github/atomic_pwn/)\n\n[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/atomic_pwn.svg)](https://github.com/cyclone-github/atomic_pwn/issues)\n[![License](https://img.shields.io/github/license/cyclone-github/atomic_pwn.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/release/cyclone-github/atomic_pwn.svg)](https://github.com/cyclone-github/atomic_pwn/releases)\n\n# Atomic Vault Extractor \u0026 Decryptor\n### POC tools to extract and decrypt Atomic vault wallets\n_**This toolset is proudly the first publicly released Atomic Vault extractor / decryptor.**_\n- Contact me at https://forum.hashpwn.net/user/cyclone if you need help recovering your Atomic wallet password or seed phrase\n\n### Atomic vault location:\n- Linux: `/home/$USER/.config/atomic/Local\\ Storage/leveldb/`\n- Mac: `~/Library/Application Support/atomic/Local Storage/leveldb/`\n- Windows: `C:\\Users\\$USER\\AppData\\Roaming\\atomic\\Local Storage\\leveldb\\`\n\n### Extractor Example Usage:\n```\n./atomic_extractor.bin atomic_dir/\n ---------------------------------------------------- \n|        Cyclone's Atomic Vault Hash Extractor       |\n|        Use Atomic Vault Decryptor to decrypt       |\n|    https://github.com/cyclone-github/atomic_pwn    |\n ---------------------------------------------------- \nEncrypted Mnemonic Seed Phrase:\n{atomic_salt_ciphertext}\n ----------------------------------------------------- \n|                hashcat -m 30020 hash                |\n ----------------------------------------------------- \n$atomic${salt}${ciphertext}\n```\n### Decryptor Example Usage:\n```\n./atomic_decryptor.bin -h atomic.txt -w wordlist.txt\n ----------------------------------------------- \n|       Cyclone's Atomic Vault Decryptor       |\n| https://github.com/cyclone-github/atomic_pwn |\n ----------------------------------------------- \n\nVault file:     atomic.txt\nValid Vaults:   1\nCPU Threads:    16\nWordlist:       wordlist.txt\n2025/01/13 16:49:42 Working...\nHash: {foobar hash}\nPassword: {password}\nSeed Phrase: {decrypted seed phrase}\n2025/01/13 16:49:50 Finished\n2025/01/13 16:49:50 Decrypted: 1/1 1786145.15 h/s 00h:00m:08s\n```\n\n```\n-w {wordlist} (omit -w to read from stdin)\n-h {atomic_wallet_hash}\n-o {output} (omit -o to write to stdout)\n-t {cpu threads}\n-s {print status every nth sec}\n\n-version (version info)\n-help (usage instructions)\n\n./atomic_decryptor.bin -h {atomic_wallet_hash} -w {wordlist} -o {output} -t {cpu threads} -s {print status every nth sec}\n\n./atomic_decryptor.bin -h atomic.txt -w wordlist.txt -o cracked.txt -t 16 -s 10\n\ncat wordlist | ./atomic_decryptor.bin -h atomic.txt\n\n./atomic_decryptor.bin -h atomic.txt -w wordlist.txt -o output.txt\n```\n\n### Credits\n- Many thanks to blandyuk for his help with the AES Key and IV implementation - https://github.com/blandyuk\n\n### Compile from source:\n- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.\n- This assumes you have Go and Git installed\n  - `git clone https://github.com/cyclone-github/atomic_pwn.git`\n  - atomic_extractor\n  - `cd atomic_pwn/atomic_extractor`\n  - `go mod init atomic_extractor`\n  - `go mod tidy`\n  - `go build -ldflags=\"-s -w\" .`\n  - atomic_decryptor\n  - `cd atomic_pwn/atomic_decryptor`\n  - `go mod init atomic_decryptor`\n  - `go mod tidy`\n  - `go build -ldflags=\"-s -w\" .`\n- Compile from source code how-to:\n  - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt\n\n### Changelog:\n* https://github.com/cyclone-github/atomic_pwn/blob/main/CHANGELOG.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fatomic_pwn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclone-github%2Fatomic_pwn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fatomic_pwn/lists"}