aboutsummaryrefslogtreecommitdiffstats
path: root/SlackBuilds/hydra/README
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2026-03-17 19:00:50 +0100
committerdanix <danix@danix.xyz>2026-03-17 19:00:50 +0100
commit8226603f95b30a046d506109ab42fba9a1cf21ca (patch)
tree593da03decf2eb7022162ece913d656682ae8db1 /SlackBuilds/hydra/README
parenta671dd9486e3a4a0b712d745d6d4245523b6aeab (diff)
downloadslackware-pentesting-suite-8226603f95b30a046d506109ab42fba9a1cf21ca.tar.gz
slackware-pentesting-suite-8226603f95b30a046d506109ab42fba9a1cf21ca.zip
added Hydra from SlackBuild repository. Source updated to latest 9.6 version
Diffstat (limited to 'SlackBuilds/hydra/README')
-rw-r--r--SlackBuilds/hydra/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/SlackBuilds/hydra/README b/SlackBuilds/hydra/README
new file mode 100644
index 0000000..33ab88b
--- /dev/null
+++ b/SlackBuilds/hydra/README
@@ -0,0 +1,17 @@
+Hydra (A very fast network login cracker)
+
+One of the biggest security holes are user passwords, as every
+password security study shows. This tool is a proof of concept,
+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 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:
+ XHYDRA=0 sh hydra.SlackBuild
+
+See the README installed in /usr/doc/hydra-$VERSION for more info