This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Releases: Accenture/Spartacus
Releases · Accenture/Spartacus
Spartacus-v2.2.1-x64
Spartacus-v2.2.0-x64
[New]IncludedExamples.mdin the distribution archive.[New]As command line arguments were becoming too much, createdCommandLineGenerator.html.[New]Implement thesignmode, to enable creating self-signed certificates and using any given certificate to sign an executable/DLL. The code was taken & customised from https://github.com/Danielku15/SigningServer, under MIT License - original author is Danielku15.[Fix]Fixed PostBuildEvent in proxy.vcxproj, PR by https://github.com/Signum21.[Fix]Fixed placeholder creation when DLL does not exist, PR by https://github.com/kost.
Spartacus-v2.1.3-x64
[Update]Proxy--action exportsnow supports wildcard DLL paths like--dll C:\Windows\System32\*.dlland also displays forwarded functions.[Fix]Rewrite PE file exporter from scratch.
Spartacus-v2.1.2-x64
[New]Added--action exportsto--mode proxythat lists a file's exports, functionality similar todumpbin.exe /exports.[Fix]Fixed--onlyparameter which was ignored when generating a proxy solution without using Ghidra.
Spartacus-v2.1.1-x64
[Update]Added support forNTAPIprototypes.
Spartacus-v2.1.0-x64
[New]Added--action prototypesto--mode proxythat supports the parsing of*.hfiles in order to generate pre-existing function prototypes.[New]Included./Assets/prototypes.csvwith a pre-generated list of function prototypes.[Update]Updated--mode com --aclfunctionality to check the parent folder's permissions as well when checking for misconfigured COM registry entries.
Spartacus-v2.0.0-x64
[New]Implement support for identifying COM Hijacking.[New]Added option to support external resources for solution generation.[Update]Improve Visual Studio solution generation.[Update]Simplified and reduced command line arguments.[Removed]Removed the individual*.cppproxy skeleton file generation, replaced with full solutions.
Spartacus-v1.2.0-x64
[New]Implement replication ofVERSIONINFOand timestomping to match source file during solution compilation. (Issue #1)
Spartacus-v1.1.1-x64
[Fix]Allow digits/symbols in--only-proxycommand
Spartacus-v1.1.0-x64
[New]Implement new functionality to create proxies for functions other than DllMain, as described here: https://www.redteam.cafe/red-team/dll-sideloading/dll-sideloading-not-by-dllmain