Update – Method to no longer leave Tor’s country designation to chance

There is a quick and easy way to make it much more likely that Tor will choose the USA as you IP Address. You must already have Tor installed to do this.

WHAT TO DO??

  • Firstly you must make sure you can see hidden folders
    • Open a folder
    • blog1.0 Update   Method to no longer leave Tors country designation to chance
    • Goto Tools/Folder Options
      • blog2.0 Update   Method to no longer leave Tors country designation to chance
    • Click Show Hidden Files
    • blog3.0 Update   Method to no longer leave Tors country designation to chance
  • Open the Torrc file
    • Goto C:\Documents and Settings\USERNAME\Application Data\Tor
    • Replace USERNAME with you user login
    • Right Click Open over torrc
    • blog4.0 Update   Method to no longer leave Tors country designation to chance
    • Choose Notepad to open file
    • blog5.0 Update   Method to no longer leave Tors country designation to chance
  • Add this line to your torrc file:

exitnodes err, rodos, serifos,lefkada, sipbtor, httpdnet, mushin, moilen, ygrenys, mmarketinfo, iris, yo2, styx, blueice

blog6 Update   Method to no longer leave Tors country designation to chance

  • Make sure the line has no ## before it – these tell it not to be read
  • Goto File/Save
  • blog6b Update   Method to no longer leave Tors country designation to chance
  • Open TOR as normal


WHAT DOES THIS DO??

  • This will tell Tor to try to use these nicknames as an exit (thus getting their ip address)
  • These are the highest bandwidth US exit nodes at this time
  • You can get updated exit nodes by going to:

http://serifos.eecs.harvard.edu/cgi-bin/exit.pl?sortbw=1

  • The US nodes are visible by the flag
  • blog7 Update   Method to no longer leave Tors country designation to chance
  • Note: Exitnodes with IP address (click show addresses to see) of 149.X.X.X. – 154.X.X.X do not work as their location cannot be identified even though the harvard site flags them as US. You can check if an ip will be recognised by putting the address into geobytes and if it says US or Canada you are free to call!

Now when you use TOR it will automatically try to open an American exitnode – assuming you put quite a few nicknames in as above you will always get an American exitnode and therefore IP ADDRESS FOR FREE SKYPE.

Update

Interestingly although the methods suggested here have to get free calls it also provides a method of using skype in countries where it is not allowed or is carefully watched. By going through tor the traffic is encryped and cannot be checked by the powers that be.

For example China, the UAE or any similar place.

For that reason feel free to replicate this guide or translate it if it is of use.

Using Skype for Free Within Tor To USA and Canada

and freecap and you can get free calls.

Friday, August 18, 2006

Skype have free calls to the USA and Canada for citizens of those countries. But how does it find out who is a citizen of these countries? Your IP address. Can this be changed? Yes. Easily? Yes

Part A
What you need:

Tor and Privoxy

http://tor.eff.org/download.html.en

DOWNLOAD THIS ONE (this automatically installs the Windows packages)

Windows: Tor & Privoxy & Vidalia bundle 0.1.1.23 CLICK HERE to Download Windows instructions; local mirror (sig). You can get the old TorCP bundle (sig) if you prefer.

Freecap

http://www.freecap.ru/eng/?p=download

FreeCap v3.18

Skype

http://www.skype.com/download/

Part B
What they do:
Tor & Privoxy – These send you through an onion router, encrypted at each stage so when you leave and enter the web you are completely anonymous.
Freecap – This allows you to send other programs through the Tor network.
Skype – VOIP – Use your computer as a phone and access any phone in the USA or Canada for free (Landlines and Mobiles) with this guide.

