home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / hacking_info_a-l / beg-hck2 / BEGINNER.TP next >
Text File  |  1995-03-08  |  4KB  |  114 lines

  1. ---------------------------------------------------
  2. [BEG-HCK3: FINAL!; Ok, no more crap.  Here it is...
  3. ---------------------------------------------------
  4.  
  5. Beginning school computer password obtaining --
  6.  
  7.   Welcome to ELiNT's simple new beta idea!
  8.  
  9.  
  10.  
  11.   Most of the high school systems are poorly secured, and if one thinks that
  12. he should challenge the professor or teacher, why not?  If you have Pascal
  13. or any C class you know that you could simply shell to dos and preform this
  14. task.  This program assumes that your windows directory is C:\WINDOWS\SYSTEM,
  15. otherwise tough!
  16.  
  17.  
  18. INS.COM - Start with this when you are in DOS.  It is the initial
  19.           installation file.
  20.  
  21. OUT.COM - If you feel that you did a "boo-boo" and/or in trouble, then use
  22.           this to get yourself clean.
  23.  
  24. P.# - Key recorder.
  25. Q.# - Data file converter to text.
  26.  
  27. TSR.BAT - Compile it to an executable and to link on to other .COMs or .EXEs.
  28.  TSR.COM
  29.  TSR.EXE
  30.  
  31. MC.EXE - Mini-chainer.  This combines two executables such as COM/COM, COM/EXE,
  32.          and EXE/EXE.
  33.  
  34. PKLITE.EXE - It is best if you could compress your files as much as possible
  35.              to cut down the size of the executable.
  36.  
  37.  
  38.  
  39.   To master this very simple task, you must be familiar with MC.  Try it more
  40. than a few times to get used to it so you won't waste time messing up.  For
  41. you pro's out there, "yes, cool, oh, use MC to stick in your favorite virus!"
  42.  
  43.  
  44.   You need to be smart at this.  Think.  You see an autoexec.bat:
  45.  
  46.   @echo off
  47.   prompt $p$g
  48.   C:\DOS\SMARTDRV.EXE
  49.   IPX.COM
  50.   MOUSE.COM
  51.   NETWARE.COM
  52.   LOGIN.COM
  53.   VSAFE.COM
  54.   WIN.COM
  55. :REPEAT
  56.   C:\DOS\DOSSHELL.EXE
  57.   goto REPEAT
  58.  
  59.  
  60.   Don't link TSR to Smart Drive because it is in "dos" directory.  MC links the
  61. two excutables together, but the executable produced has to run from the
  62. same directory where it can be found.  There is another disadvantage from MC is
  63. that once you compile an executable you can't issue any commands after the
  64. filename.  Ie. "C:\MOUSE.COM /UNINSTALL"
  65.   So that now we know we have to link TSR to the root directory (let us assume
  66. that mouse.com and/or files we are going to attach TSR is in the root directory
  67. ).  Let's link MOUSE.COM with TSR.
  68.  
  69. Go to MC.
  70.   1)  TSR.COM and MOUSE.COM are both .COMs, so we'll pick COM/COM.
  71.   2)  Choose either TSR.COM or MOUSE.COM.
  72.   3)  Choose the opposite of what you choose for the first file.
  73.   4)  Hit the escape key or quit.
  74.     a.    (The second file you choose to link has grow in file size).
  75.     b.    Move the second file to the assumed start-up directory.  In our case,
  76.     it is "C:\".
  77.   5)  Now you need to go to the directory of BEG-HCK2.  Run INS.COM to install
  78.       the necessary files to initialize the whole program.
  79.     a.  (If you are in deep shit, want stay clean, or just get rid of it, you
  80.     need to run OUT.COM).
  81.   6)  Reboot and you are done!
  82.  
  83.  
  84.   Don't be stupid and link up to V-safe(tm).  You could link to Vsafe(tm) if
  85. you link the TSR.COM/TSR.EXE on to VSAFE.COM to make TSR load to memory before
  86. V-safe(tm) so that V-safe(tm) won't give you a bunch of crap such as virus
  87. loading into memory.  And remember, V-safe(tm) or TSR must be loaded before
  88. the LOGIN.COM or else you won't get anything recorded!
  89.  
  90.   The file you will find in C:\WINDOWS\SYSTEM is ARABIC_I.FOT.  Inside there
  91. you will find yourself other peoples' names and passwords.
  92.  
  93.   Now that I have explained the simple concept, maybe you could try it.  You
  94. could always test it out of your own system.
  95.  
  96.  
  97.   Hope you understood, if you don't read it thoroughly again and until you
  98. undertand.  This will be the final and last version.  This is one of the
  99. oldest concepts in finding out unauthorized information.  Have fun!
  100.  
  101.  
  102.                                                   ELiNT
  103.  
  104.  
  105. DBHS:  If you are in Mr. Toby's class and
  106.   would like to reach me, post!  I'll get
  107.   to you.  Until then, I'm also waiting
  108.   for the idiot to enter his password and
  109.   change it.  I'll mod the shit out of the
  110.   school's server!  #:)
  111.  
  112.  
  113. Technic Professions (c) Copyright 1995  All rights reserved.
  114.