• This repository has been archived on 19/Feb/2022
  • Stars
    star
    219
  • Rank 175,389 (Top 4 %)
  • Language
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automated Tool That Generates The Perfect Meterpreter Powershell Payload

Inactive Tool - Reason : busy with something else

   _____          __              __________                _________.__           .__  .__  ________  
  /     \   _____/  |_  __________\______   \_  _  ________/   _____/|  |__   ____ |  | |  | \_____  \ 
 /  \ /  \_/ __ \   __\/ __ \_  __ \     ___| \/ \/ |_  __ \_____  \ |  |  \_/ __ \|  | |  |  /  ____/ 
/    Y    \  ___/|  | \  ___/|  | \/    |    \     / |  | \/        \|   Y  \  ___/|  |_|  |_/       \ 
\____|__  /\___  >__|  \___  >__|  |____|     \/\_/  |__| /_______  /|___|  /\___  >____/____|_______ \
        \/     \/          \/                                     \/      \/     \/                  \/   

MeterPwrShell2

Automated Tool That Generate A Powershell Oneliner That Can Create Meterpreter Shell On Metasploit,Bypass AMSI,Bypass Firewall,Bypass UAC,And Bypass Windows Defender.

This tool is powered by Metasploit-Framework and OnlineAMSIFail

Notes

  • DONT BE A FUCKING SKID!
  • NEVER UPLOAD THE PAYLOAD THAT GENERATED BY THIS PROGRAM TO ANY ONLINE SCANNER
  • NEVER USE THIS PROGRAM FOR MALICIOUS PURPOSE
  • SPREADING THE PAYLOAD THAT GENERATED BY THIS PROGRAM IS NOT COOL
  • ANY DAMAGE GENERATED BY THIS PROGRAM IS NOT MY (As the program maker) RESPONSIBILTY!!!
  • If you have some feature recommendation,post that on Issue
  • If you have some issue with the program,try redownloading it again (trust me),cause sometimes i edit the release and fix it without telling 😂
  • Dont even try to fork this repository,you'll dont get the releases!
  • For everyone who has issue or want to contact me,pls use Discord. My Discord ID is : GetRektBoy724#1337
  • This tool is not fully Open-Source (i guess),yes you can redistribute it as much as you want but you'll never get the source code of the tool (dont ask me why)

Features (v2.0.0)

  • Automatic Migrate (using PrependMigrate)
  • AutoGetSYSTEM (Automaticly escalates privilege from normal user to SYSTEM)
  • Disable All Firewall Profile (If you use AutoGetSYSTEM feature)
  • Fully Bypass Windows Defender Real-time Protection
  • Disable Windows Defender Security Features (If you use AutoGetSYSTEM feature)
  • Fully unkillable payload (If you use Automatic Migrate feature)
  • Bypasses AMSI Successfully
  • Short One-Liner
  • Bypass Firewall (If you pick an unstaged payload)
  • Great CLI
  • A Lot More (Try it by yourself)

All payload features is tested on Windows 10 v20H2


Advantages Of MeterPwrShell Compared To The web_delivery Module From Metasploit Framework

  • Shorter stager (Or short one-liner in this case)
  • Dont need to setup a server for the stager
  • Support Ngrok built-in (so the victim doesnt need to be on the same local network)
  • Automatic Built-in Privesc
  • Easily Bypass Windows Defender

Thanks to

  • Every single of my Discord Friends
  • Special Thx to theia#8536 on Discord
  • @FuzzySec for that awesome Masquerade PEB script
  • @decoder-it for that amazing PPID Spoofing script
  • Me for not dying when creating this tool
  • Ed Wilson AKA Microsoft Scripting Guy for the great Powershell scripting tutorials
  • and the last one is Emeric Nasi for the research on bypassing AV dynamics

Requirements

  • Kali Linux,Ubuntu,Or Debian (If you dont use on of those,the tool will not work!!!)
  • Metasploit Framework
  • Internet Connection (Both On Victim And Attacker Computer)

this tool is tested on :

  • Debian 10 buster
  • Kali Linux 2021.1 and 2020.3
  • Ubuntu 20.04 LTS

Installation

just fucking download your binary on Release page and please choose your binary according to your OS. i386 and all arm architecture is not supported yet.

Usage

# ./MeterPwrShell2Kalix64 -c help
 Available arguments : help, version, showbanner, showlastdebuglog                                
 help : Show this page                                                                                                                                                
 version : Show MeterPwrShell's version                                                                                                                               
 showbanner : Show MeterPwrShell's Banner                                                                                                                             
 showlastdebuglog : Well,Its kinda self-explanatory tho                                                 
 noaptupdate : By default,MeterPwrShell run 'apt-get update' every single time it executed,and this argument disable it.

You also can use MeterPwrShell Without Any Flags And Arguments

To-do List

  • fix AutoGetSYSTEM feature
  • fix any single goddang false positive
  • implement applocker bypass
  • fix my lazyness
  • implement universal API unhooker (dem bois this one is going to be hard,especially for Powershell attack vector)

More Repositories

1

SharpUnhooker

C# Based Universal API Unhooker
C#
380
star
2

BetterXencrypt

A better version of Xencrypt.Xencrypt it self is a Powershell runtime crypter designed to evade AVs.
PowerShell
207
star
3

DCMB

Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!
C
205
star
4

KPDB

Windows PDB parser for kernel-mode environment.
C
83
star
5

TripleS

Extracting Syscall Stub, Modernized
C#
60
star
6

SharpHalos

My implementation of Halo's Gate technique in C#
C#
50
star
7

SharpLoadLibrary

An attempt to make a LoadLibrary designed for offensive operations, in C# obviously.
C#
50
star
8

HalosUnhooker

Halos Gate-based NTAPI Unhooker
C#
47
star
9

SyscallShuffler

Your NTDLL vaccine from modern direct syscall methods.
C#
34
star
10

ReversePowernoid

Reverse TCP Powershell has never been this paranoid. (basically an Opsec-safe reverse powershell)
C#
32
star
11

JALSI

JALSI - Just Another Lame Shellcode Injector
C#
32
star
12

Breaking-Detecting-Direct-Syscall-Techniques

A repository filled with ideas to break/detect direct syscall techniques
26
star
13

SysGate

One gate to all syscalls!
C#
23
star
14

NiceTryDLL

Nice try reading NTDLL from disk, nerd.
C#
19
star
15

LocalAMSI.Fail

This is a port of AMSI.fail,i modify the code to make it C# 5 compatible and can be executed on Windows 10 without installing any extra requirements.AMSI.fail itself generates obfuscated PowerShell snippets that break or disable AMSI for the current process.
PHP
11
star
16

sementara

Some random shits for random things
PowerShell
5
star
17

Ultrac1ph3r

Do You Want To Encode Your Text String With Multiple Ciphers? Then You're In The Right Place!
5
star
18

GetRektBoy724

1
star