Skip to content

Commit

Permalink
Merge pull request #962 from vxsh4d0w/master
Browse files Browse the repository at this point in the history
Module Winscp Session registry key extraction
  • Loading branch information
AndrewRathbun authored Sep 1, 2024
2 parents 6bcc486 + 20c2ef2 commit 86db557
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Modules/Apps/MobaXterm_Credentials_key.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Description: Module to extract a copy of MobaXterm encrypted credentials
Category: Live Response
Author: Vito Alfano
Version: 1.0
Id: 1dc46684-fee1-40ab-9a25-216ec41df4a9
ExportFormat: txt
Processors:
-
Executable: C:\Windows\System32\cmd.exe
CommandLine: /c reg export "HKEY_CURRENT_USER\Software\Mobatek\MobaXterm\C" %destinationDirectory%\MobaXterm_Credentials_key.txt
ExportFormat: txt

# Documentation
# https://xmcyber.com/blog/extracting-encrypted-credentials-from-common-tools-2/
# https://github.com/XMCyber/XMCredentialsDecryptor
15 changes: 15 additions & 0 deletions Modules/Apps/MobaXterm_Master_Pass.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Description: Module to extract a copy of MobaXterm encrypted master password
Category: Live Response
Author: Vito Alfano
Version: 1.0
Id: 4ca41e3e-918e-419f-b7cf-22a8cdb1da0f
ExportFormat: txt
Processors:
-
Executable: C:\Windows\System32\cmd.exe
CommandLine: /c reg export "HKEY_CURRENT_USER\Software\Mobatek\MobaXterm\M" %destinationDirectory%\Mobaterm_MasterPass_key.txt
ExportFormat: txt

# Documentation
# https://xmcyber.com/blog/extracting-encrypted-credentials-from-common-tools-2/
# https://github.com/XMCyber/XMCredentialsDecryptor
15 changes: 15 additions & 0 deletions Modules/Apps/MobaXterm_Passwords_key.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Description: Module to extract a copy of MobaXterm encrypted passwords
Category: Live Response
Author: Vito Alfano
Version: 1.0
Id: a7473175-e108-4b93-81cb-49c6e7d37ff9
ExportFormat: txt
Processors:
-
Executable: C:\Windows\System32\cmd.exe
CommandLine: /c reg export "HKEY_CURRENT_USER\Software\Mobatek\MobaXterm\P" %destinationDirectory%\MobaXterm_Pass_key.txt
ExportFormat: txt

# Documentation
# https://xmcyber.com/blog/extracting-encrypted-credentials-from-common-tools-2/
# https://github.com/XMCyber/XMCredentialsDecryptor
15 changes: 15 additions & 0 deletions Modules/Apps/WinSCP_Session.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Description: Module to extract a copy of WinSCP encrypted credentials
Category: Live Response
Author: Vito Alfano
Version: 1.0
Id: e00dac99-3a59-4c59-911c-95eda1769250
ExportFormat: txt
Processors:
-
Executable: C:\Windows\System32\cmd.exe
CommandLine: /c reg export "HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\Sessions" %destinationDirectory%\winscp2_sessions_key.txt
ExportFormat: txt

# Documentation
# https://xmcyber.com/blog/extracting-encrypted-credentials-from-common-tools-2/
# https://github.com/XMCyber/XMCredentialsDecryptor

0 comments on commit 86db557

Please sign in to comment.