diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..16cea55 --- /dev/null +++ b/Changelog @@ -0,0 +1,9 @@ +Changelog for Windows Credentials Editor (WCE) 32-bit version + +version 1.3beta: + March 8, 2012 + -Bug fixes + -Extended support to obtain NTLM hashes without code injection + -Added feature to dump login cleartext passwords stored by the Digest Authentication package + + diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..eae0627 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,32 @@ +# Copyright (c) 2010,2011,2012 Hernan Ochoa and Amplia Security. +# All rights reserved. +# +# Unless you have express writen permission from the Copyright Holder, any +# use of or distribution of this software or portions of it, including, but not +# limited to, reimplementations, modifications and derived work of it, in +# either source code or any other form, as well as any other software using or +# referencing it in any way, may NOT be sold for commercial gain, must be +# covered by this very same license, and must retain this copyright notice and +# this license. +# Neither the name of the Copyright Holder nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE +# LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +# OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, +# EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE +# ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. +# SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY +# SERVICING, REPAIR OR CORRECTION. +# +# IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +# ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +# THE SOFTWARE AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +# GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +# OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR +# DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR +# A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH +# HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +# diff --git a/getlsasrvaddr.exe b/getlsasrvaddr.exe new file mode 100644 index 0000000..2bd6325 Binary files /dev/null and b/getlsasrvaddr.exe differ diff --git a/wce.exe b/wce.exe new file mode 100644 index 0000000..41da9da Binary files /dev/null and b/wce.exe differ