mirror of https://github.com/1N3/Sn1per.git
Sn1per Community Edition by @xer0dayz - https://xerosecurity.com
This commit is contained in:
parent
413913ce18
commit
ef7d4cbc0c
|
|
@ -1,5 +1,5 @@
|
|||
## CHANGELOG:
|
||||
* v7.1 - Added installer and support for Debian and Ubuntu OS (install_debian.sh)
|
||||
* v7.1 - Added installer and support for Debian, Parrot and Ubuntu OS (install_debian.sh)
|
||||
* v7.0 - Added "webscan" mode for automated Burpsuite 2.x and Arachni web application scans only
|
||||
* v7.0 - Added Slack API notifications (Disabled by default..check ~/.sniper.conf)
|
||||
* v7.0 - Added new command switch to add daily, weekly or monthly sniper scheduled scans... check README
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ To obtain a Sn1per Professional license, go to https://xerosecurity.com.
|
|||
bash install.sh
|
||||
```
|
||||
|
||||
## UBUNTU/DEBIAN INSTALL:
|
||||
## UBUNTU/DEBIAN/PARROT INSTALL:
|
||||
```
|
||||
bash install_debian_ubuntu.sh
|
||||
```
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-ke
|
|||
apt install ./kali-archive-keyring_2018.1_all.deb
|
||||
apt update
|
||||
cp /root/.Xauthority /root/.Xauthority.bak 2> /dev/null
|
||||
cp -a /run/user/1000/gdm/Xauthority /root/.Xauthority
|
||||
cp -a /run/user/1000/gdm/Xauthority /root/.Xauthority 2> /dev/null
|
||||
cp -a /home/user/.Xauthority /root/.Xauthority 2> /dev/null
|
||||
chown root /root/.Xauthority
|
||||
XAUTHORITY=/root/.Xauthority
|
||||
git clone https://github.com/1N3/Sn1per /tmp/Sn1per
|
||||
|
|
|
|||
Loading…
Reference in New Issue