Skip to content

Alternate Data Streams are a feature of NTFS (Filesystem). They can be used to hide data in a file. This PowerShell module provides some Cmdlets to get the Alternate Data Streams and their content.

License

Notifications You must be signed in to change notification settings

martiph/AlternateDataStreamModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlternateDataStreamModule

Alternate Data Streams are a feature of NTFS (Filesystem). They can be used to hide data in a file. This PowerShell module provides some functions to get the Alternate Data Streams and their content.

This PowerShell module only works on Windows systems. This is caused by lacking implementation of key features on built-in Cmdlets on other platforms which would be used in this module to work properly.

Usage

To use the functions provided by this module, you need to import the module first. After downloading/cloning this repository of course. Import the module with the following command, if you are in the directory where you downloaded it:

Import-Module ./AlternateDataStreamModule

Now you are able to use the functions provided by this module. On Windows the following functions are available: Get-AlternateDataStream, Get-AlternateDataStreamContent, Get-NTFSVolume, New-AlternateDataStreamFile

About

Alternate Data Streams are a feature of NTFS (Filesystem). They can be used to hide data in a file. This PowerShell module provides some Cmdlets to get the Alternate Data Streams and their content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published