Skip to content

PowerShell script to obtain hashes from remote systems and perform frequency analysis

License

Notifications You must be signed in to change notification settings

cmwelu/Get-Hashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Get-Hashes

##Overview This PowerShell script acquires hashes from remote systems recursively from a user-defined starting location across a number of machines. Frequency analysis is performed on the collected hashes, and reported to the user. Unique hashes could be taken from this tool and uploaded to VirusTotal.

Note: This script was created during Dakota State University's CSC-842 Rapid Tool Development course.

##Usage

 .\Get-Hashes.ps1 [[-ComputerName] <String[]>] [[-StartingPath] <String>] [[-Algorithm] <String>] [-CountAll]
 [-CountUnique] [[-SleepSecs] <Int32>] [[-Credential] <PSCredential>] [<CommonParameters>]

For detailed help and examples, run

Get-Help .\Get-Hashes.ps1

##Resources

About

PowerShell script to obtain hashes from remote systems and perform frequency analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published