Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 28-05-2005, 11:43 AM   #1 (permalink)
In The Zone
 
Join Date: Oct 2004
Location: Pune
Posts: 326
Default proxy


i need to know what all proxies are open in my college as we have to try diff ones to cnnect to the net ..
what software can i use ??

what exactly is a proxy and a port ?? and i have a hub or a switch in my room which connects two floors in LAN .. what else can it do .. some comp guy came a month back and said that the thing in my room is a switch coz it has an ip ?? it is just a box on the wall which has rows of wires connected systematiclly .. the same wire i use to plug into the lan ...
can u explain wat exactly this is ??
CyCo is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-05-2005, 04:52 PM   #2 (permalink)
dinesh_singh
Guest
 
Posts: n/a
Default

have you ever told a friend of urs to call for attendance or proxy for you(when u need to go with ur gf and the same time u are low an lectures.)
the same way when uare connected to internet....your isp gives you a dynamic ip address.as if u need a letter from ur friend he must have ur address...same way if u want datad from a site it needs ur address.
so ip provided by isp is highly traceable.go to showmyip.com and u will get to know ur ip and ur isp with some more info.but if you want to be annoymous...you can set a proxy or proxy server which is annoynomous so that u are not traceable.and ports are the gateway from which data comes and go out of ur system.

for ur second qs.....plz send detailed data.....about the switches and hub.

may be its the hub whic amplifies the signal..or may be anything else.
 
Old 29-05-2005, 08:59 PM   #3 (permalink)
In The Zone
 
Join Date: Oct 2004
Location: Pune
Posts: 326
Default

i have this box in my room in which all these wires are connected .. some say its a hub , some say its a switch ..how do i kno .. its just has lotsa wires connected in it with the room nos written and all ....

the other thing is that i wanna kno is that we use some proxy addresses like 10.10.1.2 etcetc to connect to the net and the port is 3128 .. how do i find more ip's like 10.10.1.2 etc ???
__________________
AMD Athlon 3500+ 939
Asus A8N-E
HDD: 860GB = 250 x2 + 160 x 2 + 40
Nvidia XFX 7600GT
2GB DDR RAM 400Mhz Transcend
17" LCD Viewsonic
ASUS Sata DVD writer
Logitech MX 518 + Steelpad Qck+
CyCo is offline  
Old 30-05-2005, 01:56 AM   #4 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

To distinguish a hub from a switch apart from the usual huffs & puffs that is written on them you could install a network protocol analyzer like Ethereal & analyze the packets.
Depending upon the result you could make out the difference easily.
A frame will flood through all ports irrespective of the type of frame it is.
Switches analyze & process only through the specified/required port unless its a broadcast frame.

About your second query I'm not sure what exactly you are looking for?
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 30-05-2005, 09:40 AM   #5 (permalink)
In The Zone
 
anomit's Avatar
 
Join Date: Mar 2005
Location: Kharagpur
Posts: 252
Default

In the second one he seems to say that there are quite a few proxies in his college and he wants to find out about them. But I dont know why he has to find them out. He can always enquire the authorities about it.

Quote:
how do i find more ip's like 10.10.1.2
You can't find IPs like 10.10.1.2 on the Inetrnet which is a public domain. That address seems weird 'cuz its in the network concerning only the college.
__________________
Don\'t SYN me, I'll SYN you. :p
anomit is offline  
Old 30-05-2005, 10:57 AM   #6 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

You cant seem to find that address on the internet because its a private address.Private addresses are meant to be used for private purposes.NAT or a Proxy server is used to map private address to public address & vice versa.
10.0.0.0-10.255.255.255

The original author could ping sweep the subnet which he is on.Its way easier to just ask the administrator about other proxy servers residing on the network for optional use.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 30-05-2005, 01:34 PM   #7 (permalink)
In The Zone
 
anomit's Avatar
 
Join Date: Mar 2005
Location: Kharagpur
Posts: 252
Default

