Proxychains und Tor Installation: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Installion= *sudo apt install proxychains tor -y“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
=Installion=
+
=Installation=
 
*sudo apt install proxychains tor -y
 
*sudo apt install proxychains tor -y
 +
=Enablen und Starten=
 +
*systemctl enable  tor --now
 +
=Status checken=
 +
*systemctl status tor     
 +
<pre>
 +
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
 +
    Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: disabled)
 +
    Active: active (exited) since Tue 2023-03-21 20:13:29 CET; 36s ago
 +
    Process: 89530 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
 +
  Main PID: 89530 (code=exited, status=0/SUCCESS)
 +
        CPU: 2ms
 +
</pre>
 +
*netstat -lntp | grep tor                                                                    1 ⨯
 +
tcp        0      0 127.0.0.1:9050          0.0.0.0:*              LISTEN      89534/tor

Aktuelle Version vom 21. März 2023, 19:15 Uhr

Installation

  • sudo apt install proxychains tor -y

Enablen und Starten

  • systemctl enable tor --now

Status checken

  • systemctl status tor
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
     Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: disabled)
     Active: active (exited) since Tue 2023-03-21 20:13:29 CET; 36s ago
    Process: 89530 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
   Main PID: 89530 (code=exited, status=0/SUCCESS)
        CPU: 2ms
  • netstat -lntp | grep tor 1 ⨯
tcp        0      0 127.0.0.1:9050          0.0.0.0:*               LISTEN      89534/tor