Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 628 Bytes

File metadata and controls

19 lines (9 loc) · 628 Bytes

Trojan Attack

It Is a Simple Python Program To demonestrate how a trojan attack may happen.

Steps

  1. Change The Ip Address In both The server and The client, so that they match to Yours

  2. First Run The Server Which is in the Server Folder(listner.py)

  3. Next Run The Client Which is in the Client Folder (Calculator.py)

  4. When Connected You see A Command Prompt in the Server Where You can write Commands to be excuted in the client.

  5. you can even upload other programs to the client To run like (keylogger.py, worm.py)

  6. In Order To run on The Linux Change the Command From "Python" to "usr/bin/python"