Well, I know about the ping command and its various parameters. But what it is this ping sweeping?
__________________
Don\'t SYN me, I'll SYN you. :p
anomit is offline  
Old 30-05-2005, 02:16 PM   #8 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Code:
 A ping sweep (also known as an ICMP sweep) is a basic network scanning technique used to determine which of a range of IP addresses map to live hosts (computers). Whereas a single ping will tell you whether one specified host computer exists on the network, a ping sweep consists of ICMP (Internet Control Message Protocol) ECHO requests sent to multiple hosts. If a given address is live, it will return an ICMP ECHO reply. Ping sweeps are among the older and slower methods used to scan a network.
More..

Basically something similar to scanning a network using a port scanner such as Nmap.In simple words pinging multiple hosts simultaneously.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 30-05-2005, 10:21 PM   #9 (permalink)
In The Zone
 
anomit's Avatar
 
Join Date: Mar 2005
Location: Kharagpur
Posts: 252
Default

Another thing please.....

Can I use pakcet sniffers such as Ethereal and PacketMon to gain some more info from the ping and tracert commands? On which ports do these two work? (i.e. the two commands)
__________________
Don\'t SYN me, I'll SYN you. :p
anomit is offline  
Old 30-05-2005, 11:51 PM   #10 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Yes you could analyze how each works & with a little practise easily determine their working.
Actually by studying packets you can even identify problems in your internal network.
Let me warn you though,there arent just ping,tracert commands & their output to learn there are a large number of protocols & metrics

I had my internal lab network all haywire at the time of writing so consider this for an example
Pinging a site such as www.oobertech.net yields captures taken from Ethereal



The above shows a lot of information about which source port,destination port,Type of Frame,Type of protocol & most importantly replies to the each ping query.Although the capture was w.r.t internet activity,it can be used to solve & understand problems related to the internal network.

To sum it all up it can reveal a wealth of information.I dont have a hands-on experience with Packetmon,but Ethereal is one helluva analyzer to have in your toolkit.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 01-06-2005, 11:10 AM   #11 (permalink)
In The Zone
 
anomit's Avatar
 
Join Date: Mar 2005
Location: Kharagpur
Posts: 252
Default

Ok, now I understood the logic behind ping sweeping. Its almost similar to port scanning except that it scans for a range of IP addresses and instead of looking for open ports, it scans for responding or non-responding IP addresses. I found out quite a few of such softwares after googling. In case of cyco he can use such programs and just scan the network by entering the range of IP addresses like 10.10.xx.xx to 10.12.xxxx(or whatever)

Correct me if I have gone wrong
__________________
Don\'t SYN me, I'll SYN you. :p
anomit is offline  
Old 01-06-2005, 01:12 PM   #12 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Yeah.Consider pinging a single host,its nothing but ECHO Request/Reply.Now consider pinging say 100 hosts simultaneously depending upon the hosts/alive dead you would get that many replies.

Port scanning is slightly on a different level.With methods such as stealth scanning the inner workings are different.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 05-06-2005, 09:30 PM   #13 (permalink)
In The Zone
 
Join Date: Oct 2004
Location: Pune
Posts: 326
Default

how does 1 ping sweep ??
__________________
AMD Athlon 3500+ 939
Asus A8N-E
HDD: 860GB = 250 x2 + 160 x 2 + 40
Nvidia XFX 7600GT
2GB DDR RAM 400Mhz Transcend
17" LCD Viewsonic
ASUS Sata DVD writer
Logitech MX 518 + Steelpad Qck+
CyCo is offline  
Old 05-06-2005, 10:07 PM   #14 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Dude I seriously dont understand why you just dont ask the administrator ? That would be a straight forward & simple afaik.
The trouble you are taking here just doesnt end here.After ping sweeping you've to find which host is actually the proxy server other than the one you are using right now.
Anyways a simple google string ping+sweep yields what you want in the first link of that page.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 08-06-2005, 05:39 AM   #15 (permalink)
In The Zone
 
Join Date: Oct 2004
Location: Pune
Posts: 326
Default

i dont ask the admin coz in the collg nothin wrks that way .. it wd just b easier to find out ...

another 2 ques

we all r connected in LAN .. recently wat happ is that sum1 got into my comp and went to my keylog file .. got my emailid pass frm that and changed it .. wat i wanted to kno is how the hell did he access my comp [i had just changed the passw so he cdnt have known that ...]... he also erased all his traces frm the keylog [entries from 2 to 5 pm were missin]

