473,789 Members | 2,773 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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,*.m id,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 6291
> 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,*.m id,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,*.m id,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,*.m id,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,*.m id,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*********@gm ail.com> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hello everyone,
I need some help regrading byassing firewalls.My college has internet
aces but it prevents us from dowloading music(*.mp3,*.m id,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

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

Similar topics

4
1579
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 a firewall of a remote server (i.e. not the server running the ASP application)? How can the link be configured in such a way so that security parameters are passed to the firewall to authenticate the access. This must be seamless to the user,...
2
2785
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 use SQL*Server outside the firewall. They tell me there are security issues with Microsoft products, including SQL*Server, that make it vulnerable to attacks outside the firewall. Can someone please point me to white papers/documentation that...
3
6777
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# ? If yes, can you give me some starting point where should I go in .NET Framework (namespaces, or MSDN resources, ...) to get started. Thank you.
2
17986
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. I want to bypass firewall aswell as proxy if any on two chat clients like yahoo or msn can chat beyond proxy/firewalls...
7
4098
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 has gone away, fading like %% Fuquay-Varina, NC % the Beatles on 'Hey Jude'" %%% 919-577-9882 % %%%% <yates@ieee.org> % 'Shangri-La', *A New World Record*, ELO http://home.earthlink.net/~yatescr
1
1660
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 Server 2000 on the companies network. On my development machine I have Bitdefender Internet Security v10 installed. With the Bitdefender Firewall disabled I have no problems in surfing and debugging the application. However when the firewall is...
3
11811
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 code from the following link: http://www.databasedev.co.uk/disable_shift_bypass.html It seems to have a problem with the part that reads: MsgBox "The Bypass Key has been enabled." & vbCrLf & vbLf & _ "The Shift key will allow the users to bypass...
1
6871
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) that can enable and disable the proxy server but I can't find how to do the "bypass ......" Would really appreciate som help.
1
2620
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 Linux gains increasing acceptance in corporate datacenters and
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10412
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10142
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9986
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9021
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3703
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.