GithubHelp home page GithubHelp logo

optionalg / chromiux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amitray007/chromiux

0.0 1.0 0.0 26 KB

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

License: MIT License

Python 100.00%

chromiux's Introduction

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:

> cd Chromiux
> 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:

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

Usage

  • ChromePasswordDecrypter
> py ChromePasswordDecrypter.py -h
  ______________                         _____
 __  ____/__  /_____________________ ______(_)___  _____  __
 _  /    __  __ \_  ___/  __ \_  __ `__ \_  /_  / / /_  |/_/
 / /___  _  / / /  /   / /_/ /  / / / / /  / / /_/ /__>  <
 \____/  /_/ /_//_/    \____//_/ /_/ /_//_/  \__,_/ /_/|_|


         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
  • ChromeCookiesDecrypter
> py ChromeCookiesDecrypter.py -h
  ______________                         _____
 __  ____/__  /_____________________ ______(_)___  _____  __
 _  /    __  __ \_  ___/  __ \_  __ `__ \_  /_  / / /_  |/_/
 / /___  _  / / /  /   / /_/ /  / / / / /  / / /_/ /__>  <
 \____/  /_/ /_//_/    \____//_/ /_/ /_//_/  \__,_/ /_/|_|


         Created By : GitHub | amitray007
         
usage: ChromeCookiesDecrypter.py [-h] [-s] [-t] [-l URL]

[+] Chrome Saved Cookies Decrypter

optional arguments:
  -h, --help         show this help message and exit
  -s, --show         Display Decrypted cookies in terminal
  -t, --txt          Save Decrypted cookies in txt format
  -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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.