Categories
How-To

Windows File Integrity Powershell Script

We’ve built a quick and dirty Windows file integrity powershell script to help you check file integrity on a directory (recursively). We call it (un-originally) our Windows File Integrity Powershell Script. What this powershell script does is allows you to generate file hashes and later compare them to the current hash of your files. This […]

Categories
How-To

Linux File Integrity Bash Script

We’ve built a quick and dirty Linux file integrity bash script to help you check your file integrity recursively in Linux. We call it (un-originally) our Linux File Integrity Bash Script. What this bash script does is allows you to generate file hashes and compare them to your files. By comparing the known good file […]