Proxychains und Tor Installation

Aus xinux.net
Zur Navigation springen Zur Suche springen

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