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.
- Change the
host
inconfig.json
to your server's host. - Change the
port
inconfig.json
to your server's port. - Install the requirements using
pip install -r requirements.txt
. - Send the
malware.py
andconfig.json
to the victim.
- Install the requirements using
pip install -r requirements.txt
. - Run the server using
python server.py
.
- Install the requirements using
pip install -r requirements.txt
. - Run the client using
python client.py
.