home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / hack / mish44.txt < prev    next >
Text File  |  1992-03-04  |  7KB  |  163 lines

  1.  
  2. ****************************************
  3.  
  4.         Hacking ARPANET -- Part I
  5.  
  6.                   by
  7.  
  8.               The SOURCE
  9.  
  10.                   of
  11.  
  12.        -=>*The Listening Post*<=-
  13.  
  14.               408-923-7575
  15.  
  16.  
  17. ***************************************
  18.  
  19. INTRODUCTION
  20. ------------
  21.  
  22. ARPANET (Advanced Research Projects Agency NETwork) was funded by the Department
  23. of Defense (DOD) in 1969 as an experiment in sharing the resources of many
  24. different types of computers.  Earlier DOD systems (AUTODIN,for example), relied
  25. on linking computers that were the same make, using the same operating systems.
  26. Work on ARPANET was performed under contract by many organizations, including
  27. educational institutions, and today it is universities who are the primary
  28. network users.
  29.  
  30.      Once logged onto ARPANET a user may conference with, or use the program
  31. resources and available data files of any other computer that is on the system.
  32. Hundreds of computers are available over ARPANET including computers at non-
  33. university research centers like Rand Corporation, SRI and other military-
  34. industrial think tanks.
  35.  
  36.      Until late 1983 and early 1984, military computers were also a major
  37. ARPANET resource.  With the threat from young computer "hackers", however, the
  38. military computers have moved to their own ARPANET-like network called MILNET.
  39. The two networks are now part of what is known as the "DDN" or Defense Data
  40. Network.  ARPANET nodes may be used to dial-up MILNET nodes as long as the
  41. caller can enter the proper authorization code and password once connected to
  42. the MILNET node.  MILNET users can, likewise, use ARPANET resources.
  43.  
  44.      ARPANET is also used as a resource for students as well as computer
  45. scientists and engineering specialists.  Because of the variety of users, the
  46. system tends to be very talkative about itself and very helpful.  Periodically,
  47. however, certain ARPANET nodes decrease the amount of help that they provide
  48. online.
  49.  
  50.      Despite the fact that dozens of different types of computers are interfaced
  51. in ARPANET, it is a simple system to use because all nodes (called TIP's), use
  52. fundamentally the same operating systems on either DEC (Digital Equipment
  53. Corporation) models 20 or 10 mainframes.  The operating system is called the
  54. "EXEC" and is called the TOPS-20 Monitor (on the DEC 20).
  55.  
  56.      Access numbers for local ARPANET nodes can be found from users of certain
  57. bulletin boards, by calling the system manager, or by asking someone who attends
  58. a major university.
  59.  
  60. GETTING ON
  61. ----------
  62.  
  63.      Once connected to the system, hit <CR> once for 300 baud or twice if you
  64. are using 1200 baud.  The EXEC then recognizes you and displays a welcome
  65. message as below:
  66.  
  67. WELCOME TO ARPANET
  68. **FOR OFFICIAL USE ONLY**
  69. Call the NIC at 1-800-235-3155 for TAC user problems.
  70. Type @n for news.
  71. SU TAC 110 #:13
  72.  
  73.      At this point there are only two commands that the Exec will recognize:
  74. @N for news, and @O for onto the host sysem.  Start by checking out the news.
  75. The node you have reached may be willing to be very helpful and informative.
  76.  
  77. NEWS FROM THE EXECUTIVE
  78. -----------------------
  79.  
  80.      A sample executive session follows below:
  81.  
  82. @N  <user entry>
  83. TCP Trying...Open
  84. SRI-NIC, TOPS-20 Monitor 5.3(5731)-1
  85. *  For TACNEWS, enter:  tacnews<RETURN>
  86. *  To find the host administrator for host xy-z, enter:  whois xy-z<RETURN>
  87. *  Report system problems to Action@SRI-NIC or call (415) 859-5921
  88. There are 7+12 jobs with load average  1.13
  89.  
  90. @TACNEWS  <exec provides @ prompt, user replies "tacnews">
  91.  
  92. SRI-NIC TACnews 1.3(15)-2 on Sunday, 23-Sep-84 11:13pm-PDT
  93. Send bugs or comments to TACNEWS@SRI-NIC.ARPA
  94.   1. Announcements (updated 14-Sep-84)
  95. * 2. Dial-Ups (MILNET TAC telephone numbers, updated 17-Sep-84)
  96. * 3. Login (Help with TAC login, updated 24-Aug-84)
  97.   4. Newsletters (DDN News, updated 24-Jan-84)
  98.   5. Bulletins (DDN Management bulletins, updated 17-Sep-84)
  99. Type a menu number ('HELP<CR>' for more info): HELP
  100.  
  101. The NetNews program lets you access sets of news files at the DDN Network
  102. Information Center (NIC).  So far, you have entered the program and seen a menu
  103. of available sets and documents.  Documents are marked in the menu with a '*'
  104. in the first column.  To view a doument, or browse through a set, type its menu
  105. number followed by carriage return, <CR>.  If you choose a set, you will then be
  106. shown a summary of the most recent issues, and by typing its menu number may
  107. read the item.  Type 'TOP<CR>' at any time to get back to the first menu.
  108.  
  109. useful commands are:
  110.         ?               To see a list of commands
  111.         ^O (control-o)  To stop the typeout of an issue
  112.         HELP            To get more information
  113.         TOP             To return to the beginning menu
  114.         QUIT            To exit
  115.  
  116. Terminate all commands, except '?', with a carriage return, <CR>.
  117.  
  118. <monitor then returns to the menu and we type QUIT so we can learn what else is
  119. available to someone who has not logged in.>
  120.  
  121. Killed Job 34, User TACNEWS, Account QUERY, TTY 110, at 23-Sep-84 23:15:47
  122.  Used 0:00:01 in 0:01:53
  123. Host closing connection
  124. Closed
  125.  
  126. GETTING HELP
  127. ------------
  128.  
  129. <Each function is treated as an unique job.  The HELP command is part of the
  130. QUERY program.  A log report is made when the user QUITs.  The user must then
  131. begin all over again with the @N prompt, read the herald again, and then proceed
  132. to other options when the system responds with its own @ prompt.  We skip these
  133. redundancies in this example.>
  134.  
  135. @HELP  <user enters HELP>
  136. To see a list of your options for commands or arguments, try typing question
  137. mark.  Typing "?" to the "@" prompt gives you a list of the commands the Exec
  138. understands.  Typing "?" after one of these commands tells you what you can type
  139. next.  For example,
  140.         @HELP ?
  141. will show you a list of some of the more important topics for which Help is
  142. available.  The question mark invokes a help message without affecting what
  143. you've typed so far; you can go on typing the command just as if you hadn't
  144. typed "?".  Also, the question mark is read immediately; you don't have to type
  145. RETURN.
  146.  
  147. If you make a mistake while typing a command, use BACKSPACE to delete the last
  148. character you typed.  Ctrl/W will delete your last Word, and Ctrl/U will delete
  149. your entire command line, allowing you to start again.  If you feel hopelessly
  150. lost, typing Ctrl/C twice will return you to the Exec "@".
  151.  
  152.      @HELP ? RETURN for general help
  153.         or * to see all topics
  154.         or the name of an EXEC command
  155.         or one of the following:
  156. ATTACH     BLANK     BREAK     DAYTIME     ECHO
  157. FINGER     HELP     INFORMATION     KK     LOGIN
  158. LOGOUT     NIC     SET     SYSTAT     TACNEWS
  159. TERMINAL     UNATTACH     WHOIS
  160.  
  161. <above is a list of the help files available at this particular session.  At
  162. other times either more or fewer files are available.>