home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / internet / internet.uvi < prev    next >
Encoding:
Text File  |  2003-06-11  |  9.7 KB  |  164 lines

  1. Unauthorised Access UK  0636-708063  10pm-7am  12oo/24oo
  2.  
  3. Addendum to the follwing file:
  4.  
  5.     For those outside of the Victoria, British Columbia area, this file is 
  6. rather specific to one system.  Phone numbers in this file are in the 604 area 
  7. code.  Much of this information may or may not apply to your local Internet 
  8. facilities...
  9.  
  10.      -=( TOMMY )=-
  11.  
  12.  
  13. ????????????????????????????????????????????????????????????????????????????? 
  14. ????????????????????????????????????????????????????????????????????????????? 
  15. ?????       INFORMATION ON INTERNET VIA THE UNIVERSITY OF VICTORIA      ????? 
  16. ?????                THE GATEWAY TO THE ACADEMIC WORLD                  ????? 
  17. ?????                  This file brought to you by:                     ????? 
  18. ?????                         __/Digital\__                             ????? 
  19. ?????                           \Dancer /                               ????? 
  20. ????????????????????????????????????????????????????????????????????????????? 
  21. ????????????????????????????????????????????????????????????????????????????? 
  22.  
  23. I. Introduction 
  24.      This file will attempt to give some basic information, which you may or 
  25. may not know, on Internet and how to access it via UVic.  This file is for 
  26. purely informational purposes only and how you decide to use this information 
  27. is up to you.  I am in no way liable for any "damages" which may incured in 
  28. the process of using this information.  Feel free to spread this file far and 
  29. wide, in any form you wish.  My only request is that you keep the credits 
  30. intact. 
  31.      Internet is an international data network which connects a large 
  32. (translate VERY large) number of academic institutions together.  It is ripe 
  33. for the picking by devious, ingenious hackers such as you and I. :) 
  34.  
  35. II. Connecting 
  36.      Connecting to Internet is quite simple.  First, phone the UVic computer 
  37. system at 477-9571 using the standard settings.  Note:  terminal emulation is 
  38. needed; try using a VT100 or TVI925 emulation.  Once you have connected, type 
  39. a single carriage return.  This will bring up a welcome message from the UVic 
  40. front end processor.  When you see the 'Enter class' prompt type 'HELP' to see 
  41. a list of the available classes.  Type 'huts' to enter the Annex II terminal 
  42. server.  You will shortly see 'CONNECTED' on a line by itself.  It will take 
  43. several seconds before anything more happens.  Hit CR a couple times to wake 
  44. it up.  You will eventually see 'Annex Command Line Interpreter' and the 
  45. prompt 'annex:'.  This is where the fun begins. 
  46.  
  47. III.  Basic Commands 
  48.      At the annex prompt you can enter several commands.  Type help to see a 
  49. complete list.  Some of the more interesting ones are: 
  50.         hangup - disconnect from annex 
  51.         hosts - lists some of the computers using Internet 
  52.         telnet - connect to a computer 
  53.         jobs - shows jobs currently in process - more about this later 
  54.         kill - kills a currently active process 
  55.         who - shows who's using the system 
  56.      Hangup is self explanatory.  Hosts will show a small list of systems to 
  57. which you can connect.  It will list the host name, system status, load facter 
  58. and Inet address.  You're only interested in the host name and Inet address.  
  59. To connect to a computer system, use the telnet command followed by the Inet 
  60. address.  It will print a 'Trying...' message until it connects.  At this 
  61. point it may appear to hang, but don't worry.  At times the connection process 
  62. may take up to two minutes.  So just sit back and relax.  If you get tired of 
  63. waiting, just send it a break signal (check your terminal documentation).  The 
  64. annex prompt will reappear.  Although you are back at the prompt, the system 
  65. is still trying to connect, ie: the connection process is running in the 
  66. background.  The system will allow only three background processes.  If you 
  67. type 'jobs' at this point, you will see a message similar to: 
  68.         +1      telnet 18.26.0.115 To remove this process, simply type 'kill 
  69. num' where num is the number appearing at the start of the line.  For more 
  70. information, type help <command> at the annex prompt. 
  71.      Now, for the interesting command.  Who is an extremely useful device.  It 
  72. allows you to see who else is on annex.  It will give a listing similar to: 
  73.    Port What User             Location          When         Idle  Address 
  74.     6   CLI  ---              ---              10:04pm             [local] 
  75.     7   CLI  ---              ---               7:15pm        :01  [local] 
  76.          +1    'rlogin sanjuan' 
  77.     9   CLI  ---              ---               8:41pm             [local] 
  78.          +1    'rlogin uvcw -l jtice' 
  79.     13  CLI  ---              ---               8:03pm        :21  [local] 
  80.          +1    'rlogin sanjuan' Now, this isn't too interesting.  But wait, 
  81. there's more!  Not only can who tell you who's on annex, it will also tell you 
  82. who's on other systems if you type who @<system.name>.  For example, Student 
  83. is a computer at UVic. If you type 'who @student' you will see: 
  84.         annex: who @student 
  85.         [student] 
  86.         Login       Name              TTY Idle    When    Where 
  87.         root     Operator              co   1d Tue 11:04 
  88.         dthomas  David  Thomas         p1 2:55 Wed 15:54  engsrv 
  89.         wakeddy  Al  Keddy             p2      Wed 18:07  engsrv 
  90.         abeck    Allan  Beck           p3    7 Wed 12:27  engsrv 
  91.         ncole    Neville  Cole         p4      Wed 16:59  engsrv 
  92.         kpenner  Kerry  Penner         p5      Wed 18:37  engsrv 
  93.         jpope    Jason  Pope           p7 3:24 Wed 15:37  engsrv What's this? 
  94. Login names?  Maybe Santa does exist!  Security on these systems usually 
  95. consists of a login name and a password.  Well, all we need now are the 
  96. passwords.  Note:  the who command will not work with every system.  Sometimes 
  97. it returns a 'connection refused'.  Such is life.  You'll notice that the 
  98. login names consist of the first character of the first name, followed by the 
  99. first eight characters of the last name (usually).  I just love standards! 
  100. Don't you? 
  101.  
  102. IV. Internet Addresses 
  103.      Addresses on internet consist of four groups of numbers separarting by 
  104. periods.  Each number can be in the range of 0 to 999.  Now, you are no doubt 
  105. thinking that this gives 10^12 possiblities, and thus finding addresses would 
  106. be near impossible.  Not so!  As I said before there are many, many computers 
  107. on Internet.  Also, once you have one address it is very easy to find others 
  108. due to patterns in the address.  A partial result of the hosts command 
  109. follows: 
  110.    alcor                    --             -.-            128.189.65.6 
  111.    altair                   --             -.-            128.189.68.80 
  112.    apollo                   --             -.-            128.189.68.54 
  113.    bert                     --             -.-            134.87.70.60 
  114.    bigbird                  --             -.-            134.87.70.66 
  115.    BLUE                     --             -.-            128.189.97.50 
  116.    cheops                   up             0.17           128.189.65.1 
  117.    cms                      --             -.-            128.189.65.3 
  118.    cookie                   --             -.-            134.87.70.65 
  119.    cs0                      --             -.-            128.189.66.30 
  120.    cs14                     --             -.-            128.189.66.44 
  121.    cs2                      --             -.-            128.189.66.32 From 
  122. this you can see that there is a definite pattern here.  When you initially 
  123. start looking for addresses, start with a known address and only vary the last 
  124. group.  You will begin to notice that, in general, addresses are assigned in 
  125. groups with a group of addresses belonging to a particular establishment, 
  126. department, or group.  These sequences of addresses usually begin on a 
  127. multiple of ten. 
  128.  
  129. V.  Some Addresses To Try U.B.C.:   128.189.97.1   vision.cs.ubc.ca 
  130.           128.189.97.2   ean.ubc.ca 
  131.           128.189.97.8   datacube.cs.ubc.ca (SunOS Unix) 
  132.           128.189.97.9   youngers.cs.ubc.ca 
  133.           128.189.97.11  dosequis.cs.ubc.ca Harvard:  128.103.1.1 Washing.: 
  134. 128.95.1.4     june.cs.washington.edu (Ultrix-32 V3.0 Rev 64) Yale:     
  135. 128.36.0.3     yale-bulldog Other:    128.2.218.26   daisy.learning.cs.cmu.edu 
  136. type help at login 
  137.           128.95.136.2   Boulder, Colorado 
  138.           128.122.132.2  hipl 
  139.           13.1.100.206   arisia 
  140.  
  141. VI. Conclusion 
  142.      Well, that about does it.  The information should be quite accurate as 
  143. I've tried to confirm everything but things change very rapidly.  My 
  144. appreciation goes to those who have helped me discover Internet.  You know who 
  145. you are.  If you're having troubles, or successes, contact me at: 
  146.     Tommy's Holdiay camp:   604-383-7874 
  147.                 Valhalla:   604-592-6788 Remember this:   All across the 
  148. globe, there are individuals such as ourselves who are exploring the system, 
  149. testing it's limits, doing things no one thought possible.  These individuals 
  150. exist in relative isolation, knowing only a few others who share their 
  151. interests.  This is our strength.  They cannot hit what they cannot see.  To 
  152. those who came before, I offer my respect; to those who are at work now, I 
  153. offer my cooperation; to those who shall follow, I offer my hope that they 
  154. shall surpass us in every respect. 
  155.  
  156.                          ___/Digital\___ 
  157.                             \Dancer / 
  158.  
  159. ?????????????????????????????????????????????????????????????????????????????? 
  160. ?????????????????????????????END?OF?FILE?????????????????????????????????????? 
  161. ?????????????????????????????????????????????????????????????????????????????? 
  162.  
  163. Downloaded From P-80 International Information Systems 304-744-2253
  164.