File-Stealer
Steal Files on a Windows Machine
About
This Script will steal certain Files on a Windows Machine and sends them to a FTP Server.
Preview
Installation
- Install Python.
- PIP Installation
pip install pywin32. - (Additional) Install
pip install pyinstallerto convert to exe.
Usage
-
Change
FTPSERVER,USERNAMEandPASSWORD. -
Set your Directory if you need
ftp_connection.cwd("files"). -
Convert your script with
PyInstallerto exe. -
Ready to Use!
Additional
- Edit the
extensionvariable to set the Filetype Target. - Script can be run in the Background of an Application with
MultiProcessing. - You can change
get_desktop_pathto a custom Path. So you can target a specific Path on the Machine.
