From ff22ff3ffa55cc607aacc1bf4fa026e651466c9a Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 3 Apr 2026 22:38:52 +0200 Subject: moved all packages to the root of the repository --- setup.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 setup.sh (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh deleted file mode 100644 index cff87f3..0000000 --- a/setup.sh +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/bash - -if [[ $EUID -ne 0 ]]; then - echo "This script must be run as root!" - exit 1 -fi - -# make sure we have a wordlists directory -[[ ! -d /usr/share/wordlists ]] && mkdir -p /usr/share/wordlists || true - -# add a link to the metasploit wordlists -ln -s /opt/metasploit-framework/embedded/framework/data/wordlists /usr/share/wordlists/metasploit - -# add a link to the seclists -ln -s /usr/share/seclists /usr/share/wordlists/seclists - -# add seclists webshells to generic webshells -[[ -d /usr/share/webshells && -d /usr/share/seclists/Web-Shells ]] && ln -s /usr/share/seclists/Web-Shells /usr/share/webshells/seclists || true -- cgit v1.2.3