diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f8864..c274259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## CHANGELOG: +* v9.1 - Fixed issue with Nuclei symlink missing in installer * v9.1 - Fixed issue with Nuclei sc0pe parser not parsing results correctly * v9.1 - Fixed issue with Dirsearch not running due to invalid command settings * v9.1 - Fixed issue with Nuclei templates not being installed diff --git a/Sn1per.gif b/Sn1per.gif deleted file mode 100644 index cba6821..0000000 Binary files a/Sn1per.gif and /dev/null differ diff --git a/Sn1per.jpg b/Sn1per.jpg deleted file mode 100644 index 7c9b14f..0000000 Binary files a/Sn1per.jpg and /dev/null differ diff --git a/install.sh b/install.sh index 36ba7b0..29d48e5 100755 --- a/install.sh +++ b/install.sh @@ -254,8 +254,8 @@ if [ ! -f "/root/go/bin/nuclei" ]; then tar -zxvf /tmp/nuclei.tar.gz mv nuclei /root/go/bin/nuclei cd $INSTALL_DIR - ln -s /root/go/bin/nuclei /usr/local/bin/nuclei 2> /dev/null fi +ln -s /root/go/bin/nuclei /usr/local/bin/nuclei 2> /dev/null # NUCLEI TEMPLATES UPDATE echo -e "$OKBLUE[*]$RESET Installing Nuclei Templates...$RESET"