-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #962 from vxsh4d0w/master
Module Winscp Session registry key extraction
- Loading branch information
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |