Skip to content

Quickily turn any file into a trojan disguised as any filetype

License

Notifications You must be signed in to change notification settings

henriksb/TrojanGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrojanGenerator

Quickly turn any file into a trojan disguised as any filetype. To use TrojanGenerator, all you need to do is replace the value of PYINSTALLER_PATH (in TrojanGenerator.py) with the path of your pyinstaller installation, unless you have Anaconda for Python 2.7 installed.

TrojanGenerator creates an executable that downloads two files, one file that will open and show, and another file (virus) that will open and run silently in the background. You can also spoof the extension and change icon to improve authenticity.

Usage:

Required:
  • --frontfile: File URL. This will be the front file (the file being displayed).

  • --backfile: File URL. This will be the back file (the virus running in the background).

  • --name: Output name of file.

Optional:
  • --real_extension: The real file extension. This can only be scr, com and exe.

  • --spoof_extension: Filetype the executable will appear as.

  • --icon: Executable icon.

  • --zip: Boolean. Zip file or not, not zipping by default.

Requirements:

  • pyinstaller for python 2.7

About

Quickily turn any file into a trojan disguised as any filetype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages