Skip to content

mahdirezaie336/ReverseMalware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A malware to get a reverse shell from victim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages