user@linuxtrack:~ $ python -c 'print("Soyez les bienvenus !")'

Vous n'êtes pas identifié(e).

#1 18-09-2016 14:14:21

IceF0x
#! Gourou Linux

Script d'installation de tor & privoxy pour Kali Linux rolling 2016.2

Pour ceux qui ont testé l'ancien script de cette discussion https://linuxtrack.net/viewtopic.php?id=661 il n'est actuellement plus à jour, j'ai donc mis à jour pour la version rolling de Kali.

1474200858_capture_d_ecran_-_180916_-_13_26_04.png

#!/bin/bash
# Original tor-installer script (C) by www.kali-linux.fr
# Under licence GPLv3 http://www.gnu.org/licenses/gpl.txt
#Version 2.0

red='\e[0;31m'
green='\e[0;32m'
yellow='\e[93m'
NC='\e[0m'

function errortest(){
if [ $? == 0 ]
then
echo -e "[$green*$NC]Pret!!"
else
echo -e "[$red*$NC]Error!!"
echo -e "$red Installation failed ! $NC"
exit 0
fi
}

if [ $(lsb_release -sc) == "kali-rolling" ]; then
echo "$(tput setaf 2)                          
                   ..         
                  ,:          
          .      ::           
          .:    :2.           
           .:,  1L            
            .v: Z, ..::,      
             :k:N.Lv:         
              22ukL           
              JSYk.$(tput bold ; tput setaf 7)           
             ,B@B@i           
             BO@@B@.          
           :B@L@Bv:@7         
         .PB@iBB@  .@Mi       
       .P@B@iE@@r  . 7B@i     
      5@@B@:NB@1$(tput setaf 5) r  ri:$(tput bold ; tput setaf 7)7@M    
    .@B@BG.OB@B$(tput setaf 5)  ,.. .i, $(tput bold ; tput setaf 7)MB,  
    @B@BO.B@@B$(tput setaf 5)  i7777,    $(tput bold ; tput setaf 7)MB. 
   PB@B@.OB@BE$(tput setaf 5)  LririL,.L. $(tput bold ; tput setaf 7)@P 
   B@B@5iB@B@i$(tput setaf 5)  :77r7L, L7 $(tput bold ; tput setaf 7)O@ 
   @B1B27@B@B,$(tput setaf 5) . .:ii.  r7 $(tput bold ; tput setaf 7)BB 
   O@.@M:B@B@:$(tput setaf 5) v7:    ::.  $(tput bold ; tput setaf 7)BM 
   :Br7@L5B@BO$(tput setaf 5) irL: :v7L. $(tput bold ; tput setaf 7)P@, 
    7@,Y@UqB@B7$(tput setaf 5) ir ,L;r: $(tput bold ; tput setaf 7)u@7  
     r@LiBMBB@Bu$(tput setaf 5)   rr:.$(tput bold ; tput setaf 7):B@i   
       FNL1NB@@@@:   ;OBX     
         rLu2ZB@B@@XqG7$(tput sgr0 ; tput setaf 2)      
            . rJuv::          
                             
     $(tput bold ; tput setaf 2)tor-installer by $(tput setaf 3)coyotus$(tput sgr0)
"

if (( $EUID != 0 )); then
  echo "$(tput bold ; tput setaf 1)Error!!$(tput setaf 7) This must be run as root. Type in 'sudo bash $0' to run it as root."
  exit 1
fi

read -p "$(tput bold ; tput setaf 2)Press [Enter] to begin, [Ctrl-C] to abort...$(tput setaf 7)"

clear 
echo -e "$NC[$yellow*$NC] Updating Repository...."
apt-get update
clear 
echo -e "[$yellow*$NC] Tor Installing"
apt-get install tor
errortest
read -p "Press a key to continue"
clear 
echo -e "[$yellow*$NC] Privoxy Installing"
apt-get install privoxy
echo -e "[$yellow*$NC] Configuration de privoxy"
echo "forward-socks5 / 127.0.0.1:9050 ." >> /etc/privoxy/config
errortest
read -p "Press a key to continue"
service tor restart
service privoxy restart
errortest
echo "Tor $(tor --version | awk '{print $3}') is curently installed. Please add 127.0.0.1:9050 in your Web Browser proxy settings"
exit 0
else
echo -e "[$red*$NC]Error!! You need use this script only on the rolling version of Kali Linux"
exit 1
fi

Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#2 19-09-2016 10:27:04

toudiani
Membre

Re : Script d'installation de tor & privoxy pour Kali Linux rolling 2016.2

merci pour le partage IceFox mais j'aimerai avoir une idee sur l'installation. A vrai dire j'aimerai savoir comment faire pour installer TOR sur kali linux 2 rolling

Hors ligne

#3 19-09-2016 10:54:16

IceF0x
#! Gourou Linux

Re : Script d'installation de tor & privoxy pour Kali Linux rolling 2016.2

toudiani a écrit :

merci pour le partage IceFox mais j'aimerai avoir une idée sur l'installation. A vrai dire j'aimerai savoir comment faire pour installer TOR sur kali linux 2 rolling

Lis le code source du script.


Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#4 19-09-2016 11:01:48

toudiani
Membre

Re : Script d'installation de tor & privoxy pour Kali Linux rolling 2016.2

ça me parait un peu flou comme je viens de commencer à apprendre le bash sell il y 1 mois.

Hors ligne

Pied de page des forums