News: 1up Discord VOIP
Invite Code: https://discord.gg/VPv9JhP

Author Topic: Ts3 ports blocked  (Read 1372 times)

0 Members and 1 Guest are viewing this topic.

Offline CuttyFlam[1up]

  • *[1up] Server Referee
  • Posts: 886
  • Karma: 155
  • '
  • Since: 14/08/2010
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Ts3 ports blocked
« on: October 19, 2012, 11:58:33 AM »
On college I got the ts3 ports blocked along with urt and other games, I been thinking about how to bypass this, I think using a proxy would be a good idea, some friend borrowed me a proxy so I can use it for that purpose, any of you guys know a good proxy client ? or any other method to bypass the port filter on college, thanks.

Offline Cope57[1up]

  • adept GIMP user
  • *[1up] Dev Team
  • [1up] Global Mod
  • [1up] Decision Panel
  • Posts: 1,127
  • Karma: 113
  • INTJ
  • Since: 03/10/2011
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
    • Youtube's channel
Re: Ts3 ports blocked
« Reply #1 on: October 19, 2012, 03:08:59 PM »
SIMPLE MATH FOR A SIMPLE TECHNIQUE

Start by pulling up your scientific calculator. In Windows type ‘calc’ into the Run prompt. On Linux, type ‘gcaltool’ in the terminal console.

Once the calculator appears, select ‘Scientific’ from the View menu. This will add lots of buttons and options to your plain old calculator. Above the buttons, notices the radial buttons next to each of the number systems: bin (binary), oct (octal), dec (decimal) and hex (hexadecimal). These buttons are used to switch back and forth between the different bases, as well as convert the numbers.

Follow these steps, using the example IP address of 173.194.35.178:

Verify that the calculator is in Decimal (‘dec’ should be selected)
Type in the first octet of the IP address (173)
Convert the number to binary by clicking the ‘bin’ radial button.
Write this number down. The calculator displays ‘10101101’. Octets represent EIGHT digits. If the result from the calculator shows other than eight digits, one would need to pad the front of the number. In order for this technique to work correctly enter each result in eight digits. Pad the beginning of the number with zeroes until the octet has eight digits. This means if the number only has seven numbers (1000000), you should write down ‘01000000’
Switch the calculator back to Decimal.
Clear the calculator display.
Repeat steps 1 through 6 for the remaining octets. Your results should be: 173 (10101101), 194 (11000010), 35 (00100011) and 178 (10110010)
Switch the calculator to binary.
Combine the results of your conversion into a single 32-bit number (01000000111010011010011101100011) Notice, if you failed to pad a number with a zero, the result would not be 32 bits, and the technique would fail.
Type this number into the calculator and convert it to decimal. This should give you a decimal result of 2915181490.
In your browser, type http://2915181490 and hit enter.
Notice that the Google search engine appears.


A content filter will see a request for a web server named 2915181490. This does not match (1) the name of a banned server, (2) an IP address or (3) a keyword. The browser wrote the 32 address into the packet header, but the content filter, which only inspects the HTTP header, doesn’t notice that the server is blacklisted. Because this activity is not significant, it will not flag your request. Instead, it will fetch the content that was requested.

Enjoy... ;)


Edit: If this technique does not provide the desired results, we will need to use more complicated math.
« Last Edit: October 19, 2012, 03:20:33 PM by Cope57 »

Computers do not have problems, they have users

Offline SnKQuaKe

  • *Friend of 1up
  • Posts: 1,218
  • Karma: 58
  • Keep it simple stupid
  • Since: 25/11/2009
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
    • Youtube's channel
Re: Ts3 ports blocked
« Reply #2 on: October 19, 2012, 03:26:24 PM »
SIMPLE MATH FOR A SIMPLE TECHNIQUE

Start by pulling up your scientific calculator. In Windows type ‘calc’ into the Run prompt. On Linux, type ‘gcaltool’ in the terminal console.

Once the calculator appears, select ‘Scientific’ from the View menu. This will add lots of buttons and options to your plain old calculator. Above the buttons, notices the radial buttons next to each of the number systems: bin (binary), oct (octal), dec (decimal) and hex (hexadecimal). These buttons are used to switch back and forth between the different bases, as well as convert the numbers.

Follow these steps, using the example IP address of 173.194.35.178:

Verify that the calculator is in Decimal (‘dec’ should be selected)
Type in the first octet of the IP address (173)
Convert the number to binary by clicking the ‘bin’ radial button.
Write this number down. The calculator displays ‘10101101’. Octets represent EIGHT digits. If the result from the calculator shows other than eight digits, one would need to pad the front of the number. In order for this technique to work correctly enter each result in eight digits. Pad the beginning of the number with zeroes until the octet has eight digits. This means if the number only has seven numbers (1000000), you should write down ‘01000000’
Switch the calculator back to Decimal.
Clear the calculator display.
Repeat steps 1 through 6 for the remaining octets. Your results should be: 173 (10101101), 194 (11000010), 35 (00100011) and 178 (10110010)
Switch the calculator to binary.
Combine the results of your conversion into a single 32-bit number (01000000111010011010011101100011) Notice, if you failed to pad a number with a zero, the result would not be 32 bits, and the technique would fail.
Type this number into the calculator and convert it to decimal. This should give you a decimal result of 2915181490.
In your browser, type http://2915181490 and hit enter.
Notice that the Google search engine appears.


A content filter will see a request for a web server named 2915181490. This does not match (1) the name of a banned server, (2) an IP address or (3) a keyword. The browser wrote the 32 address into the packet header, but the content filter, which only inspects the HTTP header, doesn’t notice that the server is blacklisted. Because this activity is not significant, it will not flag your request. Instead, it will fetch the content that was requested.

Enjoy... ;)


Edit: If this technique does not provide the desired results, we will need to use more complicated math.
I applied my google skills lol

http://www.allredroster.com/iptodec.htm

cool writeup cope btw
« Last Edit: October 19, 2012, 03:29:39 PM by QuaKe »
“You can think I'm wrong, but that's no reason to quit thinking.”

Offline Cope57[1up]

  • adept GIMP user
  • *[1up] Dev Team
  • [1up] Global Mod
  • [1up] Decision Panel
  • Posts: 1,127
  • Karma: 113
  • INTJ
  • Since: 03/10/2011
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
    • Youtube's channel
Re: Ts3 ports blocked
« Reply #3 on: October 19, 2012, 03:38:42 PM »
I actually wrote it in 2007 for a group I am in called Hack In The Box (hitb)
Here is the article in the forum. I modified it for the current Google IP.

Computers do not have problems, they have users