From e2f4f3aa78cff334dbd81186dbafd8597c6a1b5c Mon Sep 17 00:00:00 2001 From: Aiden Mitchell <30846409+aidenmitchell@users.noreply.github.com> Date: Wed, 6 May 2020 13:52:22 -0700 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b17ce8b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ChromePasswordStealer + +A simple script that outputs all passwords in Google Chrome to a text file on the desktop. + +Uses [ChromePass](https://www.nirsoft.net/utils/chromepass.html) to output passwords. + +The script is designed to remain undetected by Windows Defender on Windows 10, by excluding all .exe files from detection before running, because under normal circumstances ChromePass is detected as a hacktool. + +This is for research purposes only, please do not use this to steal passwords.