gzm1997 / thief

tcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thief

标签: tcp


Description

This is a small tool of tcp, which can tranform terminal command you wana run from your server running server.py to a computer that is running the client.py in this project. And then the client will run commonds in that machine as well as return the result.


Usage

To run server:

    python server.py
cmd useage example
dld filename show the detail of the file dld test.txt
exit1997 disconnect and end operation exit1997
others the same commands in the operation system runing client.py cd folder

To run client:

  1. remember to change the ip to yours
    s.connect(('165.227.9.185', 9999))
  1. run it:
    python client.py

Rendering

rendering

Preview image

preview

About

tcp


Languages

Language:Python 100.0%