473,394 Members | 1,748 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,394 software developers and data experts.

Bypassing WebFilter security

Hello everyone,
I am working in an organization, which is using a very strict
webcontent filter management suite. Due to this i am unable to
download any exe file, or surf web (even the necessary downloads from
sourceforgenet are blocked). I was wondering, if python could be of
any help. Say i have a python script, and i pass the URL of
downloadable file, and it just downloads the file for me.
Jul 11 '08 #1
4 945
pranav wrote:
I am working in an organization, which is using a very strict
webcontent filter management suite. Due to this i am unable to
download any exe file, or surf web (even the necessary downloads from
sourceforgenet are blocked). I was wondering, if python could be of
any help. Say i have a python script, and i pass the URL of
downloadable file, and it just downloads the file for me.
Nice try. Can I talk to your employer for a minute? :)

Honestly, the language doesn't make any difference here, and there isn't much
you can do unless you control both sides, i.e. the server and the client. But
I would suggest you actually talk to your employer yourself to see if there's
an official way to get what you want.

Stefan
Jul 11 '08 #2
>I am working in an organization, which is using a very strict
>webcontent filter management suite. Due to this i am unable to
download any exe file, or surf web (even the necessary downloads from
sourceforgenet are blocked). I was wondering, if python could be of
any help. Say i have a python script, and i pass the URL of
downloadable file, and it just downloads the file for me.

Nice try. Can I talk to your employer for a minute? :)

Honestly, the language doesn't make any difference here, and there isn't
much
you can do unless you control both sides, i.e. the server and the client.
But
I would suggest you actually talk to your employer yourself to see if
there's
an official way to get what you want.
Yes, the language itself doesn't matter as long as you go through the
web. But if I were you I would use an ssh client to ssh to a remote
machine on which I have an account, download the file there to that
machine and scp it to the local machine. Assuming of course port 21 is
not blocked.

In fact, this is something I do regularly for similar reasons :)

Good luck,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
Jul 11 '08 #3
On Jul 11, 11:42*am, "Daniel Fetchinson" <fetchin...@googlemail.com>
wrote:
I am working in an organization, which is using a very strict
webcontent filter management suite. Due to this i am unable to
download any exe file, or surf web (even the necessary downloads from
sourceforgenet are blocked). I was wondering, if python could be of
any help. Say i have a python script, and i pass the URL of
downloadable file, and it just downloads the file for me.
Nice try. Can I talk to your employer for a minute? :)
Honestly, the language doesn't make any difference here, and there isn't
much
you can do unless you control both sides, i.e. the server and the client.
But
I would suggest you actually talk to your employer yourself to see if
there's
an official way to get what you want.

Yes, the language itself doesn't matter as long as you go through the
web. But if I were you I would use an ssh client to ssh to a remote
machine on which I have an account, download the file there to that
machine and scp it to the local machine. Assuming of course port 21 is
not blocked.

In fact, this is something I do regularly for similar reasons :)

Good luck,
Daniel
--
Psss, psss, put it down! -http://www.cafepress.com/putitdown
Daniel, cool even i thought of the same thing, but you see, the
assumption has no use in my case! It is also blocked, Anyways, i will
talk to the system admins here. Thanks all
Jul 11 '08 #4
>I am working in an organization, which is using a very strict
>webcontent filter management suite. Due to this i am unable to
download any exe file, or surf web (even the necessary downloads from
sourceforgenet are blocked). I was wondering, if python could be of
any help. Say i have a python script, and i pass the URL of
downloadable file, and it just downloads the file for me.
Nice try. Can I talk to your employer for a minute? :)
Honestly, the language doesn't make any difference here, and there isn't
much
you can do unless you control both sides, i.e. the server and the
client.
But
I would suggest you actually talk to your employer yourself to see if
there's
an official way to get what you want.

Yes, the language itself doesn't matter as long as you go through the
web. But if I were you I would use an ssh client to ssh to a remote
machine on which I have an account, download the file there to that
machine and scp it to the local machine. Assuming of course port 21 is
not blocked.

In fact, this is something I do regularly for similar reasons :)

Good luck,
Daniel
--
Psss, psss, put it down! -http://www.cafepress.com/putitdown

Daniel, cool even i thought of the same thing, but you see, the
assumption has no use in my case! It is also blocked, Anyways, i will
talk to the system admins here. Thanks all
Wait, port 21 is the *incoming* ssh port, when you use a client to ssh
*out* you open a generic high port number. So that should work, you
ssh out, download, go back to your local machine and scp out to get
the file. On your local machine port 21 is not needed simply because
you don't run an ssh server.

Good luck,
Daniel
--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
Jul 12 '08 #5

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

Similar topics

2
by: Jens Kalkbrenner | last post by:
MS SQL-Server 7.0 Bypassing recovery for database 'EfW_765' because it is marked IN LOAD. What does this mean? Our customer is backing up is maindatabase and is recovering it to this database for...
1
by: tim almond | last post by:
I currently have a system where the client has a login page which has a SQL server database behind it and does authentication. The client wants to have a page which can be logged into by passing...
1
by: =?Utf-8?B?QXVzdGluIFN0ZXBoZW5z?= | last post by:
In my commercial financial application I run a deposit report. I use an option to copy the report to the Clipboard. I then run a .NET consol app to “grab” the Clipboard and format the data...
1
by: Ahmad | last post by:
Hi, I am developing a desktop based application that will pull data from a site for a specific keyword. The site I am using is http://freekeywords.wordtracker.com/ Now to search a keyword...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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...

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.