Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Issues installing AnonSurf

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Lucian_N
Posts: 2
Joined: 2022-04-18 19:20

Issues installing AnonSurf

#1 Post by Lucian_N »

Hey lads, I'll try to describe the process fully. I'm trying to install AnonSurf on my debian distro, it works well until it doesn't :lol:

Here are the steps I take:

>git clone https://github.com/Und3rf10w/kali-anonsurf.git
>cd kali-anonsurf
>sudo chmod +x installer.sh
>sudo ./installer.sh

all fine until here, the installation goes smoothly except for one part where I get an APT-SECURE(8) error, telling me that it wasn't able to install i2p as it isn't trusted. My question is, how could I fix this? Currently working with virtual machines so I don't mind trying things until it works.

Thanks for the help in advance lads

EDIT: Here are some screenshots with what it's saying exactly;
Image (in case link to image: https://prnt.sc/mRzCeHuvH-Wk)
Image (in case link to image: https://prnt.sc/naXGYhvJF4XY)


Lucian_N
Posts: 2
Joined: 2022-04-18 19:20

Re: Issues installing AnonSurf

#3 Post by Lucian_N »

Backporting didn't work, however I solved it differently. This is how I did it in case anyone runs into the same issue as me:

>sudo apt-get install apt-transport-https
>sudo apt-get install curl
>sudo apt-get install lsb-release
>sudo apt-get update
>echo "deb [signed-by=/usr/share/keyrings/i2p-archive-keyring.gpg] https://deb.i2p2.de/ $(lsb_release -sc) main" \
| sudo tee /etc/apt/sources.list.d/i2p.list
>sudo curl -o i2p-archive-keyring.gpg https://geti2p.net/_static/i2p-archive-keyring.gpg
>curl -o i2p-archive-keyring.gpg https://geti2p.net/_static/i2p-archive-keyring.gpg
>sudo cp ~/i2p-archive-keyring.gpg /usr/share/keyrings
>sudo apt-get update
>sudo apt-get install i2p i2p-keyring

///After this, I went on to install anonsurf///

>sudo git clone https://github.com/Und3rf10w/kali-anonsurf.git
>cd kali-anonsurf
>sudo chmod +x installer.sh
>sudo ./installer.sh

///If you get an issue with anonsurf after this, simply restarting the program/your device will most likely solve it///

NarriT4010
Posts: 120
Joined: 2022-04-01 10:01
Has thanked: 10 times

Re: Issues installing AnonSurf

#4 Post by NarriT4010 »

Is Anonsurf safe ? Does it use the tor network or their own servers ?

Post Reply