Skip to content

Repository containing all the code that was shown during the malware workshop I hosted at Hack.ini event (Feb 2018).

License

Notifications You must be signed in to change notification settings

hanix/the-hidden-thief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Hidden Thief

This is the repository that contains all the code that was shown during the malware workshop I hosted at Hack.ini event (Feb 2018).

Disclaimer

The scripts here are for educational and demonstration purposes only. By using them, you agree that I will not be held accountable for any illegal activities you may use them in.

Requirements

  1. A Windows 7 machine.
  2. Python 2.7.14 (32Bit)
  3. Pywin32-221.win32-py2.7 (here)
  4. PyHook-1.5.1.win32-py2.7 (here)
  5. Requests-2.18.4 (pip install requests)
  6. PyInstaller-3.3.1 (pip install pyinstaller)

Folders

Payload folder contains the three variants of the keylogger (Local mode, Live mode using HTTP and Furtive mode using FTP).

Infector folder contains the script that is used to trick a user into installing our malware onto his computer.

Commands

To convert your python script to a windows executable, use:

pyinstaller -F --noconsole filename .py

To generate and exe that includes a payload, use:

pyinstaller -F --add-data "payload.exe;." scriptname .py

About

Repository containing all the code that was shown during the malware workshop I hosted at Hack.ini event (Feb 2018).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages