Sn1per Community Edition by @xer0dayz - https://xerosecurity.com

This commit is contained in:
xer0dayz
2020-02-08 12:36:17 -07:00
committed by xer0dayz
parent 8ef6a2bea3
commit 3ecd54d61e
4 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
## CHANGELOG:
* v8.2 - Added Kali XFCE start menu app & icon
* v8.2 - Added check with insecure SSL/TLS connections
* v8.2 - Added NMAP_OPTIONS setting in ~/.sniper.conf to configure optional NMap settings
* v8.2 - Fixed issue with ManageEngine MSF exploit payload

View File

@@ -188,7 +188,9 @@ rm -f /usr/bin/dirsearch
ln -s $INSTALL_DIR/sniper /usr/bin/sniper
ln -s $PLUGINS_DIR/Goohak/goohak /usr/bin/goohak
ln -s $PLUGINS_DIR/dirsearch/dirsearch.py /usr/bin/dirsearch
msfdb init
msfdb init
echo -e "$OKORANGE + -- --=[ Adding start menu shortcuts... $RESET"
cp -f $INSTALL_DIR/sn1per.desktop /usr/share/applications/ 2> /dev/null
cp -f $INSTALL_DIR/sn1per.png /usr/share/pixmaps/ 2> /dev/null
echo -e "$OKORANGE + -- --=[ Done!$RESET"
echo -e "$OKORANGE + -- --=[ To run, type 'sniper'! $RESET"

12
sn1per.desktop Normal file
View File

@@ -0,0 +1,12 @@
[Desktop Entry]
Name=sn1per
Encoding=UTF-8
Exec=bash-wrapper "sudo sniper"
Icon=/usr/share/pixmaps/sn1per.png
StartupNotify=false
Terminal=true
Type=Application
Categories=08-exploitation-tools;02-vulnerability-analysis;01-info-gathering;
X-Kali-Package=sn1per
Comment=
Path=

BIN
sn1per.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB