Skip to content

Commit 3c2aeda

Browse files
author
kali
committed
Fix client & add default auth file
1 parent e25ee75 commit 3c2aeda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

C2Client/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ C2Client = [
3838
"Scripts/*.py",
3939
"server.crt",
4040
"libGrpcMessages/build/py/*.py",
41-
"DropperModules.conf"
41+
"DropperModules.conf",
42+
"ShellCodeModules.conf"
4243
]
4344

4445
[project.scripts]

teamServer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_custom_command(TARGET TeamServer POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
2424
$<TARGET_FILE:TeamServer> "${CMAKE_SOURCE_DIR}/Release/TeamServer/$<TARGET_FILE_NAME:TeamServer>")
2525
add_custom_command(TARGET TeamServer POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
2626
${CMAKE_SOURCE_DIR}/teamServer/teamServer/TeamServerConfig.json "${CMAKE_SOURCE_DIR}/Release/TeamServer/TeamServerConfig.json")
27+
${CMAKE_SOURCE_DIR}/teamServer/teamServer/auth_credentials.json "${CMAKE_SOURCE_DIR}/Release/TeamServer/auth_credentials.json")
2728

2829
if(WITH_TESTS)
2930
add_executable(testsTestServer tests/testsTestServer.cpp )

0 commit comments

Comments
 (0)