kali linux Tutorials - How to install an configure Tor with Proxychains

preview_player
Показать описание
How To install Tor Project on Kali Linux 2020.
How To Configure Tor with Proxychains on Kali Linux.

Suscribe & share for more videos.
Thank's.
Рекомендации по теме
Комментарии
Автор

can't install on kali linux 2.0 64 bit
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tor is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'tor' has no installation candidate

sarjanakomedi
Автор

Cuanto consume comparado con otras distros como Suse, Debian o Ubuntu ?

realmundo
Автор

for some reason when I ping google after starting the tor service it shows an ip version 6 which links to Ireland ?? Can someone explain if this is right lol

nightfoxairsoft
Автор

Awesome vids as always! What is the CPU/monitoring widget u have running on the right? Thanks

alexaliwarlock
Автор

the link in your how to install conky and configure it description takes me to a totaly different site its for ciggaretes

colinjones
Автор

1.terminal: sudo apt-get install tor


3.extract bundle (create a folder on desktop called Tor, put the bundle inside that folder)

4.terminal: Type

cd Desktop/Tor

then

tar -xvf tor*
(it will extract in that folder and Voila)

Optional:

If you’re running Kali Linux as root, you’ll get an error saying you can’t run Tor as root.

Option 1:
You can run the following commands to comment out this check and run Tor as root:
– Type

terminal: nano start-tor-browser

– Comment these lines

#if
[ “`id -u`” -eq 0 ]; then
# complain “The Tor Browser Bundle should not be run as root. Exiting.”
# exit 1
#fi

Save the file.

Option 2:
You can create a new user and configure Tor to run as that user even though you’re logged in as root.

useradd toruser
chown -R toruser tor-browser_en-US # Replace with your TBB folder
gksu -u toruser

beatsbyjocka
Автор

nice video, but im not sure if it works for me, i done everything you did, and done correctly, but then i click on iceweasel and go to ¨ipmonkey.com¨ to see if tor works, and ... it show me the same ip adress as it was before, ... plz help, i just follow you on youtube, it should help me on kali, and last question, how can i have the same thing on your right screen the : systeme information, cpu and process etc... thank you :)

janothebird