Part C
How to do it:

  1. Install all 3 packages
  2. (You may want to create a batch file to run all three with 1 click – see section at end)
  3. Go to Privoxy/Edit Config/Main Configuration through the start menu.
  4. Edit the file by adding the following line “forward-socks4a / localhost:9050 .” and then saving.
  5. config Using Skype for Free Within Tor To USA and Canada
  6. Goto Freecap and File/New Application
  7. step2 Using Skype for Free Within Tor To USA and Canada
  8. In the program path put the location of skype
  9. step3 Using Skype for Free Within Tor To USA and Canada
  10. step4 Using Skype for Free Within Tor To USA and Canada
  11. Now in Freecap change you setting so it will direct through TOR:
    1. GOTO File/Settings
    2. Set Default Proxy/Server as 127.0.0.1
    3. Set Port as 9050
    4. Set Protocol as Socks Version 4
    5. Click Apply then OK
    6. step5 Using Skype for Free Within Tor To USA and Canada
  12. Now run Tor and Prixoxy and FreeCap (NOT SKYPE yet)
  13. Set up Firefox (or another browser so you check Tor is working)
    1. Checkout proxy server guide on http://support.shaw.ca/browsers/firefoxproxy.htm
    2. Download proxy button ddon to easily turn tor on and off (only for firefox) http://proxybutton.mozdev.org/installation.html#0_2_5
    3. Change proxy server settings to SERVER: localhost PORT:8118
    4. step7 Using Skype for Free Within Tor To USA and Canada
    5. Put proxy button in toolbar and turn on
    6. step6 Using Skype for Free Within Tor To USA and Canada
  14. Goto http://www.geobytes.com/IpLocator.htm
  15. step8 Using Skype for Free Within Tor To USA and Canada
  16. Check your new IP – it should be different to your original one
  17. If your new IP says it is somewhere in America you are ready to go – JUMP to step 15
  18. If your new IP is elsewhere then stop TOR and restart it – you will now be given a new IP – check if this says america – if not repeat – usually it only takes 1-2 attempts to get the USA
  19. step9 Using Skype for Free Within Tor To USA and Canada
  20. step10 Using Skype for Free Within Tor To USA and Canada
  1. step11 Using Skype for Free Within Tor To USA and Canada
  2. Now you are ready to go -
    1. Open FreeCap
    2. Open the Skype Program from within FreeCap
    3. Sign in and call the number you want
    4. As long as you did step 13 correct then your calls will be free
    5. Before each new call go back to step 10 to 13 to check that your IP is still the USA (this is because tor regularly reroutes you to keep you anonymous so your IP will change – what matters is the IP when you first make the call)
    6. If your IP is USA calls will be free to landlines and mobiles
    7. step13 Using Skype for Free Within Tor To USA and Canada

Starting Tor, Privoxy and FreeCap together with a batch file

  1. Open Notepad
  2. Input the following:
  3. cd “C:\windows\system32″
    start /b “tor” “C:\Program Files\torcp\torcp.exe”
    cd “C:\Program Files\Privoxy”
    start /b “privoxy” “C:\Program Files\Privoxy\Privoxy.exe”
    start /b “freecap” “C:\Program Files\FreeCap\freecap.exe”
    exit
  4. Change the directories addresses in 3 if the files are in other places
  5. Save the file as “TorStartup.bat” on your desktop
  6. This will create a batch file – you may get a warning say ok
  7. Run this file and it will open all three programs via a DOS command then close the DOS command

step14 Using Skype for Free Within Tor To USA and Canada

SEO

DeadFake: Send Fake Emails

DeadFake is a service that lets you send fake emails. You can use any domain name that is online as your email address. This is not actually a very productive site but it will surely be useful if you want to play a prank on somebody.
You have to make sure that the “From” address [...]

Money Blog | Internet Guide

How-To: Connect HUAWEI E220/E270 Modem with Mac OS X 10.5 (Leopard)

I’ve been trying to get my USB Broadband Modem to work with Leopard for the past few days.
So here are the steps to get the modem working:
1. Ignore the instructions that come with the modem (if you bought the modem from 3 in australia)
2. Download the drivers from here (updated link – drivers now hosted [...]

Money Blog | Internet Guide

Howto: Setup Huawei E220 HSDPA USB Modem with Leopard

Today, i want to use my Huawei E220 HSDPA Modem on my apple macbook with fresh install Mac OS X v10.5.6. It’s Indosat modem package but already been unlocked . So, I can use any SIM card from any available GSM operator. But unfortunately, the E220 driver for Mac from indosat is not [...]