473,378 Members | 1,395 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

how to bypass firewall

Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.I use a win xp sp2 and browse using ie 6. Is there any way how i
can dowload music on my computer using this connection. (We have a
proxy server throught which all the connections pass)

Thanks,
Parth Shah

Nov 22 '05 #1
10 6242
> I need some help regrading byassing firewalls.

You'll need to go to comp.lang.perl for help with that problem.

-- Lars

--
Lars Kellogg-Stedman <1o*************@jetable.org>
This email address will expire on 2005-11-22.

Nov 22 '05 #2
> I need some help regrading byassing firewalls.

You'll need to go to comp.lang.perl for help with that problem.

-- Lars

--
Lars Kellogg-Stedman <1o*************@jetable.org>
This email address will expire on 2005-11-22.

Nov 22 '05 #3
Parth wrote:
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.


Hello everyone,
I need help getting my college degree. I downloaded a hack to bypass
the college internet firewall and the college system admins found out
and I got expelled.
Nov 22 '05 #4
Parth wrote:
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.


Hello everyone,
I need help getting my college degree. I downloaded a hack to bypass
the college internet firewall and the college system admins found out
and I got expelled.
Nov 22 '05 #5

Parth wrote:
Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.I use a win xp sp2 and browse using ie 6. Is there any way how i
can dowload music on my computer using this connection. (We have a
proxy server throught which all the connections pass)

You need to use a solution *outside* the firewall.

Shell access on a virtual server is cheap - check if port 22 is
blocked. SSH dynamic port forwarding will get you unlimtied access via
a socks 4 proxy.

Alternatively you need an external proxy that renames files. If you're
prepared to do some *work* - you could start with approx -
http://www.voidspace.org.uk/python/cgi.shtml#approx

As it's a CGI it can be used with quite a cheap hosting account....

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
Thanks,
Parth Shah


Nov 22 '05 #6

Parth wrote:
Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.I use a win xp sp2 and browse using ie 6. Is there any way how i
can dowload music on my computer using this connection. (We have a
proxy server throught which all the connections pass)

You need to use a solution *outside* the firewall.

Shell access on a virtual server is cheap - check if port 22 is
blocked. SSH dynamic port forwarding will get you unlimtied access via
a socks 4 proxy.

Alternatively you need an external proxy that renames files. If you're
prepared to do some *work* - you could start with approx -
http://www.voidspace.org.uk/python/cgi.shtml#approx

As it's a CGI it can be used with quite a cheap hosting account....

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
Thanks,
Parth Shah


Nov 22 '05 #7
Gregory Bond wrote:
I need help getting my college degree. I downloaded a hack to bypass
the college internet firewall and the college system admins found out
and I got expelled.


http://www.google.com/search?q=buy+a+degree

(if not else, that link will show you how many sponsored links google is
willing to place on a single page...)

</F>

Nov 22 '05 #8
Gregory Bond wrote:
I need help getting my college degree. I downloaded a hack to bypass
the college internet firewall and the college system admins found out
and I got expelled.


http://www.google.com/search?q=buy+a+degree

(if not else, that link will show you how many sponsored links google is
willing to place on a single page...)

</F>

Nov 22 '05 #9

"Parth" <pa*********@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.
Then Don't - The firewall, being lame as those things are, probably looks
for *and logs* specific URL's and plain-text file names. So the first step
is to not use things that it recognises.
I use a win xp sp2 and browse using ie 6. Is there any way how i
can dowload music on my computer using this connection. (We have a
proxy server throught which all the connections pass)
So *you* must have a proxy server *outside* the firewall to do the
downloading, then fetch through the firewall using some protocol that hides
the content - The combine of SSL and HTTP probably *will* go through
cleanly.

Since this is supposedly relevant to Python, how about the proxy being
Shareaza "remoted" with Pythons XML-RPC over SSH using Wx-Python as a GUI?

Maybe even support streaming so all the "warez" reside on the proxy, yet the
music plays where you are; it's probably the safest way. "Don't shit where
you eat" - "They" come and kick the door in - but not at your place.

*That* would be a neat project.

PS:

Once you got your proxy setup, you do not really need to go through the
firewall at all. A DVD/RW goes straight through with lots of bandwith ;-)

Thanks,
Parth Shah

Nov 22 '05 #10

"Parth" <pa*********@gmail.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the
net.
Then Don't - The firewall, being lame as those things are, probably looks
for *and logs* specific URL's and plain-text file names. So the first step
is to not use things that it recognises.
I use a win xp sp2 and browse using ie 6. Is there any way how i
can dowload music on my computer using this connection. (We have a
proxy server throught which all the connections pass)
So *you* must have a proxy server *outside* the firewall to do the
downloading, then fetch through the firewall using some protocol that hides
the content - The combine of SSL and HTTP probably *will* go through
cleanly.

Since this is supposedly relevant to Python, how about the proxy being
Shareaza "remoted" with Pythons XML-RPC over SSH using Wx-Python as a GUI?

Maybe even support streaming so all the "warez" reside on the proxy, yet the
music plays where you are; it's probably the safest way. "Don't shit where
you eat" - "They" come and kick the door in - but not at your place.

*That* would be a neat project.

PS:

Once you got your proxy setup, you do not really need to go through the
firewall at all. A DVD/RW goes straight through with lots of bandwith ;-)

Thanks,
Parth Shah

Nov 22 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Dean J. Garrett | last post by:
I have a site which offers documents (.doc, .pdf, etc.) for download. The user clicks on the link and is able to download the file or open it. What if the source location of the document is behind...
2
by: Rajesh Kapur | last post by:
Hello, We use Informix and MySQL on linux/unix to drive our web application. SQL*Server is used only for backend enterprise applications within the firewall. I am trying to get the management to...
3
by: Bohus | last post by:
would like to make firewall that checks all outgoing traffic from my computer. This firewall should ask me to allow or deny all outgoing traffic. Is it possible to make such firewall using C# ?...
2
by: Mahesh Devjibhai Dhola | last post by:
Can you please help me in my problem? I have a socket prog. application like http://www.codeproject.com/dotnet/csharpwhiteboard.asp My application is chat application like above architecture....
7
by: Randy Yates | last post by:
Is opening up port 5432 (R/W both directions) all that is required of a firewall in order to access a postgres database outside the firewall? -- % Randy Yates % "My Shangri-la...
1
by: Schalley Ben | last post by:
Hi First of all, this is my first post on a newsgroup so don't shoot me if I ask this in the wrong place. Here is the situation. I'm developing an asp.net application with access to a SQL...
3
by: CanuckChuck | last post by:
I have a code for enabling a command button to password protect the enabling/disabling of the Shift bypass. For some reason though I keep recieving a syntax error when I try to use it. I copied the...
1
by: OlaPihl | last post by:
Hi, How can I by code enable and disable "Bypass proxy server for local adresses" in Internet Explorer / Tools / Internet Options / Connections / LAN Settings. I have made a program (VB.Net)...
1
by: rada.lambretha | last post by:
Configuring Linux as a Firewall * Making installation choices * Introducing iptables * Using iptables commands * Simplifying things with firewall GUIs * Adding proxy functionality As...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.