PDA

View Full Version : Need help getting around firewall



Unregistered
04-08-2002, 06:46 AM
Help! Our work computer system has a proxy on it, and it basically blocks *0% of the websites on the internet. The only stuff that isn't blocked is cnn.com, **********, etc...

Is there any way around this? I've tried looking up the IP's on some of the domains and used that instead of the actual name (like instead on shacknews.com, I used http://6*.25*.**.70. This works for a handful of the blocked sites, but the rest are still a no go.

I've tried stuff like anonymizer.com, but the way the site accesses the pages:
(http://anon.free.anonymizer.com/htt...w.shacknews.com)

The proxy blocks it because it sees the entire site in the address.

Does anyone know of any other possible thing to try? Maybe a proxy site that doesn't use the verbatim web address? Any help is much appreciated. Thanks.

DATA
04-08-2002, 09:36 AM
hi,

try this kind of conversion

eg:
http://*52056*262

This means you connect using normal web http to host *52056*262

*52056*262 is just another way of writing the IP address 20*.2*5.*5*.*74

The URL is accessible as http://20*.2*5.*5*.*74 and is hosted by 20*.2*5.*5*.*74


regards Data.

Unregistered
04-08-2002, 02:55 PM
DATA , how is that number just another way of writing a completely different number? Please explain because that's a new one on me!

Unregistered
04-09-2002, 04:52 AM
Originally posted by DATA
hi,

try this kind of conversion

eg:
http://*52056*262

This means you connect using normal web http to host *52056*262

*52056*262 is just another way of writing the IP address 20*.2*5.*5*.*74

The URL is accessible as http://20*.2*5.*5*.*74 and is hosted by 20*.2*5.*5*.*74


regards Data.

HOw did you get *52056*262 from 20*.2*5.*5*.*74?

Unregistered
04-09-2002, 08:48 AM
Hey I asked him first! And stop stealing my nic :-)

feš·.·šer
04-09-2002, 09:35 AM
Originally posted by Unregistered


HOw did you get *52056*262 from 20*.2*5.*5*.*74?
-------------------------------------------
20*.2*5.*5*.*74 is like all IP's a serie of decimal figures of the original hexadecimal denomination.
this is the reason why there's a limitation to 255. (FF)
for instance:
20* in decimal is D* in hex
2*5 in decimal is D7 in hex
*5* in decimal is *F in hex
*74 in decimal is AE in hex
now you put back the hex string (without the dots)
d*d7*fae and you convert it to decimal
that will give
*52056*262
I made a small exe file to make the convertion on the fly but you can do it by hand (hope u have two :-)

feš·.·šer
04-09-2002, 09:41 AM
[QUOTE]Originally posted by feš·.·šer
[B]
-------------------------------------------


By the way,
some intelligent firewalls will simply ignore your request if you give the decimal values like I explained earlier.
so, good luck and do not surf on porn sites from your company :-)

------------------------------------------------

DATA
04-09-2002, 10:26 AM
hi,


Its like fever said..
U can make a programme to do the required as fever did or
u can use the scientific calculator in accesories in windows for ur base conversions.

Get ur nicks registered,so that there r no more conflicts :)

regards Data.

Cipher
04-09-2002, 05:57 PM
Hi Everyone,

Just a question about decimal conversion to get around proxies i tried this myself using calulator to convert IP addresses and tried to connect to the sites using the decimal equivalent i.e http://*26**76*24/ would be www.clanbase.com but when i tried to connect it said it couldnt find the server... even though i could ping that address and get a reply...... any ideas why?:confused:

Blacksheep
04-09-2002, 07:51 PM
Originally posted by Unregistered
Help! Our work computer system has a proxy on it, and it basically blocks *0% of the websites on the internet. The only stuff that isn't blocked is cnn.com, **********, etc...

Is there any way around this? I've tried looking up the IP's on some of the domains and used that instead of the actual name (like instead on shacknews.com, I used http://6*.25*.**.70. This works for a handful of the blocked sites, but the rest are still a no go.

I've tried stuff like anonymizer.com, but the way the site accesses the pages:
(http://anon.free.anonymizer.com/htt...w.shacknews.com)

The proxy blocks it because it sees the entire site in the address.

Does anyone know of any other possible thing to try? Maybe a proxy site that doesn't use the verbatim web address? Any help is much appreciated. Thanks.
You might try this: http://www.antifirewall.com/

Let us know how it works?

Cheers

Unregistered
04-09-2002, 10:21 PM
Originally posted by Blacksheep

You might try this: http://www.antifirewall.com/

Let us know how it works?

Cheers

Thanks! I'm downloading it now. I'll let you guys know how it works out.

Oh, and the reason I'm going through all this trouble is because the computer system at work will basically be my only internet access for about a year. (hard to explain). So it isn't just about goofing off or looking at porn (I already have plenty of that :)). It's more about just being able to go see stuff like wether my basketball team won, or read the Dilbert for the day. You know, the important stuff!

Blacksheep
04-10-2002, 12:10 AM
Perhaps you might want to check your work computer to see if boss installed a keylogger? :)

http://www.anti-keyloggers.com/

Have fun

DATA
04-10-2002, 09:22 AM
HI,


BlackSheep,I guess that it might be a port forwarder.

Regards Data.

DATA
04-10-2002, 09:27 AM
HI CIPHER,

.e http://*26**76*24/ would be www.clanbase.com but when i
tried to connect it said it couldnt find the server... even though i could ping that address and get a reply......


Well i opened http://*26**76*24 on my browser,after a minute or 2 i was redirected to http://*26**76*24/news.php

its working fine for me.

regards Data.