mirror of
https://github.com/Flangvik/NetLoader
synced 2026-06-21 13:43:06 +00:00
138d7860e6d31ae3c528ed2d70bd76e34c97991c
NetLoader
Loads any C# binary in mem, patching AMSI and bypassing Windows Defender
The binaries SHOULD be all clean and newly compiled from their respective GitHub repos, but feel free to compile / host your own. (Don't cosider running binaries from this repo good OPSEC) Code is designed to get binaries from a GitHub repo, so should be straight forward.
- Clone your own repo from this
- Change the url on line 13 in Program.cs
- Re-Compile / add your own binaries in /Binaries (Regex looks for .bin only!)
- Build and enjoy!
As of 05.05.2020, it's FUD and bypasses Defender.
(Going to try to update and keep it like this)

Credits to https://twitter.com/_RastaMouse for the AMSI bypass -> https://github.com/rasta-mouse/AmsiScanBufferBypass/blob/master/ASBBypass/Program.cs
Todo
- Automate the build and release of many of the Sharp Tools so they automagically appear in /Binaries (CDI / Azure DevOps)
- Add support for non-interactive use (input args(
- Add support to run custom modules from your own URL or SMB Share (Great for on-the-fly Implant deployment)
- Add some missing stuff SharpSploit and SharpShell (Need to fix some deps)
- Propely confirm and test every current bin
- Add an working MSBuild XML payload for the LOLBins lovers (Myself included)
Description
Languages
C#
100%