GithubHelp home page GithubHelp logo

anthrax3 / reversepowernoid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from getrektboy724/reversepowernoid

0.0 0.0 0.0 31 KB

Reverse TCP Powershell has never been this paranoid. (basically an Opsec-safe reverse powershell)

C# 99.35% Batchfile 0.65%

reversepowernoid's Introduction

ReversePowernoid

ReversePowernoid is a reverse TCP C#-based Powershell, and it's really paranoid about Powershell's security and defense system. ReversePowernoid will disable CLM (Constrained Language Mode), ETW (Event Tracing for Windows), SBL (Script-Block Logging), and AMSI (Anti-Malware Scan Interface) at startup, if it fails to disable one of them, it automatically aborts the process and quits and obviously, it will not connect to the server/attacker. The TCP traffic will be encrypted with AES with a hardcoded key (I know its a pretty bad idea, but its good enough for now). Oh and dont expect some fancy-ass shit in here ;)

Inspired by mgeeky's Stracciatella

Usage

You can change the password for the TCP encryption (optional) by changing the public variable named "Password" on both client and server source code. You can change the IP Address and port where the server listens on HardcodedServerAddress and HardcodedServerPort variable on the client source code. By default, the server binds to 0.0.0.0 address and you need to set port manually by feeding it to the program by command line argument (for example : ./server.exe 1234). The server can be compiled on both Mono and .NET Framework's C# compiler. When compiling the client source code, dont forget to add System.Management.Automation reference (DLL can be found on : C:\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll).

reversepowernoid's People

Contributors

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