Skip to content
/ budu Public

This package demonstrates how a python code can be used to change user passwords on Windows OS without knowing the password of the admin user. In a more elaborate term, it helps you hack any Windows system. The only thing you need is the username of the user you want to hack.

Notifications You must be signed in to change notification settings

iamoracle/budu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Budu Hijack

This package demonstrates how a python code can be used to change user password on Windows OS without knowing the password of the admin user. In a more elaborate term, it helps you hack any Windows system. The only thing you need is the username of the user you want to hack.

Installation

Clone the github repository

Usage

Run directly from terminal

Grab the username of the system and choose your desired new password, then run the code below to generate the code.py file

C:\Users\user\Desktop> python execute.py username password

Run code.py directly

python code.py

Convert code.py to Windows executable format (exe)

install pyinstaller

pip install pyinstaller

Then run convert using the command below

C:\Users\user\Desktop> pyinstaller -y -F  "C:/Users/user/Desktop/code.py"

Disclaimer

Programmers

This project is a demonstration of how python can change Windows computer password. We do not encourage this package to be used in a live program without disclosure and usage must be at users discretion. Attempt to use this package for malicious purpose is not allowed.

Developer(s)

Oyeniyi Abiola Peace

About

This package demonstrates how a python code can be used to change user passwords on Windows OS without knowing the password of the admin user. In a more elaborate term, it helps you hack any Windows system. The only thing you need is the username of the user you want to hack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages