diff options
| -rw-r--r-- | .extras/nvchecker.toml | 10 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | hydra/README | 17 | ||||
| -rw-r--r-- | hydra/doinst.sh | 4 | ||||
| -rw-r--r-- | hydra/hydra.SlackBuild | 112 | ||||
| -rw-r--r-- | hydra/hydra.desktop | 10 | ||||
| -rw-r--r-- | hydra/hydra.info | 10 | ||||
| -rw-r--r-- | hydra/slack-desc | 19 | ||||
| -rw-r--r-- | nessus/README | 7 | ||||
| -rw-r--r-- | nessus/doinst.sh | 43 | ||||
| -rw-r--r-- | nessus/nessus.SlackBuild | 89 | ||||
| -rw-r--r-- | nessus/nessus.info | 10 | ||||
| -rw-r--r-- | nessus/rc.nessusd | 112 | ||||
| -rw-r--r-- | nessus/slack-desc | 19 |
14 files changed, 0 insertions, 466 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index a7eaac9..24f4e6f 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -57,12 +57,6 @@ source = "regex" url = "https://www.openwall.com/john/" regex = 'john-(\d+\.\d+\.\d+)\.tar\.xz' -[hydra] -source = "github" -github = "vanhauser-thc/thc-hydra" -use_latest_release = "true" -prefix = "v" - [webshells] source = "regex" url = "https://pkg.kali.org/pkg/webshells" @@ -80,7 +74,3 @@ github = "notroj/cadaver" use_latest_tag = "true" prefix = "v" -[Nessus] -source = "jq" -url = "https://www.tenable.com/downloads/api/v2/pages/nessus" -filter = ".releases.latest | keys[0] | split(\" - \")[1]" @@ -23,13 +23,11 @@ This list is ever growing, if you want to ask for a package to be prioritized, j | SecLists | ✅ | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2026.1 | | ffuf | ✅ | [ffuf/ffuf](https://github.com/ffuf/ffuf) | 2.1.0 | | gobuster | ✅ | [OJ/gobuster](https://github.com/OJ/gobuster) | 3.8.2 | -| hydra | ✅ | [vanhauser-thc/thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | 9.6 | | hashcat | ✅ | [hashcat.net](https://hashcat.net/hashcat/) | 7.1.2 | | john | ✅ | [openwall.com](https://www.openwall.com/john/) | 1.9.0 | | exploitdb | ✅ | [exploit-db.com](https://www.exploit-db.com/) | 2026-03-04 | | cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | | powershell | ✅ | [microsoft.com](https://www.microsoft.com/powershell/) | 7.6.0 | -| Nessus | ✅ | [tenable.com](https://www.tenable.com/downloads/nessus) | 10.11.3 | | nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.7.1 | | windows binaries | ❎ | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 | | webshells | ❎ | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 | @@ -46,5 +44,3 @@ This list is ever growing, if you want to ask for a package to be prioritized, j > The cadaver package is available on slackbuilds.org but it's for an older version. I've reported here the script and built the newest version. The slackbuild includes now a pull from the [notroj/neon](https://github.com/notroj/neon) repository which is usually not allowed for SlackBuilds that are uploaded to slackbuilds.org > > The Powershell package is the same as the one on slackbuilds.org but builds the latest version available. -> -> The Nessus package is the same as the one on slackbuilds.org but builds the latest version available. 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 diff --git a/hydra/doinst.sh b/hydra/doinst.sh deleted file mode 100644 index 4e8ba70..0000000 --- a/hydra/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - diff --git a/hydra/hydra.SlackBuild b/hydra/hydra.SlackBuild deleted file mode 100644 index 253d889..0000000 --- a/hydra/hydra.SlackBuild +++ /dev/null @@ -1,112 +0,0 @@ -#!/bin/bash -# Slackware build script for Hydra -# Written by Larry Hajali <larryhaja[at]gmail[dot]com> -# Updated by Kent Fritz <fritz.kent@gmail.com> - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=hydra -VERSION=${VERSION:-9.6} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -SRCNAM=thc-$PRGNAM - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -XHYDRA=${XHYDRA:-1} -if [ "$XHYDRA" = "1" ]; then - CONFIG_OPTS="" - MAKE_OPTS="" -else - CONFIG_OPTS="--disable-xhydra" - MAKE_OPTS="XHYDRA_SUPPORT=" -fi - -./configure $CONFIG_OPTS --prefix=$PKG/usr -make OPTS="-I. $SLKCFLAGS -fcommon" $MAKE_OPTS -mkdir -p $PKG/usr/etc -make install - -# Move password lists -mkdir -p $PKG/usr/share/$PRGNAM -mv $PKG/usr/etc/* $PKG/usr/share/$PRGNAM -rm -rf $PKG/usr/etc -# Fix paths in dpl4hydra.sh -sed -i -e "s|^INSTALLDIR=.*|INSTALLDIR=/usr|" $PKG/usr/bin/dpl4hydra.sh -sed -i -e "s|^LOCATION=.*|LOCATION=share/$PRGNAM|" $PKG/usr/bin/dpl4hydra.sh - -# Add a desktop menu item -if [ "$XHYDRA" = "1" ]; then - mkdir -p $PKG/usr/share/{applications,pixmaps} - install -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/ - convert hydra-logo.ico $PKG/usr/share/pixmaps/$PRGNAM.png -fi - -if [ "$XHYDRA" = "0" ]; then - rm $PKG/usr/man/man1/xhydra.1 -fi -find $PKG/usr/man -type f -exec gzip -9 {} \; - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES LICENSE* README $PKG/usr/doc/$PRGNAM-$VERSION -if [ "$XHYDRA" = "1" ]; then - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/hydra-gtk - cp -a hydra-gtk/COPYING hydra-gtk/INSTALL hydra-gtk/README \ - $PKG/usr/doc/$PRGNAM-$VERSION/hydra-gtk -fi -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -if [ "$XHYDRA" = "1" ]; then - cat $CWD/doinst.sh > $PKG/install/doinst.sh -fi - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/hydra/hydra.desktop b/hydra/hydra.desktop deleted file mode 100644 index 7b2e350..0000000 --- a/hydra/hydra.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -GenericName= -Name=Hydra -MimeType= -Exec=xhydra -Icon=hydra -Type=Application -Terminal=false -Comment=Network login cracker -Categories=Utility; diff --git a/hydra/hydra.info b/hydra/hydra.info deleted file mode 100644 index 70eb325..0000000 --- a/hydra/hydra.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="hydra" -VERSION="9.6" -HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra" -DOWNLOAD="https://github.com/vanhauser-thc/thc-hydra/archive/v9.6/thc-hydra-9.6.tar.gz" -MD5SUM="558d2d8b9c5cb0fd18ba108bf78965da" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Kent Fritz" -EMAIL="fritz.kent@gmail.com" diff --git a/hydra/slack-desc b/hydra/slack-desc deleted file mode 100644 index 995e9e9..0000000 --- a/hydra/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -hydra: hydra (A very fast network login cracker) -hydra: -hydra: One of the biggest security holes are user passwords, as every -hydra: password security study shows. This tool is a proof of concept, -hydra: to give researchers and security consultants a way to demonstrate -hydra: how easy it would be to gain unauthorized access to a remote system. -hydra: THIS TOOL IS FOR LEGAL PURPOSES ONLY! -hydra: -hydra: Homepage: https://github.com/vanhauser-thc/thc-hydra -hydra: -hydra: diff --git a/nessus/README b/nessus/README deleted file mode 100644 index 2ca8ce9..0000000 --- a/nessus/README +++ /dev/null @@ -1,7 +0,0 @@ -Nessus Vulnerability Scanner - -Nessus Professional, the industry's most widely deployed vulnerability -assessment solution helps you reduce your organization's attack surface -and ensure compliance. Nessus features high-speed asset discovery, -configuration auditing, target profiling, malware detection, sensitive -data discovery, and more. diff --git a/nessus/doinst.sh b/nessus/doinst.sh deleted file mode 100644 index d27a6df..0000000 --- a/nessus/doinst.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh - - -config() { - NEW="$1" - OLD="`dirname $NEW`/`basename $NEW .new`" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -preserve_perms() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - if [ -e $OLD ]; then - cp -a $OLD ${NEW}.incoming - cat $NEW > ${NEW}.incoming - mv ${NEW}.incoming $NEW - fi - config $NEW -} - -if [ -e /etc/rc.d/rc.nessusd ]; then - chroot . sh /etc/rc.d/rc.nessusd status > /dev/null 2>&1 - RETVAL=$? - if [ "$RETVAL" == "0" ]; then - chroot . sh /etc/rc.d/rc.nessusd stop > /dev/null 2>&1 - fi -fi - -preserve_perms etc/rc.d/rc.nessusd.new - -echo "" -echo "Unpacking Nessus Core Components..." -chroot . /opt/nessus/sbin/nessuscli install /opt/nessus/var/nessus/plugins-core.tar.gz - -echo " - You can start Nessus by typing sh /etc/rc.d/rc.nessusd start" -echo " - Then go to https://"`hostname`":8834/ to configure your scanner" -echo "" diff --git a/nessus/nessus.SlackBuild b/nessus/nessus.SlackBuild deleted file mode 100644 index cecba36..0000000 --- a/nessus/nessus.SlackBuild +++ /dev/null @@ -1,89 +0,0 @@ -#!/bin/bash - -# Slackware build script for Tenable(TM) Nessus Vulnerability Scanner - -# Copyright 2019-2025 Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=nessus -VERSION=${VERSION:-10.11.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -if [ "$ARCH" != "x86_64" ]; then - echo "Unsupported platform" - exit 1 -fi - -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -cd $PKG - -rpm2cpio $CWD/Nessus-$VERSION-*.rpm | cpio --extract --make-directories --verbose - -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -mkdir -p $PKG/etc/rc.d - -# Remove SystemD and Firewalld rules -rm -rf $PKG/usr/lib - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/rc.nessusd > $PKG/etc/rc.d/rc.nessusd.new - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/nessus/nessus.info b/nessus/nessus.info deleted file mode 100644 index d89d639..0000000 --- a/nessus/nessus.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="nessus" -VERSION="10.11.3" -HOMEPAGE="https://www.tenable.com/products/nessus" -DOWNLOAD="UNSUPPORTED" -MD5SUM="" -DOWNLOAD_x86_64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.11.3-el7.x86_64.rpm" -MD5SUM_x86_64="9fa867b57b7727841f2dcb4db48cd7a1" -REQUIRES="" -MAINTAINER="Giuseppe Di Terlizzi" -EMAIL="giuseppe.diterlizzi@gmail.com" diff --git a/nessus/rc.nessusd b/nessus/rc.nessusd deleted file mode 100644 index d600b40..0000000 --- a/nessus/rc.nessusd +++ /dev/null @@ -1,112 +0,0 @@ -#!/bin/sh - -# Tenable(TM) Nessus Scanner Start & Stop script -# - -# Source function library. -if [ -f /etc/init.d/functions ] ; then - . /etc/init.d/functions -else - exit 0 -fi - -# Load nessusd environment -[ -f /etc/sysconfig/nessusd ] && . /etc/sysconfig/nessusd - -# Avoid using root's TMPDIR -unset TMPDIR - -test -x /opt/nessus/sbin/nessus-service || { - echo "Nessus not properly installed" - exit 1 -} - -RETVAL=0 - -NESSUS_PID_FILE="/opt/nessus/var/nessus/nessus-service.pid" -NESSUS_NAME="Nessus" - -start() { - - echo -n $"Starting Nessus services: " - - /opt/nessus/sbin/nessus-service -q -D - RETVAL=$? - - if [ "$RETVAL" == "0" ]; then - success - else - failure - fi - - echo - return 0 - -} - -stop() { - - echo -n $"Shutting down Nessus services: " - - test -f "$NESSUS_PID_FILE" && kill `cat $NESSUS_PID_FILE` - RETVAL=$? - - sleep 4 - - if [ "$RETVAL" == "0" ]; then - success - else - failure - fi - - echo - return 0 - -} - -restart() { - stop - start -} - -status() { - - if [ -f "$NESSUS_PID_FILE" ]; then - - exp_pid=$(cat $NESSUS_PID_FILE) - pid_dir="/proc/$exp_pid" - - if [ -d "$pid_dir" ]; then - if [ "$(cat ${pid_dir}/stat | awk '{print $2}' | tr -d '()')" == "nessus-service" ]; then - echo "$NESSUS_NAME is running" - return 0 - fi - fi - - fi - - echo "$NESSUS_NAME is not running" - return 3 - -} - - -case "$1" in - start) - start - ;; - status) - status - ;; - stop) - stop - ;; - restart) - restart - ;; - *) - echo $"Usage: $0 {start|stop|restart|status}" - exit 1 -esac - -exit $? diff --git a/nessus/slack-desc b/nessus/slack-desc deleted file mode 100644 index f89856a..0000000 --- a/nessus/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -nessus: nessus (Nessus Vulnerability Scanner) -nessus: -nessus: Nessus Professional, the industry's most widely deployed -nessus: vulnerability assessment solution helps you reduce your -nessus: organization's attack surface and ensure compliance. Nessus features -nessus: high-speed asset discovery, configuration auditing, target profiling, -nessus: malware detection, sensitive data discovery, and more. -nessus: -nessus: -nessus: Homepage: https://www.tenable.com/products/nessus -nessus: |
