A Windows Based Open Source Application For Fixing and Repairing your Windows OS Images and Verifying Corrupted Files

Version 1.0.0 a Windows Based Open Source Application For Fixing and Repairing your Windows OS Images and Verifying Corrupted Files. Language and technologies used in This Project WorkSpace First of All Clone the project from here ~ git clone https://github.com/shervinbdndev/WindowsMedicator.git Then go To Project’s Directory with ~ cd WindowsMedicator-master No Matters if Your Using Windows or Linux. For Running in Python Console 👇    

Read more

Minimalistic Windows ransomware written in Python (Still a work in progress)

Minimalistic Windows ransomware written in Python (Still a work in progress) The following constants must be modified in order to deploy:DECRYPTOR_PATHDB_PASSWDSERV_HOSTBACKGROUND_URL To build the ransomware and decryptor simply use pyinstaller after installing the required dependencies Import the included .sql file into the mysql database hosted on your server. TO-DO:-Add persistency-Server-Client communication over TOR-GUI for decryptor GitHub View Github    

Read more

A simple project manager for conda, windows 10 and vscode

A simple project manager for conda, windows 10 and vscode Installation You must have anaconda3 on your path and vscode function Workon (){ python -m workon $args } Add this function to $PROFILE file using powershell Usage python workon –help python workon show python workon workon PROJECT python workon create PROJECT -d PATH -p PYTHON python workon remove PROJECT Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. […]

Read more