Skip to content

Commit b956805

Browse files
committed
Update copyright & links, added workflows to repo.
1 parent eed235d commit b956805

5 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Spartacus Changelog
22

3+
## v2.2.2
4+
5+
* `[Update]` Update copyright & links, added workflows to repo.
6+
37
## v2.2.1
48

59
* `[Update]` Added additional debug stacktrace statements when writing to CSV files.

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2022 Accenture Security
3+
Copyright (c) 2022 - 02/2024 Accenture Security
4+
Copyright (c) 03/2024 - Present - Pavel Tsakalidis
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spartacus DLL/COM Hijacking Toolkit ![version](https://img.shields.io/github/v/tag/Accenture/Spartacus?label=version&style=flat-square)
1+
# Spartacus DLL/COM Hijacking Toolkit ![version](https://img.shields.io/github/v/tag/sadreck/Spartacus?label=version&style=flat-square)
22

33
## Why "Spartacus"?
44

@@ -35,7 +35,7 @@ When a process that is vulnerable to DLL Hijacking is asking for a DLL to be loa
3535

3636
# Installation
3737

38-
Find and download the latest version of Spartacus under [Releases](https://github.com/Accenture/Spartacus/releases). Otherwise simply clone this repository and build from source.
38+
Find and download the latest version of Spartacus under [Releases](https://github.com/sadreck/Spartacus/releases). Otherwise simply clone this repository and build from source.
3939

4040
# Supported Functionality
4141

Spartacus/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ static void Main(string[] args)
1616
{
1717
string appVersion = String.Format("{0}.{1}.{2}", Assembly.GetExecutingAssembly().GetName().Version.Major.ToString(), Assembly.GetExecutingAssembly().GetName().Version.Minor.ToString(), Assembly.GetExecutingAssembly().GetName().Version.Build.ToString());
1818

19-
Logger.Info($@"Spartacus v{appVersion} [ Accenture Security ]", true, false);
20-
Logger.Info($@"- For more information visit https://github.com/Accenture/Spartacus", true, false);
19+
Logger.Info($@"Spartacus v{appVersion} [ Pavel Tsakalidis ]", true, false);
20+
Logger.Info($@"- For more information visit https://github.com/sadreck/Spartacus", true, false);
2121
Logger.Info("", true, false);
2222

2323
Helper helper = new();

Spartacus/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("Spartacus")]
99
[assembly: AssemblyDescription("DLL/COM Hijacking Discovery")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Accenture Security")]
11+
[assembly: AssemblyCompany("Pavel Tsakalidis")]
1212
[assembly: AssemblyProduct("Spartacus")]
13-
[assembly: AssemblyCopyright("Copyright © 2023")]
13+
[assembly: AssemblyCopyright("Copyright © 2024")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.2.1.0")]
36-
[assembly: AssemblyFileVersion("2.2.1.0")]
35+
[assembly: AssemblyVersion("2.2.2.0")]
36+
[assembly: AssemblyFileVersion("2.2.2.0")]

0 commit comments

Comments
 (0)