Skip to content

Commit

Permalink
Merge pull request #57 from fireeye/feat/support_hc5
Browse files Browse the repository at this point in the history
Hashcat 5.1.0 Support
  • Loading branch information
tankbusta authored Aug 1, 2019
2 parents e9d36dd + 7fe8ae4 commit e3b20e4
Show file tree
Hide file tree
Showing 45 changed files with 227 additions and 1,881 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- CGO_CFLAGS="-I$HOME/hashcat/deps/OpenCL-Headers -I$HOME/hashcat/include"
- CGO_LDFLAGS="-L$HOME/hashcat"
- LD_LIBRARY_PATH="/home/travis/hashcat:$LD_LIBRARY_PATH"
- HASHCAT_VERSION="v3.6.0"
- HASHCAT_VERSION="v5.1.0"
- GO111MODULE=on

addons:
Expand All @@ -19,7 +19,6 @@ before_install:

go:
- "1.12.x"
- tip

script:
- ./misc/codecov_tests.sh
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# GoCrack Changelog

## 2.1

New Features:

* Update Go to 1.12.6
* Support for Go Modules
* Updated all server dependencies
* Dropped support for Hashcat 3.6 for 5.1

## 2.0

New Features:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GoCrack provides APIs to manage password cracking tasks across supported crackin

## Supported Engines

* [hashcat 3.6.0+](https://github.com/hashcat/hashcat)
* [hashcat 5.X+](https://github.com/hashcat/hashcat)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ROOT_PROJECT := gocrack
PKG_AUTHOR := Christopher Schmitt <[email protected]>
HASHCAT_VERSION := v3.6.0
HASHCAT_VERSION := v5.1.0

GOCRACK_PROJ := github.com/fireeye/gocrack
GOCRACK_CODE_LOCAL := ${GOPATH}/src/$(GOCRACK_PROJ)
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository includes docker containers that build the necessary components for a successful gocrack install.

* Current Hashcat Version: v3.6
* Current Hashcat Version: v5.1
* Current Go Version: v1.9

**Note**: You should be using Docker 17.X and require NVIDIA Docker plugin to run the worker image
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/Sereal/Sereal v0.0.0-20190606082811-cf1bab6c7a3a // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154
github.com/fireeye/gocat v0.0.0-20190613212338-ce97d32213d0
github.com/gin-contrib/cors v1.3.0
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fireeye/gocat v0.0.0-20190613212338-ce97d32213d0 h1:9Q627+zI86PEvW6swCZocEJKt9N2ALa+QF9RVhQX/nw=
github.com/fireeye/gocat v0.0.0-20190613212338-ce97d32213d0/go.mod h1:jiQe5RA0SrrZbYO2QvfWgQKzLBDTmJH9nwrfokC3Euo=
github.com/gin-contrib/cors v0.0.0-20170708080947-567de1916927 h1:Asmg6n4CmGBOR6Lc6v7NFVB7rTqeiig/lcPKxwC/YXw=
github.com/gin-contrib/cors v0.0.0-20170708080947-567de1916927/go.mod h1:cw+u9IsAkC16e42NtYYVCLsHYXE98nB3M7Dr9mLSeH4=
github.com/gin-contrib/cors v1.3.0 h1:PolezCc89peu+NgkIWt9OB01Kbzt6IP0J/JvkG6xxlg=
Expand Down
26 changes: 0 additions & 26 deletions gocat/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions gocat/ctypes.go

This file was deleted.

7 changes: 0 additions & 7 deletions gocat/doc.go

This file was deleted.

Loading

0 comments on commit e3b20e4

Please sign in to comment.