mirror of https://github.com/1N3/Sn1per.git
Sn1per Community Edition by @xer0dayz - https://xerosecurity.com
This commit is contained in:
parent
058326f750
commit
6dfd449e66
|
|
@ -83,7 +83,7 @@ apt-get install -y xmlstarlet
|
||||||
apt-get install -y chromium
|
apt-get install -y chromium
|
||||||
apt-get install -y net-tools
|
apt-get install -y net-tools
|
||||||
apt-get install -y p7zip-full
|
apt-get install -y p7zip-full
|
||||||
apt-get install -y js-beautifier
|
apt-get install -y jsbeautifier
|
||||||
pip3 install dnspython colorama tldextract urllib3 ipaddress requests
|
pip3 install dnspython colorama tldextract urllib3 ipaddress requests
|
||||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
|
||||||
|
|
||||||
|
|
@ -216,4 +216,4 @@ echo -e "$OKORANGE + -- --=[ Copying updated Sn1per configuration file to /root/
|
||||||
cp $INSTALL_DIR/sniper.conf ~/.sniper.conf 2> /dev/null
|
cp $INSTALL_DIR/sniper.conf ~/.sniper.conf 2> /dev/null
|
||||||
echo -e "$OKBLUE + -- --=[ NOTE: You may need to copy your old API keys and config to the new sniper.conf file at /root/.sniper.conf $RESET"
|
echo -e "$OKBLUE + -- --=[ NOTE: You may need to copy your old API keys and config to the new sniper.conf file at /root/.sniper.conf $RESET"
|
||||||
echo -e "$OKORANGE + -- --=[ Done! $RESET"
|
echo -e "$OKORANGE + -- --=[ Done! $RESET"
|
||||||
echo -e "$OKORANGE + -- --=[ To run, type 'sniper'! $RESET"
|
echo -e "$OKORANGE + -- --=[ To run, type 'sniper'! $RESET"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue