file managment for a python malware

Iam trying to make a file system for my malware so that the attacker can open a file dialog from the cnc And manage the victims file I want the attacker to be able to right click on a file and choose to either upload it to the cnc or delete the file or other stuff like this

Incase of uploading the binary data will be sent through a post request to an api endpoint and then saved in the server

I thought about using os module to get the file paths names extension etc but i don’t know how to build the file dialog gui and how to link the gui to a file instance

Thanks for helping

submitted by /u/iqthegoat
[link] [comments]

March 9, 2023
Read More >>