2020-05-05 22:36:59 +02:00
2020-05-05 19:11:14 +02:00
2020-05-05 18:47:19 +02:00

NetLoader

Loads any C# binary in mem, patching AMSI and bypassing Windows Defender

The binaries are clean compiled from their respective GitHub repos, but feel free to compile / host your own. Code is designed to get binaries from a GitHub, so should be straight forward.

  1. Clone your own repo from this
  2. Change the url on line 13 in Program.cs
  3. Re-Compile / add your own binaries in /Binaries (Regex looks for .bin only!)
  4. Build and enjoy!

As of 05.05.2020, it's FUD and bypasses Defender. (Going to try to update and keep it like this) netload

Credits to https://twitter.com/_RastaMouse for the AMSI bypass -> https://github.com/rasta-mouse/AmsiScanBufferBypass/blob/master/ASBBypass/Program.cs

S
Description
Automated archival mirror of github.com/Flangvik/NetLoader
Readme 5 MiB
Languages
C# 100%