Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.25 KB

MetaMaskVaultExtractor

vault extractor on chrome & brave browser. For more detailed information, you can read my blog post dedicated to this project.

Server

Usage

  1. Install the required packages using pip install -r requirements.txt.
  2. Run python server.py on your server.
  3. The server will be running at http://0.0.0.0:5000/.

Client

Usage

  1. Install the required packages using pip install -r requirements.txt.
  2. Update the token variable in client.py with your authentication token.
  3. Update the url variable in client.py with the IP address and port of your server.
  4. Run python client.py on your local machine.

The client will upload .log files from Chrome and Brave browsers to the server.

Contribution

Contributions to this project are highly appreciated. You can contribute by submitting pull requests or by reporting issues and suggestions for improvement. You can also ask your questions in the Issues section.

Contact