Adjusted ilasm

This commit is contained in:
Oddvar Moe 2020-03-17 11:05:14 +01:00
parent 187786469c
commit 94d10799d3

View File

@ -1,37 +1,34 @@
--- ---
Name: ilasm.exe Name: Ilasm.exe
Description: used for compile c# code into dll or exe. Description: used for compile c# code into dll or exe.
Author: Hai vaknin (lux) Author: Hai vaknin (lux)
Created: 17/03/2020 Created: 17/03/2020
Commands: Commands:
- Command: - Command: ilasm.exe C:\public\test.txt /exe
ilasm.exe C:\public\test.txt /exe
Description: Binary file used by .NET to compile c# code to .exe Description: Binary file used by .NET to compile c# code to .exe
Usecase: Compile attacker code on system. Bypass defensive counter measures. Usecase: Compile attacker code on system. Bypass defensive counter measures.
Category: Compile Category: Compile
Privileges required:User Privileges: User
MitreID: T1127 MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/ MitreLink: https://attack.mitre.org/techniques/T1127/
OperatingSystem: Windows 10,7 OperatingSystem: Windows 10,7
- Command: ilasm.exe C:\Users\חי\Desktop\test.txt /dll - Command: ilasm.exe C:\public\test.txt /dll
Description: Binary file used by .NET to compile c# code to dll Description: Binary file used by .NET to compile c# code to dll
Usecase: A description of the usecase Usecase: A description of the usecase
Category: Compile Category: Compile
Privileges required:User Privileges: User
MitreID: T1127 MitreID: T1127
MitreLink: https://attack.mitre.org/techniques/T1127/ MitreLink: https://attack.mitre.org/techniques/T1127/
Full_Path: Full_Path:
- Path: - Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe
C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe - Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ilasm.exe
C:\Windows\Microsoft.NET\Framework\v4.0.30319\ilasm.exe
Code_Sample: Code_Sample:
Code: - Code:
1.ilasm.exe C:\public\test.txt /exe Resources:
2.ilasm.exe C:\Users\חי\Desktop\test.txt /dll - Link: https://github.com/LuxNoBulIshit/BeforeCompileBy-ilasm/blob/master/hello_world.txt
Acknowledgement: Acknowledgement:
- Person: - Person: Hai Vaknin(Lux)
Hai Vaknin(Lux) https://github.com/LuxNoBulIshit Handle: '@VakninHai'
Lior Adar - Person: Lior Adar
Handle:
--- ---