From 6c279c6bd0a39a92a6881a5bec55e1d7b6181f5d Mon Sep 17 00:00:00 2001 From: cyclone <34043806+cyclone-github@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:19:00 -0600 Subject: [PATCH] Update README, go.mod, go.sum --- README.md | 7 ++++++- phantom_extractor/go.mod | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3ca38b..116ea45 100644 --- a/README.md +++ b/README.md @@ -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**_ diff --git a/phantom_extractor/go.mod b/phantom_extractor/go.mod index 61939a8..fae8ebc 100644 --- a/phantom_extractor/go.mod +++ b/phantom_extractor/go.mod @@ -1,6 +1,6 @@ module phantom_extractor -go 1.22.0 +go 1.22.4 require github.com/syndtr/goleveldb v1.0.0