File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Readme Card] ( https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=atomic_pwn&theme=gruvbox )] ( https://github.com/cyclone-github/ )
1
+ [ ![ Readme Card] ( https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=atomic_pwn&theme=gruvbox )] ( https://github.com/cyclone-github/atomic_pwn/ )
2
+
3
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/cyclone-github/atomic_pwn.svg )] ( https://github.com/cyclone-github/atomic_pwn/issues )
4
+ [ ![ License] ( https://img.shields.io/github/license/cyclone-github/atomic_pwn.svg )] ( LICENSE )
5
+ [ ![ GitHub release] ( https://img.shields.io/github/release/cyclone-github/atomic_pwn.svg )] ( https://github.com/cyclone-github/atomic_pwn/releases )
6
+
2
7
# Atomic Vault Extractor & Decryptor
3
8
### POC tools to extract and decrypt Atomic vault wallets
4
9
_ ** This tool is proudly the first publicly released Atomic Vault extractor / decryptor.** _
10
+ - Contact me at https://forum.hashpwn.net/user/cyclone if you need help recovering your Atomic wallet password or seed phrase
11
+
5
12
### Usage example:
6
13
```
7
14
./atomic_decryptor_amd64.bin -h atomic.txt -w wordlist.txt
Original file line number Diff line number Diff line change 1
1
module atomic_decryptor
2
2
3
- go 1.22.0
3
+ go 1.22.4
Original file line number Diff line number Diff line change 1
1
module atomic_extractor
2
2
3
- go 1.22.0
3
+ go 1.22.4
4
4
5
5
require github.com/syndtr/goleveldb v1.0.0
6
6
You can’t perform that action at this time.
0 commit comments