Sn1per by @sn1persecurity - https://sn1persecurity.com

This commit is contained in:
@xer0dayz 2021-11-09 16:04:06 -07:00 committed by xer0dayz
parent 73759fbd1f
commit 326c2170ae
4 changed files with 2 additions and 1 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

View File

@ -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"