SkillAgentSearch skills...

Chromepass

Fetching passwords from the chrome browser database

Install / Use

/learn @bierschi/Chromepass
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

chromepass

Build Status License: MIT

<!--[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg) [![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)-->
  • Fetching saved passwords from chrome database file
  • Supports Windows and Linux Platform
<br>

Alt Text

Installation

first ensure that you have git and python installed

Linux

install chromepass with pip

<pre><code> pip3 install chromepass </code></pre>

or from source

<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass sudo python3 setup.py install </code></pre>

Windows

install chromepass with pip

<pre><code> pip install chromepass py -3.8 -m pip install chromepass </code></pre>

or from source

<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass pip install -r requirements.txt python setup.py install </code></pre>

use specific python version

<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass py -3.8 -m pip install -r requirements.txt py -3.8 setup.py install </code></pre>

if an error appears that microsoft viusal c++ 14.0 or greater is required, update pip and setuptools to the latest version

<pre><code> py -3.8 -m pip install --upgrade pip py -3.8 -m pip install --upgrade setuptools </code></pre>

Usage and Examples

Print the available arguments

<pre><code> chromepass --help </code></pre>

use it without any arguments

<pre><code> chromepass </code></pre>

or save the results to a file

<pre><code> chromepass --file /home/christian/chromepass.txt </code></pre>

Executables

Install pyinstaller with

<pre><code> pip3 install pyinstaller </code></pre>

create exe file

<pre><code> pyinstaller --onefile --name chromepass chromepass/main.py </code></pre>

Changelog

All changes and versioning information can be found in the CHANGELOG

License

Copyright (c) 2020 Bierschneider Christian. See LICENSE for details

View on GitHub
GitHub Stars89
CategoryData
Updated1mo ago
Forks21

Languages

Python

Security Score

100/100

Audited on Feb 12, 2026

No findings