GRASSMARLIN Versions Save

Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber

v3.3Beta3

6 years ago

v3.2.1

6 years ago

v3.2.0

7 years ago

Windows 32-bit

  • GrassMarlin-Win32.msi (Windows installer. Wireshark and Java not included.)
  • GrassMarlin-Win32.zip (No installation required. Files structure copied.)
  • GrassMarlin-Win32-WithPrereqs.exe ( Windows Installer with Wireshark and Java.)

Windows 64-bit

  • GrassMarlin-Win64.msi (Windows installer. Wireshark and Java not included.)
  • GrassMarlin-Win64.zip (No installation required. Files structure copied.)
  • GrassMarlin-Win64-WithPrereqs.exe ( Windows Installer with Wireshark and Java.)

Windows Installer with no live capture capability

  • GrassMarlin-Win-NoLivePcap.msi (Windows installer. Wireshark and Java not included.)
  • GrassMarlin-Win-NoLivePcap.zip (No installation required. Files structure copied.)

Linux

  • CentOS 7 64-bit: grassmarlin-3.2.0-1.el7.x86_64.rpm
  • Debian 8 32-bit: grassmarlin_3.2.0-1_i386.deb
  • Debian 8 64-bit: grassmarlin_3.2.0-1_amd64.deb
  • Fedora 23 32-bit: grassmarlin-3.2.0-1.fc23.i686.rpm
  • Fedora 23 64-bit: grassmarlin-3.2.0-1.fc23.x86_64.rpm
  • Fedora 24 32-bit: grassmarlin-3.2.0-1.fc24.i686.rpm
  • Fedora 24 64-bit: grassmarlin-3.2.0-1.fc24.x86_64.rpm
  • Kali 2.0 64-bit: grassmarlin_3.2.0-1_amd64_Kali.deb
  • Ubuntu 14.04 32-bit: grassmarlin_3.2.0+ubuntu1404-1_i386.deb
  • Ubuntu 14.04 64-bit: grassmarlin_3.2.0+ubuntu1404-1_amd64.deb
  • Ubuntu 15.10 32-bit: grassmarlin_3.2.0+ubuntu1510-1_i386.deb
  • Ubuntu 15.10 64-bit: grassmarlin_3.2.0+ubuntu1510-1_amd64.deb
  • Ubuntu 16.04 32-bit: grassmarlin_3.2.0+ubuntu1604-1_i386.deb
  • Ubuntu 16.04 64-bit: grassmarlin_3.2.0+ubuntu1604-1_amd64.deb

v3.0.0

8 years ago

Windows 64-bit

Download Grassmarlin3_windows_64.exe and verify using these hashes:

  • SHA1: 8D40429D030B14F7FF9FA3F8A22EE229A6A35339
  • SHA256: BBF9009752AEAC9CE4C9367D73657D449EE8F248C6990FDF7FF1E509F041850A

Use PowerShell 4.0's Get-FileHash command to verify the hashes of the downloaded file: (Get-FileHash -Path .\Grassmarlin3_windows_64.exe -Algorithm SHA1).Hash -eq "8D40429D030B14F7FF9FA3F8A22EE229A6A35339" (Get-FileHash -Path .\Grassmarlin3_windows_64.exe -Algorithm SHA256).Hash -eq "BBF9009752AEAC9CE4C9367D73657D449EE8F248C6990FDF7FF1E509F041850A"

Each command should return a value of True if the downloaded file matches the hash.

Use PowerShell 2.0's Get-AuthenticodeSignature command to verify the signature of the downloaded file: (Get-AuthenticodeSignature '.\Grassmarlin3_windows_64.exe').SignerCertificate.Thumbprint -eq '95659B8FA04C8C5022B38BC02477CA70B1BA7501'

The command should return a value of True if the downloaded file is signed with the correct certificate.