https://github.com/mojtabatajik/.net-code-injector
Proof of concept of .Net worms
https://github.com/mojtabatajik/.net-code-injector
cli concept dotnet il-code injector malware-research proof
Last synced: about 1 month ago
JSON representation
Proof of concept of .Net worms
- Host: GitHub
- URL: https://github.com/mojtabatajik/.net-code-injector
- Owner: MojtabaTajik
- Created: 2015-11-18T20:58:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T21:17:03.000Z (over 10 years ago)
- Last Synced: 2025-09-04T15:50:59.181Z (8 months ago)
- Topics: cli, concept, dotnet, il-code, injector, malware-research, proof
- Language: C#
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .Net-Code-Injector
.Net file infector proof of concept
This simple injector show how to infect .Net executables to download and execute payload from internet address using injected IL code .
[This code is depends on Mono.Cecil nuget package.](https://www.nuget.org/packages/Mono.Cecil/)