Bypass sonicwall content filtering

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Bypass sonicwall content filtering

Post by al3x88 »

Hi, i'm a network controlled by sonicwall, it filters all flash objects, msn connections, and all exept http and https..
I've got rid msn filter, but no way to open flash object.
Any idea in how to do this?

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

al3,
most web filters are server based, meaning its not done at the PC in front of you. I got Websense at work, and it is a server that gets updates on URLS, file types, IP/ports, and blocks it.
I never encountered a SonicWall filter, but the key might be in how you bypassed the MSN filter.

Everything you do is logged, if the sysadmin has a filter on the network, chances are, you got loggers to monitor activity.

Never use the same computer.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

Resolved using ssh tunneling on port 80..
tnx anyway.. :D

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

oh, you added an "s" to the URL? You don't work for hfhs do you?

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

No, adding s isn't working. I've opened an ssh connection with putty to a vps, and tunnelled all pages into that connection. So sonicwall can filter nothing.

User avatar
mofomarley
Newbie
Newbie
Posts: 1
Joined: 07 May 2009, 16:00
14

yeah

Post by mofomarley »

how do you open an ss tunnel on port 80?

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

installed a ssh server in a vps and changed its port to 80..
then installed putty on my pc, connected to ssh and tunneled pages..and bypassed all filters..

mystikblaze
Infinite Haze
Infinite Haze
Posts: 334
Joined: 11 Jun 2005, 16:00
18
Location: abroad
Contact:

Post by mystikblaze »

..
Last edited by mystikblaze on 21 Jun 2009, 08:31, edited 1 time in total.
Any fool can count the seeds in an apple. Only God can count all the apples in one seed. ~Robert H. Schuller
God is the greatest.

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

for example. you have your vps with ip 110.10.10.10, my vps is running ubuntu so i've installed ssh with:

sudo apt-get install openssh-server

then from my client connected into ssh and created e socks server on localhost

ssh -C -D 1080 user@110.10.10.10

so in firefox go into edit->preferences->advanced->network->settings->manual configure proxy, leave all field blank except socks. In socks insert localhost as host and 1080 as port.

mystikblaze
Infinite Haze
Infinite Haze
Posts: 334
Joined: 11 Jun 2005, 16:00
18
Location: abroad
Contact:

Post by mystikblaze »

..
Last edited by mystikblaze on 21 Jun 2009, 08:34, edited 1 time in total.
Any fool can count the seeds in an apple. Only God can count all the apples in one seed. ~Robert H. Schuller
God is the greatest.

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

you have to tell me the firefox add-on's name.. idk what you've have done if you don't explain me..

mystikblaze
Infinite Haze
Infinite Haze
Posts: 334
Joined: 11 Jun 2005, 16:00
18
Location: abroad
Contact:

Post by mystikblaze »

..
Last edited by mystikblaze on 21 Jun 2009, 08:38, edited 1 time in total.
Any fool can count the seeds in an apple. Only God can count all the apples in one seed. ~Robert H. Schuller
God is the greatest.

User avatar
al3x88
Newbie
Newbie
Posts: 7
Joined: 27 Apr 2009, 16:00
14

Post by al3x88 »

use a vpn changing routing tables or set in every application the proxy server...

Post Reply