###################################################################
#(c) 2001 CIRT.net, All Rights Reserved
#Permission to use, copy, modify, and distribute this software and its documentation for educational, 
#research and non-profit purposes, without fee, and without a written agreement is hereby granted,  
#provided that the above copyright notice, this paragraph and the following two paragraphs appear  
#in all copies. This software program and documentation are copyrighted by CIRT.net
#
#      THE SOFTWARE PROGRAM AND DOCUMENTATION ARE SUPPLIED "AS IS,"
#      WITHOUT ANY ACCOMPANYING SERVICES FROM CIRT.NET.
#      FURTHERMORE, CIRT.NET DOES NOT
#      WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
#      UNINTERRUPTED OR ERROR-FREE. THE END-USER UNDERSTANDS THAT
#      THE PROGRAM WAS DEVELOPED FOR RESEARCH PURPOSES AND IS
#      ADVISED NOT TO RELY EXCLUSIVELY ON THE PROGRAM FOR ANY
#      REASON.
#
#      IN NO EVENT SHALL CIRT.NET BE LIABLE TO ANY 
#      PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
#      DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS
#      SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE CIRT.NET
#      HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
#      CIRT.NET SPECIFICALLY DISCLAIMS ANY
#      WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
#      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
#      PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
#      AND CIRT.NET HAS NO OBLIGATIONS TO PROVIDE
#      MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
###################################################################
This software is for educational purposes only and should not be used in any illegal
or unauthorzed manner
###################################################################
You will need the perl LWP module to use YaHa
###################################################################
Usage:  yaha.pl <ip> <port> <file> <options>
Options:  m  --  extended mutation of passwords
       :  v  --  verbose output

Example: yaha.pl 10.10.10.10 80 / mv

Warning: This script is not smart enough to determine that
         if a port has authentication, or even if
         that port isn't open. Pay attention to what you're doing.

###################################################################
YaHa expects the ids to be in a file called "idlist.txt" and the passwords
to be in a file called "pwlist.txt". You will need to change the source if you want
to rename those files
###################################################################




