Skip to content

Commit

Permalink
Land #490, Update mimikatz (the kiwi extension)
Browse files Browse the repository at this point in the history
Merge branch 'land-490' into upstream-master
  • Loading branch information
bwatters-r7 committed Jul 16, 2021
2 parents 1a763c6 + 5b9ad76 commit 834a30e
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 33 deletions.
2 changes: 1 addition & 1 deletion c/meterpreter/source/extensions/kiwi/mimikatz
Submodule mimikatz updated 273 files
4 changes: 4 additions & 0 deletions c/meterpreter/workspace/ext_server_kiwi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ set(LINK_LIBS
cabinet
dnsapi
version
wbemuuid
delayimp
odbc32
)

if(MSVC)
Expand All @@ -128,6 +131,7 @@ set(LINK_LIBS
${KIWI_LIB_DIR}/samlib.lib
${KIWI_LIB_DIR}/winsta.lib
${KIWI_LIB_DIR}/advapi32.hash.lib
${KIWI_LIB_DIR}/bcrypt.lib
)

target_link_libraries(${PROJECT_NAME} ${LINK_LIBS})
Expand Down
Loading

0 comments on commit 834a30e

Please sign in to comment.