home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / hackers / 1145 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.6 KB  |  38 lines

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!csa!kibirev
  3. From: kibirev@csa.bu.edu (oleg kibirev)
  4. Subject: Re: /etc/passwords
  5. Organization: Computer Science Department, Boston University, Boston, MA, USA
  6. References: <Brt4nI.IFw@undergrad.math.waterloo.edu> <1992Jul22.223744.24893@news.uiowa.edu> <bill.711863712@chaos.cs.umn.edu>
  7. Message-ID: <1992Jul23.055902.1951@ctr.columbia.edu>
  8. Sender: news@ctr.columbia.edu (The Daily Lose)
  9. Approved: net@gods
  10. Date: Thu, 23 Jul 1992 05:59:02 GMT
  11. X-Posted-From: csa.bu.edu
  12. X-Posted-Through: sol.ctr.columbia.edu
  13. Lines: 23
  14.  
  15. In article <bill.711863712@chaos.cs.umn.edu> bill@chaos.cs.umn.edu (Hari Seldon) writes:
  16. >In <1992Jul22.223744.24893@news.uiowa.edu> stu@hitchcock (Stuart F. Oberman) writes:
  17. >
  18. >>Obhack: Implementing the aforementioned trojan horse
  19. >>scheme, where the yellow pages is consulted and password is verified
  20. >>before it writes to a file. However, while this is (somewhat) easily
  21. >>done, an additional challenge is to log the user in and mask your own
  22. >>process, so that the entire event appears transparent.
  23. >don't forget to get rid of the capturing process. wouldn't want some
  24. >user to do a ps and see it hanging there.
  25. >
  26. If you make your process a process group leader (setpgid(0,0)) and detach
  27. it from tty, ps won't display it w/o both -g and -x switches. Neither it's
  28. hard to name the nasty program at will, like "sh" or "in.telnetd".
  29.  
  30. Don't forget to debug your password grabber. Wouldn't want some user
  31. to break from it to your shell and add (sleep 256;stty 0)& to your
  32. .cshrc. Or get a hold of sh setuid to you. 
  33.  
  34. Oleg Kibirev
  35.  
  36.  
  37.  
  38.