Used in Windows for managing ODBC connections
Execute DllRegisterServer from DLL specified.
odbcconf /a {REGSVR {PATH_ABSOLUTE:.dll}}
Execute a DLL file using technique that can evade defensive counter measures
Install a driver and load the DLL. Requires administrator privileges.
odbcconf INSTALLDRIVER "lolbas-project|Driver={PATH_ABSOLUTE:.dll}|APILevel=2"
odbcconf configsysdsn "lolbas-project" "DSN=lolbas-project"
Execute dll file using technique that can evade defensive counter measures
Load DLL specified in target .RSP file. See the Code Sample section for an example .RSP file.
odbcconf -f {PATH:.rsp}
Execute dll file using technique that can evade defensive counter measures