Kali-anonsurf e anonsurf su Debian 10
Anonsurf è la modalità anonima di ParrotOS e Kali Linux, per forzare le connessioni attraverso Tor e/o la rete i2p. Tor è un protocollo di crittografia SOCKS4 e SOCKS5. Tor esegue il tunnelling di tutto il traffico che circola nella rete dell’utente in modo anonimo, e nasconde la posizione di un utente e i dati di rete da chiunque monitora l’utente localmente e in remoto. L’utilizzo di Anonsurf si può avviare anche da terminale, ed oltre ad essere integrato in ParrotOS ed in Kali Linux, si può installare in Debian 10 Buster. Per utilizzare anonsurf è sempre meglio installare Tor browser, seguendo questa mia guida.
Installare kali-anonsurf:
$ sudo apt install git
$ git clone https://github.com/Und3rf10w/kali-anonsurf.git
$ cd kali-anonsurf/
$ sudo ./installer.sh
avviare con:
$ sudo anonsurf start
anonsurf ParrotOS:
$ sudo apt install git
$ git clone https://github.com/ParrotSec/anonsurf
$ cd anonsurf/binaries/
$ sudo anonsurf start
Comandi:
Parrot AnonSurf Module Usage: ┌──[root@debianbox]─[/home/edmond] └──╼ $ anonsurf {start|stop|restart|change|status} start - Start system-wide anonymous tunneling under TOR proxy through iptables stop - Reset original iptables settings and return to clear navigation restart - Combines "stop" and "start" options change - Changes identity restarting TOR status - Check if AnonSurf is working properly myip - Show your current IP address ----[ I2P related features ]---- starti2p - Start i2p services stopi2p - Stop i2p services
Kali-anonsurf e anonsurf su Debian 10
enjoy 😉