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 pyinstaller
to convert to exe.
Usage
-
Change
FTPSERVER
,USERNAME
andPASSWORD
. -
Set your Directory if you need
ftp_connection.cwd("files")
. -
Convert your script with
PyInstaller
to exe. -
Ready to Use!
Additional
- Edit the
extension
variable to set the Filetype Target. - Script can be run in the Background of an Application with
MultiProcessing
. - You can change
get_desktop_path
to a custom Path. So you can target a specific Path on the Machine.