Taking advantage of the File and Print sharing in Windoze!
Are you sharing any files or printers in windozer???  Well, did you know that unless you have got a firewall installed that you arent just sharing them over your network. But the Internet as well.  So, time to have some fun. Use Nbtstat -A ipaddress to determine if anything on their computer is being shared (nbtstat comes with windows in the windows directory). (eg. Nbtstat -a 222.33.12.1)  When you know an IP for a computer being shared (computers that share usually have the 139 port open),
type in 
Net view \\the IP address.  The command should look something like this:  Net View \\222.33.0.4.  You will get something like this 
 
Sharename    Type         Comment
 A                   Disk         Floppy 
 C                   Disk         C:\ Drive
 CDROM       Disk         CD-Rom Read Only

 This tells you what is being shared!
To connect to the computer you would type a command in this form
NET USE p: \\IPADDRESS\SHARENAME  (eg Net use p: \\.23.23.111.7\CDROM\)
"p:" Maps the drive to drive p. It will take a while to connect of course.  if you aren't using NT, it also takes alot of resources to connect. Have fun!!  Dont do this while downloading anything important or you might get disconnected
