Skip to content

Commit 7b559ee

Browse files
Update README, go.mod
1 parent 05ac914 commit 7b559ee

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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+
27
# Atomic Vault Extractor & Decryptor
38
### POC tools to extract and decrypt Atomic vault wallets
49
_**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+
512
### Usage example:
613
```
714
./atomic_decryptor_amd64.bin -h atomic.txt -w wordlist.txt

atomic_decryptor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module atomic_decryptor
22

3-
go 1.22.0
3+
go 1.22.4

atomic_extractor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module atomic_extractor
22

3-
go 1.22.0
3+
go 1.22.4
44

55
require github.com/syndtr/goleveldb v1.0.0
66

0 commit comments

Comments
 (0)