From ef7d4cbc0ca7445c65272fb1275791ec0177f834 Mon Sep 17 00:00:00 2001 From: WP Engine Marketing Date: Fri, 10 May 2019 10:03:37 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- CHANGELOG.md | 2 +- README.md | 2 +- install_debian_ubuntu.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8455753..ba4a674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a101e69..06f145b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/install_debian_ubuntu.sh b/install_debian_ubuntu.sh index 655e2b9..052bffb 100644 --- a/install_debian_ubuntu.sh +++ b/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