Fixing newline in odbcconf entry

This commit is contained in:
Wietze 2023-03-25 16:21:34 +00:00
parent 06f33c91ae
commit a9046ecb85
No known key found for this signature in database
GPG Key ID: E17630129FF993CF

View File

@ -11,7 +11,8 @@ Commands:
Privileges: User
MitreID: T1218.008
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
- Command: odbcconf INSTALLDRIVER "lolbas-project|Driver=c:\test\test.dll|APILevel=2"
- Command: |
odbcconf INSTALLDRIVER "lolbas-project|Driver=c:\test\test.dll|APILevel=2"
odbcconf configsysdsn "lolbas-project" "DSN=lolbas-project"
Description: Install a driver and load the DLL. Requires administrator privileges.
Usecase: Execute dll file using technique that can evade defensive counter measures