Giter VIP home page Giter VIP logo

j0f1 / csintruder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from potato-py/csintruder

0.0 0.0 0.0 3.42 MB

本项目包含CobaltStrike密码爆破、伪造上线以及DDos功能。其中伪造上线支持常见魔改版CS。This project includes CobaltStrike password blasting, fake online and DDos functions. Among them, fake online supports common secondary development version CS.

Python 98.04% Java 1.96%

csintruder's Introduction

0x01 概述

  • 本项目包含CobaltStrike密码爆破伪造上线以及DDos功能。其中伪造上线支持常见魔改版CS

image

  • This project includes CobaltStrike password blasting, fake online and DDos functions. Among them, fake online supports common secondary development version CS.

0x02 环境准备

pip3 install netstruct

pip3 install pefile

0x03 文件说明

  • 1、csIntruder.py
cs密码爆破
  • 2、csFakeShell.py
    • 可二开至CVE-2022-39197进行RCE,我懒,懂得都懂,坐等pull request
cs伪造上线*扰
  • 3、csDDos.py
cs多线程本地(隔离机)上线Dos*扰

0x04 csIntruder.py-cs密码爆破

  • 1、参数:
Parameter Note Required
-o CS服务端地址 True
-p CS服务端端口(default:50050) False
-r 密码字典文件路径 True
-t 线程数(default:默认30) False
  • 2、使用:

image

0x05 csFakeShell.py-cs伪造上线*扰

支持原版CS以及常见魔改版CS的上线伪造

  • 1、参数:
Parameter Note Required
-f CsBeacon木马文件路径/CsBeaconUrl【支持URL哦】 True
-n 上线虚假主机个数 True
-c 电脑名字典路径【默认自带字典】 False
-u 用户名字典路径【默认自带字典】 False
-p 线程名字典路径【默认自带字典】 False
  • 2、使用:

image

image

image

csFackShell.py二开/添加其他魔改请求注意:

  • ① DumpKeys.java用于解密通信信息,需要cs服务端密钥

  • ② 使用命令:java -cp "cobaltstrike.jar" DumpKeys.java

  • ③ 在线RSA加解密:https://the-x.cn/cryptography/Rsa.aspx

0x06 csDDos.py-cs多线程本地(隔离机)上线Dos*扰

  • 1、参数:
Parameter Note Required
-f CS木马文件路径/执行命令 True
-t 线程数(default:300) False
  • 2、使用:

image

csintruder's People

Contributors

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