项目作者: amitray007

项目描述 :
Chromiux is a python based console app that extracts the encrypted saved passwords/cookies in txt format.
高级语言: Python
项目地址: git://github.com/amitray007/Chromiux.git
创建时间: 2021-03-02T09:15:35Z
项目社区:https://github.com/amitray007/Chromiux

开源协议:MIT License

下载


Chromiux - Chrome Advanced Decrypter























Getting started

Chromiux is a python based console app that extracts the encrypted saved passwords/cookies in txt format.

Dependencies and Requirements

This is a very simple application, which uses only:

  • [Python] - Only tested on 3.7.7 but should work in 3.5+

Installation

Chromiux requires [Python] 3.5+ to run.

Install the dependencies:

  1. > cd Chromiux
  2. > pip install -r requirements.txt

If any errors occur make sure you’re running on the proper environment (if applicable) and that you have python 3.5+ (preferably 3.7.7).
If the errors persist, try:

  1. > python -m pip install --upgrade pip
  2. > python -m pip install -r requirements.txt

Usage

  • ChromePasswordDecrypter
    ```powershell

    py ChromePasswordDecrypter.py -h


    __/ /_ __()__ _
    _ /
    _ _/ _ ` _ / / / / |//
    / /
    / / / / / // / / / / / / / / // /> <
    __
    / /
    / //// _/// // ///_/ \,/ //|_|

  1. Created By : GitHub | amitray007

usage: ChromePasswordDecrypter.py [-h] [-s] [-t] [-l URL] [-u USERNAME]
[-p PASSWORD]

[+] Chrome Saved Password Decrypter

optional arguments:
-h, —help show this help message and exit
-s, —show Display Decrypted password in terminal
-t, —txt Save Decrypted password in txt format
-l URL, —url URL Search for specific URL
-u USERNAME, —username USERNAME
Search for specific Username
-p PASSWORD, —password PASSWORD
Search for specific Password

  1. - ChromeCookiesDecrypter
  2. ```powershell
  3. > py ChromeCookiesDecrypter.py -h
  4. ______________ _____
  5. __ ____/__ /_____________________ ______(_)___ _____ __
  6. _ / __ __ \_ ___/ __ \_ __ `__ \_ /_ / / /_ |/_/
  7. / /___ _ / / / / / /_/ / / / / / / / / /_/ /__> <
  8. \____/ /_/ /_//_/ \____//_/ /_/ /_//_/ \__,_/ /_/|_|
  9. Created By : GitHub | amitray007
  10. usage: ChromeCookiesDecrypter.py [-h] [-s] [-t] [-l URL]
  11. [+] Chrome Saved Cookies Decrypter
  12. optional arguments:
  13. -h, --help show this help message and exit
  14. -s, --show Display Decrypted cookies in terminal
  15. -t, --txt Save Decrypted cookies in txt format
  16. -l URL, --url URL Search for specific URL

Errors, Bugs and feature requests

If you find an error or a bug, please report it as an issue here: Report Bug

If you wish to suggest a feature or an improvement please report it here: Request Feature

Please follow the templates shown when creating the issue.

Contributing

Pull requests are welcome. Feel free to contribute.

  • For major changes, please initially open an issue to discuss what you would like to update.

Please make sure to update tests as appropriate.

License

MIT