Connecting to tor network without installing tor browser bundle, is it possible??? through any Application/Script - tor

I am planning to develop an application that must use tor network connection. I am connecting with tor bundle and then using the socket(9050/9150/whatever). now i wanna connect tor network directly without tor bundle. is it possible. if so, please someone help me.
Thanks in advance.

The only other option you have to access the tor network is to boot from the tails live CD which in my opinion is the safest way to go anyway, since it runs from the live CD your hard drive and temp folders aren't accessed.

Related

Unable to access nexus server via IP address in same network

I have installed nexus repository on Linux machine and I am able to access it via
http://localhost:8081 and its working fine.
Now I have another machine on same network and I am trying to access nexus using IP address on that machine but it is not working.
http://10.0.2.15:8081/
Can someone help me to fix this ?
Any configurations that need to be changed ?
First try to ping somewhere from your linux machine and make sure that you have active connection with outside world. preferably ping your PC.
check whether firewall is active or not.
based on Distro
service iptables status
service firewalld status
if it is active try stopping and trying again
service iptables stop
service firewalld stop
Also check selinux,
sestatus
if it is enforcing, change it to permissive and try again
setenforce permissive
Please Note that: these arguments are for debugging only. Don't use them on production if you are not sure what you are doing.
Add your repository to config docker daemone.json file in other client.
same:
{
"insecure-registries" : ["10.0.2.15:8081"]
}
The same problem I faced when I installed Nexus using a puppet module. I was able to resolve the problem.
I changed the IP and Port at the following location.
/app/sonatype-work/nexus3/etc/nexus.properties
You can simply define your bindings by editing this file. After making changes, restart the nexus process. I hope it will help.

Phone cannot access sites being served by localhost(lite-server) on same WiFi network

Searched all over the place for a fix for this or even a good way to troubleshoot it. I've read the previous SO threads that seem to cover this issue but nothing in any of them has worked in my case.
Basically, I can't get access to anything that is being served via localhost on my mac in any browser on my Android device.
This is happening despite the fact they are connected to the same WIFI network and I am using the correct network address for my mac on which localhost is running (I have checked and double checked several times). I have no idea what the problem is because it worked perfectly fine before and I haven't changed anything that I believe would interfere with localhost access.
I don't have firewall or port blocking settings on my router either.
I have also tried on several different Android devices to eliminate it being a problem specific to one particular device.
Totally stumped. Any clues or hints on how to fix this would be much appreciated!
***** UPDATE *****
I tried using python -m SimpleHTTPServer 3000and it works. The site is accessible on my Android device. So I am pretty sure it is not a network issue per se.
The site is essentially a Node app which I built using the angular-quickstart template found here. It launches lite-server when npm start is run. Hope that gives some further insight into what the problem might be.
If you open up a terminal on your mac and then run the command ifconfig it will tell you what ip address all your interfaces have. It is probably your en0 interface. That ip address should be used in your browser on your Android device.
You will have to make user that you server (web) is binding to the correct ip address as well. You could be binding to all ip addresses if possible.

How to capture all internet traffic in node

I am looking to make an application (with electron preferably) that can route all internet traffic on a device (currently targeting Windows) and tunnel/stream it through a socket (maybe using socket.io or socket.io-stream). Essentially what would be happening is an OpenVPN-like thing only using web technology.
I am wondering if there is a way of sniffing out all internet bound traffic from any/all programs or windows itself and route it. Any help would greatly be appreciated.
The answers in Making a program that intercepts network traffic in Windows seem relevant, and there's a Node module you could try.

Use External URL to point to Local Server, Locally

I want to be able to access my raspberry pi locally using the dynamic dns name I have setup but I am having some trouble.
Example:
pi.domain.com - this can be accessed from outside the network fine, it updates the IP dynamically etc.
When accessing pi.domain.com from inside my local network, the same one the RPi is on, I cant do it (timeout).
If I use raspberrypi/ or 192.168.1.72 I can access it from my network internally, :22 access etc.
My question is: would it be possible to configure something so that when I am local to the RPi, I can use pi.domain.com and it will resolve to raspberrypi/?
Thanks,
Adam
Pretty simple solution I'm afraid. All I did was port forward :80 to my RPi in my routers settings, boom. Thought it would be a bit harder than that... I won't delete this just encase anyone else doing the same comes across this.
I thought that as the Pi was in the routers DMZ it would have done this automatically... oh well!

possible to make tunneling using linux webhosting with cpanel

I'm having a Linux Webhosting account with cpanel & whm..
i also see something ssh on cpanel.. i have heard about tunneling to make proxy.
my friend is having VPS server and is able to make tunneling using ssh via 443port.
i need to know if there is some possibility to make proxy browsing using my webhosting account..
i googled it and of not much help to me.. if possible also pl do link me with the the tutorial to make so...

Resources