Whatisthis?
Proxy ip and port to bypass blocking ISP.
192.115.106.236 3128

Monday, December 20, 2004
PKPsBit*3
Posted by
PKP
at
12/20/2004 04:52:00 AM
0
comments
Saturday, December 18, 2004
PKPsBit*2
How do you do PING OF DEATH attack?
ping -l 65550 ipaddress
(Remember....Latest operating systems are protected from this attack)
Posted by
PKP
at
12/18/2004 10:52:00 AM
0
comments
PKPsBit*1
How do you find out open ports in your Windows PC?
In the command prompt run the following command.
netstat -a -n
Example screen shot:
......................................................................
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:23 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
.....................................................................
(Here telnet port and http port is opened,that means both services are running.If you want to close these ports either stop those services or use firewall)
Posted by
PKP
at
12/18/2004 09:45:00 AM
0
comments
Wednesday, December 15, 2004
Network Monitoring Tools
Network Monitoring Tools -This is a list of tools used for Network (both LAN and WAN) Monitoring tools and where to find out more about them. The audience is mainly network administrators.
Posted by
PKP
at
12/15/2004 10:38:00 AM
1 comments