mirror of https://github.com/1N3/Sn1per.git
Sn1per by @sn1persecurity - https://sn1persecurity.com
This commit is contained in:
parent
73759fbd1f
commit
326c2170ae
|
|
@ -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
|
||||
|
|
|
|||
BIN
Sn1per.gif
BIN
Sn1per.gif
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 MiB |
BIN
Sn1per.jpg
BIN
Sn1per.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 155 KiB |
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue