proxified internet access
proxified internet access
Is it possible to create a setting in sandboxie for a (socks) proxy, that all programs use as default way to access the network/internet?
I really don't understand what you mean.
I was saying, if this proxy re-routing that you want to have, if this is something that is configurable via the registry.
If so then I am suggesting that in a future version, Sandboxie will be able to automatically apply registry settings from a .REG file into the sandbox.
I was saying, if this proxy re-routing that you want to have, if this is something that is configurable via the registry.
If so then I am suggesting that in a future version, Sandboxie will be able to automatically apply registry settings from a .REG file into the sandbox.
tzuk
i see i see...
well i'm using tor or other proxies some times, but i hate to change settings all the time, would be nice if i could put a setting in sandboxie (eg: SocksProxy=127.0.0.1:9050) then sandboxie would make sure all internet access from every program that runs inside is going through that proxie instead of a direct connection.
i have no clue if that's possible with registry settings, i'm not that familiar with the internal workings of windows... but maybe it's just a simple (registry?) setting related to internet explorer (at least i know i need to run IE once on my pc for other programs to recognize an internet connection at all, for example firefox won't work,at least on my pc, unless i ran IE once after clean windows install)
well i'm using tor or other proxies some times, but i hate to change settings all the time, would be nice if i could put a setting in sandboxie (eg: SocksProxy=127.0.0.1:9050) then sandboxie would make sure all internet access from every program that runs inside is going through that proxie instead of a direct connection.
i have no clue if that's possible with registry settings, i'm not that familiar with the internal workings of windows... but maybe it's just a simple (registry?) setting related to internet explorer (at least i know i need to run IE once on my pc for other programs to recognize an internet connection at all, for example firefox won't work,at least on my pc, unless i ran IE once after clean windows install)
i'm sorry if i don't understand what you're saying correctly,tzuk wrote:I think we just went back to the beginning.
you're saying that all traffic from sandboxed programs can be routed through the proxy by changing one 'simple' setting in the sandbox-registry that affects all applications in the box?
independant from the program settings itsself?
No, no ... I was saying that I'm going to make it possible to ask Sandboxie:
Every time a sandbox is created (for example after deletion), then please automatically import these registry (.REG) files into the sandbox.
Then it's going to be to up to you to figure out how your particular software of choice (proxy, whatever) can be configured to behave in the sandbox in the way you want it. Then export that configuration to a .REG file. It's very easy with RegEdit once you know what to export.
And you could have Sandboxie automatically apply these settings for you.
So in a way it's going to be a solution to what you want -- to not having to configure manually -- but I'm only going to give a generic way to do this, and you're going to have to fill in the details.
Now ok?
Every time a sandbox is created (for example after deletion), then please automatically import these registry (.REG) files into the sandbox.
Then it's going to be to up to you to figure out how your particular software of choice (proxy, whatever) can be configured to behave in the sandbox in the way you want it. Then export that configuration to a .REG file. It's very easy with RegEdit once you know what to export.
And you could have Sandboxie automatically apply these settings for you.
So in a way it's going to be a solution to what you want -- to not having to configure manually -- but I'm only going to give a generic way to do this, and you're going to have to fill in the details.
Now ok?
tzuk
yes i read it
tried it, but... didn't work...
all i could find was:
but it didn't work
maybe somebody else on this forum can help me out here
tried it, but... didn't work...
all i could find was:
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyServer"="127.0.0.1:9050"
"ProxyEnable"=dword:00000001
maybe somebody else on this forum can help me out here
For me that worked just fine. I copy-pasted your lines exactly into c:\proxy.reg and added:
And then I started sandboxed IE, and it caused the proxy configuration to change to 127.0.0.1:9050. I also couldn't browse anymore (I don't have a proxy server on port 9050), so I assume it actually does work.
Did you save the .reg file as Unicode? You have to, otherwise regedit silently ignores it.
Code: Select all
AutoImportReg=c:\proxy.reg
Did you save the .reg file as Unicode? You have to, otherwise regedit silently ignores it.
tzuk
So I revised the setting that it may be more versatile.
It's now AutoExec and can run any program as part of sandbox customization.
You can still import registry:
But you can also prepare other configuration files, for example:
You just need to find out which Firefox configuration file it would be ...
I hope it helps then...
It's now AutoExec and can run any program as part of sandbox customization.
You can still import registry:
Code: Select all
AutoExec=regedit /s c:\proxy.reg
Code: Select all
AutoExec=cmd /c copy c:\ProxifiedFirefox\firefox.conf "%Appdata%\Mozilla\Firefox\profiles\YourProfile.default\FirefoxConfigurationFile.ini"
I hope it helps then...
tzuk
Who is online
Users browsing this forum: No registered users and 0 guests