Giter Club home page Giter Club logo

trojan_x's Introduction

TrojanX

介绍

基于Python的可视化远程控制软件, 界面使用PyQt5, 通讯使用TCP与UDP.

本项目包括两个入口, 包括控制端和被控端. 主要功能包括: 主机管理、远程监控、洪水攻击、文件传输、远程命令执行等.

界面

主界面

控制界面

requirements
  • pyqt5
  • scapy(用于被控端洪水攻击使用)
配置

在启动前, 需要将程序正确配置.

[server]
ip=100.95.210.184
tcpPort=8877
udpSendPort=8089
udpRecvPort=8083

[client]
masterIp=100.95.221.22
masterUdpPort=8083
masterTcpPort=8877

​ 控制端和被控端都读取config.ini配置文件, 当控制端和被控端不在同一工作目录时, 配置文件中可只有serverclient配置.

​ 被控端的masterUdpPort需要与控制端的udpRecvPort相同, 被控端的masterTcpPort需要与控制端的tcpPort相同.

用法
启动控制端程序
python3 main.py
启动被控端
python3 client.py

trojan_x's People

Contributors

oxhc 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.