Giter Site home page Giter Site logo

henry-richard7 / browser-password-stealer Goto Github PK

View Code? Open in Web Editor NEW
368.0 368.0 59.0 58 KB

This python program gets all the saved passwords, credit cards and bookmarks from chromium based browsers supports chromium 80 and above!

License: MIT License

Python 100.00%
brave-browser chrome-password-grabber password-stealer

browser-password-stealer's Introduction

Hi there ๐Ÿ‘‹

Profile Views

About Me ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ

name = "Henry Richard"
who_i_am = ['Developer','Coder','Engineer','Hacker','Noobie']

My Website ๐ŸŒ

๐Ÿ‘จโ€๐Ÿ’ป Skills

Python

Flask

GitHub

Android

JavaScript

Java

C

C++

HTML

CSS

CSS

CSS

CSS

CSS



๐Ÿš€ My projects

โšก๏ธ Stats

Github Stats

๐Ÿ† Trophy

trophy Streak

browser-password-stealer's People

Contributors

hahahahacker2009 avatar henry-richard7 avatar mindmelodies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

browser-password-stealer's Issues

'charmap' codec can't encode character

encode character u300c

Can be fixed by adding , newline='', encoding="utf-8"

image

I'm not python guy so i'd like if u check if by yourself and if everything is ok then add this fix.
If this fix is not needed, then u may close the issue.

Python TypeError: string indices must be integers

Traceback (most recent call last):
File "C:\Users\0x00\Desktop\Project1.py", line 414, in
StealBrave()
File "C:\Users\0x00\Desktop\Project1.py", line 212, in StealBrave
master_key = get_master_key()
File "C:\Users\0x00\Desktop\Project1.py", line 116, in get_master_key
master_key = base64.b64decode(local_state["os_crypt"]["encrypted_key"])
TypeError: string indices must be integers

Help?

Browser Cookies

Interesting cybersecurity project !

However the cookies format is unknown, it's neither Netscape or JSON

How to load them or convert them into those formats?

There have some bug

Traceback (most recent call last):
File "C:\tools\tools\check_passwd\Browser-password-stealer-master\chromium_based_browsers.py", line 152, in
data = get_data(browser_path, "Default", master_key, data_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\tools\tools\check_passwd\Browser-password-stealer-master\chromium_based_browsers.py", line 109, in get_data
shutil.copy(db_file, 'temp_db')
File "C:\Program Files (x86)\Lib\shutil.py", line 419, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "C:\Program Files (x86)\Lib\shutil.py", line 256, in copyfile
with open(src, 'rb') as fsrc:

Contribution: Added Origin URLS

(I don't use github btw so I'm not sure if this is the right way of doing this)

I noticed that your script when taking passwords used "action_urls" to recieve the password's login website. However I also noticed that this can sometimes return "" which ain't what you want to see ๐Ÿ˜…. So I just modified it to use origin urls (and action urls) because I noticed it returns the URL more often.
Here's the updated code: (idk how to attach files so this is gonna be messy sorry. )

Changed to: (this just fixes the bug of not have admin to access the file)

for data_type_name, data_type in data_queries.items():
            print(f"\t [$] Getting {data_type_name.replace('_', ' ').capitalize()}")
            try:
                data = get_data(browser_path, "Default", master_key, data_type)
                save_results(browser, data_type_name, data)
            except:
                print('\t [!] Failed to receive data')
            print("\t------\n")`

Changed to: (this is the updated query, ik it was a surprisingly simple fix, you made your code very well/easy to change ๐Ÿ‘)

data_queries = {
    'login_data': {
        'query': 'SELECT origin_url, action_url, username_value, password_value FROM logins',
        'file': '\\Login Data',
        'columns': ['Origin URL', 'Action URL', 'Email', 'Password'],
        'decrypt': True
    },
...

Hope that helps! And sorry if this is a messy way of trying to help your project ๐Ÿ˜…

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.