All Projects → mez-0 → InMemoryNET

mez-0 / InMemoryNET

Licence: MIT license
Exploring in-memory execution of .NET

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to InMemoryNET

Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+8803.64%)
Mutual labels:  net, red-team
Red Team Infrastructure Wiki
Wiki to collect Red Team infrastructure hardening resources
Stars: ✭ 2,981 (+5320%)
Mutual labels:  cobalt-strike, red-team
MalleableC2Profiles
Malleable C2 profiles for Cobalt Strike
Stars: ✭ 57 (+3.64%)
Mutual labels:  cobalt-strike, red-team
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-61.82%)
Mutual labels:  clr, net
Octopus
Octopus - Network Scan/Infos & Web Scan
Stars: ✭ 25 (-54.55%)
Mutual labels:  red-team
window-rat
The purpose of this tool is to test the window10 defender protection and also other antivirus protection.
Stars: ✭ 59 (+7.27%)
Mutual labels:  amsi
VSoft.HttpClient
WinHTTP Client for Delphi
Stars: ✭ 18 (-67.27%)
Mutual labels:  winhttp
JustEvadeBro
JustEvadeBro, a cheat sheet which will aid you through AMSI/AV evasion & bypasses.
Stars: ✭ 63 (+14.55%)
Mutual labels:  amsi
juumla
🦁 Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and search for config or backup files.
Stars: ✭ 107 (+94.55%)
Mutual labels:  red-team
adamwr
Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neural Networks" https://arxiv.org/abs/1506.01186 for PyTorch framework
Stars: ✭ 130 (+136.36%)
Mutual labels:  clr
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+130.91%)
Mutual labels:  red-team
ja3transport
Impersonating JA3 signatures
Stars: ✭ 200 (+263.64%)
Mutual labels:  red-team
FastText.NetWrapper
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!
Stars: ✭ 57 (+3.64%)
Mutual labels:  net
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+454.55%)
Mutual labels:  net
nc
Porting Netcat in Node.js. CLI util. 💻
Stars: ✭ 17 (-69.09%)
Mutual labels:  net
Vp.FSharp.Sql
Generic F# ADO Provider Wrapper
Stars: ✭ 35 (-36.36%)
Mutual labels:  net
metadata-one-liners
retrive metadata endpoint data with these one liners.
Stars: ✭ 38 (-30.91%)
Mutual labels:  red-team
clr-loader
Loader for different .NET runtimes
Stars: ✭ 16 (-70.91%)
Mutual labels:  clr
natsu-clr
il2cpp transpiler and runtime compatible with .Net Core
Stars: ✭ 76 (+38.18%)
Mutual labels:  clr
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+27.27%)
Mutual labels:  red-team

InMemoryNET

This project is entirely a POC, it was my research into looking at how execute-assembly works within Cobalt Strike.

I originally wrote this about two years ago, but I felt I needed to update to download file remotely in order to test In-Process Patchless AMSI Bypass from EthicalChaos. Albeit, this project does NOT contain that POC.

InMemoryNET will:

  1. Reach out to a URL
  2. Download a file to a buffer
  3. Execute via CLR

Referenced projects:

  1. HostingCLR
  2. metasploit-execute-assembly
  3. Hiding your .NET - ETW

Example:

 ~ InMemoryNET ~
InMemoryNET.exe <url> <assembly args>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].