mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/hydra: Fixed dep information
This commit is contained in:
parent
2836620f92
commit
57ec1c7fba
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ to give researchers and security consultants a way to demonstrate
|
|||
how easy it would be to gain unauthorized access to a remote system.
|
||||
THIS TOOL IS FOR LEGAL PURPOSES ONLY!
|
||||
|
||||
postgresql is optional, as is sap, but sap is not available at SBo.
|
||||
postgresql is an optional dependency, as is sap, but sap is not available
|
||||
at SBo.
|
||||
|
||||
This SlackBuild includes an option to omit the GTK-based frontend xhydra.
|
||||
To omit xhydra, just pass XHYDRA=0 to the script:
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.thc.org/releases/hydra-7.3.tar.gz"
|
|||
MD5SUM="34f9c21eae24fdc542ba21abc61b05d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Kent Fritz"
|
||||
EMAIL="fritz.kent@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue