Depending on the application, you may find proxychains another useful tool.
http://proxychains.sourceforge.net/You configure proxychains.conf with the proxy server details as needed, then
you can execute the application through proxychains:
To run an nmap scan
proxychains nmap -P0 host -p port(s)
To connect to a remote server on port 4444 using netcat
proxychains nc -vv Server_IP 4444
Hope this helps.
Regards,
Troy
> Hi,
>
> I was wondering if there is any way I can run a program which i cannot
> modify and which uses a direct internet connection to run via a proxy
> ?
>
> does anyone happen to know anything which may help.
>
> Thanks
> Siddharth
>