Can one setup some type of PHP service that routes url info to a PHP script that outputs tor websites without having to install a tor browser on our client machine?
Asked
Active
Viewed 380 times
0
-
I don't know about PHP specifically, buy you're probably looking for something like: https://tor.stackexchange.com/questions/3898/what-are-the-best-tor2web-anonymous-gateways – Steve Jun 19 '20 at 04:29
1 Answers
0
You can use torsocks. It comes with pretty much ever major Linux distribution. Torsocks will automatically push the request through the Tor network.
start the tor daemon.
torsocks myapp.php mywebsitse.onion
elmerjfudd
- 2,284
- 1
- 8
- 18