aboutsummaryrefslogtreecommitdiffstats
path: root/hydra/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-03 23:12:36 +0200
committerDanilo M. <danix@danix.xyz>2026-04-03 23:12:36 +0200
commit11735b294450fbb6b4478748c57df2f9969b31ce (patch)
tree1b15658f1eb274712a579ba8141753fcbc28d4ad /hydra/README
parent21cdfef9c762bb2e548abc7cf88f9207376abaf2 (diff)
downloadslackware-pentesting-suite-11735b294450fbb6b4478748c57df2f9969b31ce.tar.gz
slackware-pentesting-suite-11735b294450fbb6b4478748c57df2f9969b31ce.zip
remove hydra and nessus packages
Both are already maintained on SBo and identical to upstream. Remove package directories and clean up README and nvchecker.toml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'hydra/README')
-rw-r--r--hydra/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/hydra/README b/hydra/README
deleted file mode 100644
index 33ab88b..0000000
--- a/hydra/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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