Skip to content

Commit

Permalink
Update README, go.mod, go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclone-github authored Dec 12, 2024
1 parent ad559c2 commit 6c279c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=phantom_pwn&theme=gruvbox)](https://github.com/cyclone-github/)
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=phantom_pwn&theme=gruvbox)](https://github.com/cyclone-github/phantom_pwn/)

[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/phantom_pwn.svg)](https://github.com/cyclone-github/phantom_pwn/issues)
[![License](https://img.shields.io/github/license/cyclone-github/phantom_pwn.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/release/cyclone-github/phantom_pwn.svg)](https://github.com/cyclone-github/phantom_pwn/releases)

# Phantom Vault Extractor & Decryptor
### POC tools to extract and decrypt Phantom vaults
_**This toolset is proudly the first publicly released Phantom Vault Extractor and Decryptor**_
Expand Down
2 changes: 1 addition & 1 deletion phantom_extractor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module phantom_extractor

go 1.22.0
go 1.22.4

require github.com/syndtr/goleveldb v1.0.0

Expand Down

0 comments on commit 6c279c6

Please sign in to comment.