LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Tor and Pale Moon (https://www.linuxquestions.org/questions/slackware-14/tor-and-pale-moon-4175611832/)

PROBLEMCHYLD 08-12-2017 03:27 PM

Tor and Pale Moon
 
I have got Tor working with Pale Moon, but I can't seem to start Tor without being root. How do I run tor without root?

I don't want to use the tor bundle, I want to use my preference which is pale moon.

cwizardone 08-12-2017 04:03 PM

How are you starting Tor?
I use to use Vidalia.
I just searched for it and can't find it over at the Tor Web Site nor at slackbuilds.org

http://www.softpedia.com/get/Network...-Windows.shtml

OK, just found it for Slackware-14.1,

https://slackbuilds.org/repository/1...search=vidalia

Whether it will work for you or not, I can't say.

PROBLEMCHYLD 08-12-2017 04:07 PM

I run tor in the terminal and everything loads up but only when I'm root. If I run it in user mode it's a no go.

rainydayshirt 08-12-2017 06:41 PM

Tor and Pale Moon
 
Is it possible that you just need to make your Tor files executable by your user/group?

khronosschoty 08-12-2017 11:38 PM

you'd likely be better off using tor browser fwiw.

Otherwise if you installed tor using the script found here https://slackbuilds.org/repository/14.2/network/tor/ you can use tor as a socks proxy and achieve the effect you are after.

PROBLEMCHYLD 08-13-2017 09:34 PM

Quote:

Originally Posted by rainydayshirt (Post 5747631)
Is it possible that you just need to make your Tor files executable by your user/group?

This might be my solution but I don't know how to do this? I'm not sure what I would be giving permission to. Pale Moon and Tor works great together btw.

khronosschoty 08-13-2017 09:38 PM

Quote:

Originally Posted by PROBLEMCHYLD (Post 5747974)
This might be my solution but I don't know how to do this? I'm not sure what I would be giving permission to. Pale Moon and Tor works great together btw.

You do not experience a ton of captcha's using tor with Pale Moon? I'm not sure if you tried using it as a socks5 proxy yet but that is, imo, the correct way to use tor with Pale Moon.

rainydayshirt 08-14-2017 01:15 AM

Quote:

Originally Posted by PROBLEMCHYLD (Post 5747974)
This might be my solution but I don't know how to do this? I'm not sure what I would be giving permission to. Pale Moon and Tor works great together btw.

Whatever Tor executables are involved with your setup. I haven't messed with Tor in awhile, so I don't remember what all is in the package.

Are you getting "permission denied" messages when trying to start from terminal as user? They might give you a good idea of what needs to be made executable by your user.

PROBLEMCHYLD 08-14-2017 11:05 AM

Quote:

Originally Posted by rainydayshirt (Post 5747999)
Whatever Tor executables are involved with your setup. I haven't messed with Tor in awhile, so I don't remember what all is in the package.

Are you getting "permission denied" messages when trying to start from terminal as user? They might give you a good idea of what needs to be made executable by your user.

Yes, I did get the permission denied as user. Then when I run as root I get a warning saying Tor should not be run as root because it's not safe blah blah etc.... I'll post the error log in a little bit.

PROBLEMCHYLD 08-15-2017 04:14 PM

I got everything working ATM. I needed to create the tor user/group. I had compiled it on another computer, so I thought all was good. I also fixed my dns leak without privoxy. The less software/applications, the better. Thanks again.

rainydayshirt 08-15-2017 05:23 PM

Aha! Excellent. Glad to hear you got it sorted out.

PROBLEMCHYLD 09-23-2017 06:19 PM

Quote:

Originally Posted by khronosschoty (Post 5747975)
You do not experience a ton of captcha's using tor with Pale Moon? I'm not sure if you tried using it as a socks5 proxy yet but that is, imo, the correct way to use tor with Pale Moon.

They would show up occasionally, but I figured out a work around. I use AutoProxy, Tor and I2P. When I get a captcha page, I switch the proxy to I2P and navigate, then switch it back to Tor. Its the quickest way that I know of. Captcha's are all gone. Yay!!!!!!
The DeepWeb, Darknet, and DarkWeb is very interesting? Not everything there is illegal, so that's a good thing.

Darth Vader 09-23-2017 06:56 PM

Quote:

Originally Posted by PROBLEMCHYLD (Post 5762141)
The DeepWeb, Darknet, and DarkWeb is very interesting? Not everything there is illegal, so that's a good thing.

Yeah, there are some stories that more than 1% of the DarkNet users aren't illegal guns or drug sellers and buyers, and they aren't even freelancing sicarios... ;)

You do know what is a sicario? Better that way.

PROBLEMCHYLD 09-23-2017 07:28 PM

Quote:

Originally Posted by Darth Vader (Post 5762145)
You do know what is a sicario? Better that way.

I do now !!!!!!!!
I think I'm going to spend more time there than the clear-net. I'm part of that 1%

coralfang 09-24-2017 04:12 PM

If you use sudo, you could modify the sudoers file with something like;

Code:

user host = (root) NOPASSWD: /etc/rc.d/rc.tor
(replacing user/host for whatever your system is using)

Although, that isn't very secure for the fact tor could be disabled by any application running under that same username, and potentially make you connect to something in the clear.


All times are GMT -5. The time now is 10:41 AM.