go to options - settings - paste any proxy there
enjoy surfing
IP address Anonymity level Checked time Country
69.217.73.52: 8080 anonymous server Feb-08, 17:45 United States
217.28.206.145: 80 anonymous proxy Feb-08, 17:45 Sweden
97.81.19.227: 8080 anonymous server Feb-08, 19:00 United States
217.7.172.14: 80 anonymous proxy Feb-08, 17:46 Germany
202.115.130.23: 8080 anonymous Feb-08, 17:45 China
209.194.182.139: 8080 anonymous proxy Feb-08, 17:46 United States
80.87.131.100: 80 anonymous proxy Feb-08, 17:46 United Kingdom
196.12.184.190: 3128 anonymous proxy Feb-08, 17:46 Puerto Rico
217.21.240.107: 80 anonymous Feb-08, 18:00 Netherlands
202.147.186.196: 8080 anonymous proxy Feb-08, 18:01 Pakistan
140.116.21.154: 8080 anonymous proxy Feb-08, 18:01 Taiwan
87.248.174.68: 8080 anonymous Feb-08, 18:01 Moldova, Republic of
213.157.69.92: 80 anonymous Feb-08, 18:02 Finland
81.211.26.66: 8080 anonymous proxy server Feb-08, 18:03 Russian Federation
77.48.19.55: 80 anonymous Feb-08, 18:03 Czech Republic
59.106.138.10: 80 anonymous Feb-08, 18:04 Japan
60.250.0.22: 80 anonymous server Feb-08, 18:01 Taiwan
213.212.254.34: 8080 anonymous server Feb-08, 18:05 Egypt
82.102.77.66: 8080 anonymous proxy Feb-08, 18:06 Cyprus
87.205.199.25: 80 anonymous proxy server Feb-08, 18:59 Poland
62.80.4.61: 8080 anonymous server Feb-08, 17:38 Germany
80.156.84.228: 80 anonymous Feb-08, 17:30 Germany
196.218.197.68: 8080 anonymous proxy Feb-08, 17:50 Egypt
12.149.212.1: 80 anonymous proxy server Feb-08, 17:48 United States
216.244.98.133: 80 anonymous proxy Feb-08, 17:48 United States
220.227.178.26: 80 anonymous proxy server Feb-08, 17:51 India
200.85.39.18: 80 anonymous Feb-08, 17:51 Paraguay
217.116.232.114: 80 anonymous Feb-08, 17:51 Denmark
8.12.40.183: 80 anonymous Feb-08, 17:47 United States
203.115.229.180: 80 anonymous proxy Feb-08, 17:48 Malaysia
66.216.91.200: 80 anonymous server Feb-08, 17:01 United States
200.68.73.193: 443 anonymous proxy Feb-08, 17:02 Argentina
75.82.204.246: 3128 anonymous proxy Feb-08, 17:02 United States
193.251.181.135: 8080 anonymous proxy server Feb-08, 17:49 France
Showing posts with label PROXY. Show all posts
Showing posts with label PROXY. Show all posts
Sunday, March 14, 2010
SOME USEFULL IP TRICKS N TIPS....
This is a complimation of computer tricks, mainly security and privacy related
Getting Ip's:--
To see the ip all computers you are connected to (web servers, people attempting to hack into your computer).
Go to dos (start>run>type command) and run the netstat command. Type netstat /? for details.
Type netstat -r at the command prompt to see the ip of all computers you are connected to
In MSN (and other programs) when you are chatting to someone everything you type goes through the MSN servers first (they act as a proxy) so you see their ip rather than who you are chatting to. You can get round this by sending them a file as MSN doesn't send file through its proxy.
When you type the netstat -r (or -a for a different view) the ip's are under the foreign address table. The ports are seperated by a : . Different programs use different ports, so you can work out which ip's are from which program.
Connecting to other computers and what ports are:--
Servers send information. Clients retrieve. Simple.
Windows comes with a built in program to connect to other computers called telnet.
To start Windows telnet Start menu> Run> type Telnet. Click connect> remote system
Ports are doors into computers. Hosts are computer names
(ip number or a name that is translated into the ip automatically)
Different programs open different ports, but they always open the same ports so other computers know which port to connect to. You can get a port list listing all the different ports, but a basic one is:
11 :- Sends info on the computer
21 :- FTP (File transfer program)
23 :- Telnet (Login to the computers command line)
25 :- Smtp (Sends mail)
80 :- Http (Web pages)
There are thousands of different programs using different ports. You can get programs called portscanners which check a computer for all ports up to a certain number, looking for ways in. You can portscan a computer looking for ways-in.
Anyway, back to telnet.
Type www.yahoo.com as the host and port as 80 the click connect.
If nothing happens, you're in. Wow. You are connected to Yahoo's server.
You can now type http commands (you are connected to an http server, so it supports http commands). Ie. on an ftp server you can type open and it will do something. On an http server it will just wonder what the hell you are on about.
Type get / http/1.0 then press enter twice to get the file on the server at / (try /index.html) etc.)
Allowing dos and regedit in a restricted Windows
See http://blacksun.box.sk/tutorials/format.php3?file=windows.html for some very cool tactics.
A very simple tactic I found after accidentally locking myself out of dos and regedit is to open notepad and type the following:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]
"Disabled"=dword:0
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:0
Save it as something.reg then run it. Simple.
Making undeletable, unreadable folders
Tested on Windows 95/98
By holding down alt, then typing numbers on the number pad (right of the keyboard) you can create special characters. If you hold down alt, then press 1, then let go, you got the ascii character 1. You try some randomn numbers. This goes all the way up to 255. Open a dos prompt, and type md (alt+1+9+4)someword. md is the dos command to make a directoy, now try and open the directory in Windows, you can't. To open it, type ren (alt+1+9+4)someword someword (ren is the dos command to rename)
Proxies
Proxies are computers that you connect through, hiding your computer. Most aren't anonymous, they give away your ip. Some are. Good anonymous proxies: mail.uraltelecom.ru:8080 and 194.247.87.4:8080.
Different programs require different ways of using proxies. To do it in internet explorer 5 go to tools, internet options, connections, settings. In the above proxies they are in the format host:port
Password files
If you lock yourself out of Windows stuff, all passwords are stored in files called *.pwl in C:windows. Download showpass.zip from hereto view all passwords stored. Or rename the files to .bak to delete passwords.
In Unix, passwords are normally stored at etc/passwd. This can be viewed using the cat command (prints a file to screen): cat etc/passwd. Make sure you're passwords are shadowed (not actually in etc/passwd). Also make sure they aren't in a file called shadow, especically not in a file called etc/shadow.
Unix passwords are encrypted far better than Windows one's (to be fair, Windows 95 isn't designed for users), but can still be cracked through a program called jon
Note- This tutorial may bear a resemblance to tutorials written by other authors
Getting Ip's:--
To see the ip all computers you are connected to (web servers, people attempting to hack into your computer).
Go to dos (start>run>type command) and run the netstat command. Type netstat /? for details.
Type netstat -r at the command prompt to see the ip of all computers you are connected to
In MSN (and other programs) when you are chatting to someone everything you type goes through the MSN servers first (they act as a proxy) so you see their ip rather than who you are chatting to. You can get round this by sending them a file as MSN doesn't send file through its proxy.
When you type the netstat -r (or -a for a different view) the ip's are under the foreign address table. The ports are seperated by a : . Different programs use different ports, so you can work out which ip's are from which program.
Connecting to other computers and what ports are:--
Servers send information. Clients retrieve. Simple.
Windows comes with a built in program to connect to other computers called telnet.
To start Windows telnet Start menu> Run> type Telnet. Click connect> remote system
Ports are doors into computers. Hosts are computer names
(ip number or a name that is translated into the ip automatically)
Different programs open different ports, but they always open the same ports so other computers know which port to connect to. You can get a port list listing all the different ports, but a basic one is:
11 :- Sends info on the computer
21 :- FTP (File transfer program)
23 :- Telnet (Login to the computers command line)
25 :- Smtp (Sends mail)
80 :- Http (Web pages)
There are thousands of different programs using different ports. You can get programs called portscanners which check a computer for all ports up to a certain number, looking for ways in. You can portscan a computer looking for ways-in.
Anyway, back to telnet.
Type www.yahoo.com as the host and port as 80 the click connect.
If nothing happens, you're in. Wow. You are connected to Yahoo's server.
You can now type http commands (you are connected to an http server, so it supports http commands). Ie. on an ftp server you can type open and it will do something. On an http server it will just wonder what the hell you are on about.
Type get / http/1.0 then press enter twice to get the file on the server at / (try /index.html) etc.)
Allowing dos and regedit in a restricted Windows
See http://blacksun.box.sk/tutorials/format.php3?file=windows.html for some very cool tactics.
A very simple tactic I found after accidentally locking myself out of dos and regedit is to open notepad and type the following:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]
"Disabled"=dword:0
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:0
Save it as something.reg then run it. Simple.
Making undeletable, unreadable folders
Tested on Windows 95/98
By holding down alt, then typing numbers on the number pad (right of the keyboard) you can create special characters. If you hold down alt, then press 1, then let go, you got the ascii character 1. You try some randomn numbers. This goes all the way up to 255. Open a dos prompt, and type md (alt+1+9+4)someword. md is the dos command to make a directoy, now try and open the directory in Windows, you can't. To open it, type ren (alt+1+9+4)someword someword (ren is the dos command to rename)
Proxies
Proxies are computers that you connect through, hiding your computer. Most aren't anonymous, they give away your ip. Some are. Good anonymous proxies: mail.uraltelecom.ru:8080 and 194.247.87.4:8080.
Different programs require different ways of using proxies. To do it in internet explorer 5 go to tools, internet options, connections, settings. In the above proxies they are in the format host:port
Password files
If you lock yourself out of Windows stuff, all passwords are stored in files called *.pwl in C:windows. Download showpass.zip from hereto view all passwords stored. Or rename the files to .bak to delete passwords.
In Unix, passwords are normally stored at etc/passwd. This can be viewed using the cat command (prints a file to screen): cat etc/passwd. Make sure you're passwords are shadowed (not actually in etc/passwd). Also make sure they aren't in a file called shadow, especically not in a file called etc/shadow.
Unix passwords are encrypted far better than Windows one's (to be fair, Windows 95 isn't designed for users), but can still be cracked through a program called jon
Note- This tutorial may bear a resemblance to tutorials written by other authors
Labels:
NETWORK HACK,
PROXY,
TRICKS,
WEB HACKING,
WINDOWS HACK
Free airtel gprs (surfing + download) using airtel LIVE
Open http://flyproxy.com on your mobile browser
then type the URL .......
now enjoy free surfing (even in 0 balance)......
other way to surf free using Airtel Live is to download the browser ucweb on your mobile
DOWNLOAD (right click the link and open it in new window or new tab)
use direct connection.
donot download anything from ucweb , download can be charge
NOTE: this post is just for information purpose
then type the URL .......
now enjoy free surfing (even in 0 balance)......
other way to surf free using Airtel Live is to download the browser ucweb on your mobile
DOWNLOAD (right click the link and open it in new window or new tab)
use direct connection.
donot download anything from ucweb , download can be charge
NOTE: this post is just for information purpose
Subscribe to:
Posts (Atom)