PDA

View Full Version : Package Inclusion in to the Kali iso



ostree
2020-10-12, 21:52
Hi,

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

The list:


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)
DNSPort 127.0.0.1:53


Then I could run privoxy with option:
forward-socks5t / 127.0.0.1:9050 .or
forward-socks4a / 127.0.0.1:9050 .


Then setup the browser to use local proxy:
127.0.0.1:8118 and also setup the apt to use tor like that:

nano -w /etc/apt/sources.list
with this content:

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