home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / anarchy_text_a-l / hack3.doc < prev    next >
Text File  |  2001-02-10  |  6KB  |  145 lines

  1.  
  2.  
  3. Description: Hacking DEC's (Knights of Shadow II)
  4.   File Date: 6-21-87
  5.   File Time: 6:31 am
  6.  
  7.  
  8. ***************************************
  9. ***************************************
  10. **                                   **
  11. **       Hacking  :  DEC's           **
  12. **                                   **
  13. ***************************************
  14. ***************************************
  15.  
  16.    Welcome to Basics of Hacking I: DEC's In this article you will learn how
  17. to log in to DEC's, logging out, and all the fun stuff to do in-between.
  18. All of this information is based on a standard DEC system.  Since there
  19. are DEC systems 10 and 20, and we favor, the DEC 20, there will be more
  20. info on them in this article.  It is also the more common of the two,
  21. and is used by much more interesting people (if you know what we mean...)
  22. Ok, the first thing you want to do when you are receiving carrier from
  23. a DEC system is to find out the format of login names.  You can do this
  24. by looking at who is on the system.
  25.  
  26. DEC=> @   (the 'exec' level prompt)
  27. YOU=> SY
  28.  
  29. SY is short for SY(STAT) and shows you the system status.  You should see
  30. |he format of login names... A SYSTAT usually comes up in this form:
  31.  
  32. Job  Line  Program  User
  33.  
  34. Job:     The JOB number (Not important unless you want to log them off later)
  35. Line:    What line they are on (used to talk to them...)
  36.          These are both two or three digit numbers.
  37. Program: What program are they running under?  If it says 'EXEC' they aren't
  38.          doing anything at all...
  39. User:    ahhhAHHHH!  This is the user name they are logged in under...
  40.  
  41. Copy the format, and hack yourself out a working code...
  42. Login format is as such:
  43.  
  44. DEC=> @
  45. YOU=> login username password
  46.  
  47. Username is the username in the format you saw above in the SYSTAT.  After you
  48. hit the space after your username, it will stop echoing characters back to
  49. your screen.  This is the password you are typing in...  Remember, people
  50. usually use their name, their dog's name, the name of a favorite character
  51. in a book, or something like this.  A few clever people have it set to a key
  52. cluster (qwerty or asdfg).  PW's can be from 1 to 8 characters long, anything
  53. after that is ignored.
  54.    It would be nice to have a little help, wouldn't it?  Just type a ?
  55. or the word HELP, and it will give you a whole list of topics...
  56. Some handy characters for you to know would be the control keys, wouldn't it?
  57. Backspace on a DEC 20 is rub which is 255 on your ASCII chart.  On the DEC 10
  58. it is Ctrl-H.  To abort a long listing or a program, Ctrl-C works fine.  Use
  59. Ctrl-O to stop long output to the terminal.  This is handy when playing
  60. a game, but you don't want to Ctrl-C out.  Ctrl-T for the time.  Ctrl-U
  61. will kill the whole line you are typing at the moment.  You may accidently
  62. run a program where the only way out is a Ctrl-X, so keep that in reserve.
  63. Ctrl-S to stop listing, Ctrl-Q to continue on both systems.  Is your
  64. terminal having trouble??  Like, it pauses for no reason, or it doesn't
  65. backspace right?  This is because both systems support many terminals,
  66. and you haven't told it what yours is yet...  You are using a VT05 (Isn't
  67. that funny?  I thought i had an apple) so you need to tell it you are one.
  68.  
  69. DEC=> @
  70. YOU=> information terminal
  71.       or...
  72. YOU=> info ter
  73.  
  74. This shows you what your terminal is set up as...
  75.  
  76. DEC=>  all sorts of shit, then the @
  77. YOU=>  set ter vt05
  78.  
  79. This sets your terminal type to VT05. Now let's see what is in the account
  80. (here after abbreviated acct.) that you have hacked onto...
  81.  
  82. SAY => DIR
  83.  
  84. short for directory, it shows you what the user of the code has save to the
  85. disk.  There should be a format like this:  xxxxx.ooo      xxxxx is the file
  86. name, from 1 to 20 characters long.  ooo is the file type, one of:
  87. exe, txt, dat, bas, cmd   and a few others that are system dependant.
  88. Exe is a compiled program that can be run (just by typing its name at the @).
  89. Txt is a text file, which you can see by typing=> type xxxxx.txt
  90. Do not try to=> type xxxxx.exe This is very bad for your terminal and
  91. will tell you absolutly nothing. Dat is data they have saved.
  92. Bas is a basic program, you can have it typed out for you.
  93. Cmd is a command type file, a little too complicated to go into here.
  94.  
  95. TRY => take xxxxx.cmd
  96.  
  97. By the way, there are other usersout there who may have files you can
  98. use (Gee, why else am i here?).
  99.  
  100. TYPE => DIR <*.*>   (DEC 20)
  101.      => DIR [*,*]   (DEC 10)
  102. * is a wildcard, and will allow you
  103.  
  104. to access the files on other accounts if the user has it set for public
  105. access.  If it isn't set for public access, then you won't see it.
  106. to run that program:
  107.  
  108. DEC=> @
  109. YOU=> username program-name
  110.  
  111. Username is the directory you saw the file listed under, and file name was
  112. what else but the file name?
  113.  
  114. **  YOU ARE NOT ALONE  **
  115. Remember, you said (at the very start) SY  short for SYSTAT, and how we said
  116. this showed the other users on the system?  Well, you can talk to them,
  117. or at least send a message to anyone you see listed in a SYSTAT.  You can
  118. do this by:
  119.  
  120. DEC=> the user list (from your systat)
  121. YOU=> talk username     (DEC 20)
  122.       send username     (DEC 10)
  123.  
  124. Talk allows you and them immediate conferencing.
  125.  
  126.  
  127.  
  128.  
  129. From: The Free World II - 301-668-7657 (bbs/ae)
  130. Press Any Key ...
  131.  
  132.  
  133.  
  134. From Lunatic Labs UnLtd. 415-278-7421
  135. Press a key...
  136.  
  137. PIRATES HOLLOW   415-236-2371
  138.  
  139.  Distributed in part by:
  140.  
  141.     Skeleton Crue  415-376-8060  located out of Moraga, California.
  142.           !!Get on the band wagon before it RUNS YOU DOWN!! 
  143.    Headquarters for Computer Hackers and Anarchists to Overthrow the State
  144.                     (CH&AOS)
  145.