Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 706 Bytes

Malware

This is a simple malware that can be sent to a victim. It will run in the background and will send the victim's system info to the attacker's server.

How to use

  1. Change the host in config.json to your server's host.
  2. Change the port in config.json to your server's port.
  3. Install the requirements using pip install -r requirements.txt.
  4. Send the malware.py and config.json to the victim.

How to run the server

  1. Install the requirements using pip install -r requirements.txt.
  2. Run the server using python server.py.

How to run the client

  1. Install the requirements using pip install -r requirements.txt.
  2. Run the client using python client.py.