Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: nsacyber/GRASSMARLIN

GRASSMARLIN v3.3Beta3

09 Mar 18:32
Compare
Choose a tag to compare
GRASSMARLIN v3.3Beta3 Pre-release
Pre-release
3.3Beta3 release

GRASSMARLIN v3.2.1

27 Jun 14:41
Compare
Choose a tag to compare
Merge pull request #7 from iadgov/3.2.1

3.2.1 updates

GRASSMARLIN v3.2 Installers

30 Jan 20:28
Compare
Choose a tag to compare

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

GRASSMARLIN 3.0.0

02 Feb 17:27
Compare
Choose a tag to compare

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.