home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / library / hack99 / lesson.txt < prev    next >
Encoding:
Text File  |  1999-03-24  |  2.1 KB  |  80 lines

  1.                         #############################
  2.                           #    NEWBIE HACKERS LESSON ONE #
  3.                               #############################
  4.                  BY: Tech Cougar
  5.                     TechCougar@yahoo.com
  6.                  Member of Nertw0rk Rulers
  7.  
  8. This is a lesson for new Hackers. Now please don't take this text as "I hack into 
  9. systems." NO, I don't think it's right to break into systems, but I like to spread the knowledge.
  10.  
  11. (1) First, I'll teach you about UNIX which many Corporations use. To identify a UNIX operating 
  12. system it will welcome you with:
  13.  
  14. login:
  15. password:
  16.  
  17. Now you put in defult logins. Here are some:
  18.  
  19. LOGIN    PASSWORD
  20. -----------------
  21. root      root
  22. sys       sys
  23. daemon    daemon
  24. uucp      uucp
  25. tty       tty
  26. test      test
  27. unix      unix
  28. bin       bin
  29. adm       adm
  30. admin     admin
  31. who       who
  32. learn     learn
  33. uuhost    uuhost
  34. nuucp     nuucp
  35. finger    finger
  36. games     games
  37. user      user
  38.  
  39. (2) Once you gain access it will give you a prompt. Here are some examples.
  40. $
  41. >
  42. %
  43. # (Means you have root)
  44.  
  45. (3) Now you can enter some commands. But first get the password file. Type in the command 
  46.  
  47. cat /etc/passwd
  48.  
  49. This will get the password file. Once you have the password file then crack the encrypted 
  50. passwords. If there is a token (* ! X) then the admin has shadowed the passwords and you can't 
  51. crack it from that file. You have to find the password file with the encrypted passwords. Just
  52. give the command:
  53.  
  54. locate shadow
  55.  
  56. This will sometimes give you the password file with the encrypted password. 
  57.  
  58. (4) Now after you have access here are some commands you can do.
  59.  
  60. cd................Change Directory
  61. cp................Copy File(s)
  62. cat...............Print Out A File Onto The Screen
  63. mv................Move File(s)
  64. mkdir.............Make A Directory
  65. locate............Find A File(s)
  66. ed................Editor
  67. vi................Editor
  68. ls -a.............List ALL Files
  69.  
  70. (5) So now just explore. Don't mess anything up. Don't spread virues and emailbomb people. 
  71. Don't delete files or modify files. So listen to my motto.
  72.         "EXPLORE, NOT DESTROY"
  73.  
  74. Okay. That's my lesson for now. Look for a new Newbie Hackers Lesson next month.
  75.  
  76. ---------------Tech Cougar-----------------
  77.  
  78.  
  79.  
  80.