home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / unix / crackunx.txt / Scripts / plaster < prev    next >
Encoding:
Text File  |  1992-06-25  |  664 b   |  26 lines

  1. #!/bin/sh
  2.  
  3. ###
  4. # This program is copyright Alec Muffett 1991, and is provided as part of
  5. # the Crack v4.0 Password Cracking package.  The author disclaims all
  6. # responsibility or liability with respect to it's usage or its effect
  7. # upon hardware or computer systems, and maintains copyright as set out in
  8. # the "LICENCE" document which accompanies distributions of Crack v4.0 and
  9. # upwards. So there...
  10. ###
  11.  
  12. ###
  13. # This program provides a quick network murder if running "Crack -network"
  14. ###
  15. # The name is Chris Samuel's fault... "Plaster the Cracks" indeed...
  16. # Mail admiration of this joke to ccs7@aber.ac.uk
  17. ###
  18.  
  19. for i in Runtime/D*
  20. do
  21.     echo $i
  22.     $i
  23. done
  24.  
  25. exit 0
  26.