ne clues ??

the other thing is that since arnd the same time this happ if ne1 whos comp is on the lan goes to
start-run-types cmd and enter .. whatever u enter it doesnt recognize as a valid command ..
but i went to c:\windows\system32\cmd.exe and made a shortcut .. in that all the commands wrk fine ..
ne idea y this happ ??
__________________
AMD Athlon 3500+ 939
Asus A8N-E
HDD: 860GB = 250 x2 + 160 x 2 + 40
Nvidia XFX 7600GT
2GB DDR RAM 400Mhz Transcend
17" LCD Viewsonic
ASUS Sata DVD writer
Logitech MX 518 + Steelpad Qck+
CyCo is offline  
Old 08-06-2005, 09:06 PM   #16 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

I actually seems to have you there.What exactly do you mean by a "keylog" file?
Do you have a key-logger already installed on your machine for logging purposes?
If so which keylogger is that you've installed?

As for the second query check I believe it has got something to do with the path for cmd.exe under the Environmental variables.Lemme dig it up for you.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 08-06-2005, 11:37 PM   #17 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default

just seeing the topic's name,I'm asking a question.

Is proxies 100% foolproof.

For example...I download some illegal software(unknowingly) but I have the habit of using proxies.

Can the anti-piracy people find me?

because showmyip.com shows my real IP & also the proxy!
I thought it must show only my proxy & not my real IP.
bharat_r is offline  
Old 10-06-2005, 12:56 AM   #18 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

Quote:
Is proxies 100% foolproof.
Which proxy are you talking about? If you are talking about those freely available free anonymous proxy then NO !

Can you elaborate more on what you actually did?
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 13-08-2007, 10:18 AM   #19 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2007
Posts: 7
Default Re: proxy

Heres a web proxy you can try to access

http://www.pagemod.com

goto the site:
Enter URL in the box and
BROWSE!! and FAST too.They have got multiple Dedicated Servers Running
This website 100% not blocked

Also they have a secure server mode https://www.pagemod.com
Even Email and group Subscription to get updates on new domains
so to be sure you can access.. even if their primary domain gets blocked
No restrictions!!



If any thing goes wrong and you cannot access the site.pls PM me or reply to this post.I will help you to my max get past the block and help you surf unlimited
uniaxaj is offline  
Old 13-08-2007, 10:36 AM   #20 (permalink)
You'r Born Free
 
int86's Avatar
 
Join Date: Aug 2006
Location: Ranchi
Posts: 425
Default Re: proxy

^^^^Greatt Digg
__________________
# Money, Beauty and Configration has no ends.
# Life is like game sometimes. Play it or loose it. But keep the spirit of game.

http://en.wikipedia.org/wiki/Right_to_Information_Act
int86 is offline  
Old 13-08-2007, 04:57 PM   #21 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: proxy

Quote:
Originally Posted by uniaxaj
Heres a web proxy you can try to access

http://www.pagemod.com

goto the site:
Enter URL in the box and
BROWSE!! and FAST too.They have got multiple Dedicated Servers Running
This website 100% not blocked

Also they have a secure server mode https://www.pagemod.com
Even Email and group Subscription to get updates on new domains
so to be sure you can access.. even if their primary domain gets blocked
No restrictions!!



If any thing goes wrong and you cannot access the site.pls PM me or reply to this post.I will help you to my max get past the block and help you surf unlimited

u stupid friggin dopehead !!!

wats d point of bumpin up a 2 year old thread

it seems dat u r nothin but a pimp hindi mein dalla tryin 2 improve traffic thru a proxy wer u seem 2 have commercial intrests
slugger is offline  
Old 13-08-2007, 11:53 PM   #22 (permalink)
Human Spambot
 
shantanu's Avatar
 
Join Date: Dec 2006
Posts: 2,798
Default Re: proxy

@slugger : plz see your langauge..

@uniaxaj : stop bumping old threads..
shantanu is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by Charan

Advertisement




All times are GMT +5.5. The time now is 06:09 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2