Hi,

Would be a chance to ask for inclusion of packages listed below please?

The list:

Code:
tor, privoxy, apt-transport-tor, apt-transport-https
This way I could save some time and start tor with (before I connect to the network)
Code:
DNSPort 127.0.0.1:53
Then I could run privoxy with option:
Code:
forward-socks5t   /               127.0.0.1:9050 .
or
Code:
forward-socks4a   /               127.0.0.1:9050 .
Then setup the browser to use local proxy:
Code:
127.0.0.1:8118
and also setup the apt to use tor like that:
Code:
nano -w /etc/apt/sources.list
with this content:
Code:
deb tor+https://http.kali.org/kali kali-rolling main non-free contrib
deb-src tor+ https://http.kali.org/kali kali-rolling main non-free contrib
with Kind Regards