• 大小: 8.11M
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-02-03
  • 语言: 其他
  • 标签: 其他  

资源简介

黑客必备工具集合.zip

资源截图

代码片段和文件信息

/*
Copyright ?001 e-business technology Inc.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License Version 2 as published
by the Free Software Foundation.

This program is distributed in the hope that it will be useful but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  The program may contain errors that
could cause failures or loss of data and may be incomplete or contain
inaccuracies.  By using the program you expressly acknowledge and agree
that use of the program or any portion thereof is at your sole and entire
risk.  You are solely responsible for determining the appropriateness of
using copying distributing and modifying the program and assume all risks
of exercising your rights under the license compliance with all applicable
laws damage to or loss of data programs or equipment and unavailability
or interruption of operations.   THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS EXPRESS OR IMPLIED
INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND/OR CONDITIONS OF
MERCHANTABILITY OF SATISFACTORY QUALITY OF FITNESS FOR A PARTICULAR
PURPOSE OF ACCURACY OF QUIET ENJOYMENT AND NONINFRINGEMENT OF THIRD
PARTY RIGHTS.  THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES DO NOT WARRANT
AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE PROGRAM THAT THE FUNCTIONS
CONTAINED IN THE PROGRAM WILL MEET YOUR NEEDS THAT THE OPERATION OF THE
PROGRAM WILL BE UNINTERRUPTED OR ERROR-FREE OR THAT DEFECTS IN THE PROGRAM
WILL BE CORRECTED. THE DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART
OF THE LICENSE TO USE THE PROGRAM AND NO USE OF THE PROGRAM IS AUTHORIZED
EXCEPT UNDER THE DISCLAIMER.  ALSO SOME JURISDICTIONS DO NOT ALLOW THE
EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THAT
EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.  See the GNU General Public
License Version 2 for more details.

You should have received a copy of the GNU General Public License Version 2
along with this program; if not write to the Free Software Foundation 59
Temple Place Suite 330 Boston MA 02111-1307 USA.
*/

#include 
#include 
#include 
#include 

typedef DWORD HUSER;
typedef DWORD HSAM;
typedef DWORD HDOMAIN;
typedef DWORD HUSER;

typedef struct _sam_user_info 
{
    DWORD rid;
    LSA_UNICODE_STRING name;
} SAM_USER_INFO;

typedef struct _sam_user_enum 
{
    DWORD count;
    SAM_USER_INFO *users;
} SAM_USER_ENUM;

#define SAM_USER_INFO_PASSWORD_OWFS 0x12


// Samsrv functions
typedef NTSTATUS (WINAPI *SamIConnectFunc) (DWORD HSAM* DWORD DWORD);
typedef NTSTATUS (WINAPI *SamrOpenDomainFunc) (HSAM DWORD dwAccess PSID HDOMAIN*);
typedef NTSTATUS (WINAPI *SamrOpenUserFunc) (HDOMAIN DWORD dwAccess DWORD HUSER*);
typedef NTSTATUS (WINAPI *Sa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-07-02 16:11  黑客必备工具集合\
     文件         222  2005-07-17 10:32  黑客必备工具集合\1.bat
     文件         168  2005-07-17 10:31  黑客必备工具集合\2.bat
     文件       18944  2006-05-14 11:59  黑客必备工具集合\3389.exe
     文件      165888  2005-07-17 09:35  黑客必备工具集合\3389gai.exe
     文件      394240  2006-08-27 07:58  黑客必备工具集合\All In One.exe
     文件        4609  2007-02-05 18:24  黑客必备工具集合\All In One.txt
     文件     2767578  2006-05-14 12:17  黑客必备工具集合\ARPSNIFFER.rar
     文件        7480  2006-05-14 11:59  黑客必备工具集合\asock5.exe
     文件        2776  2003-08-19 20:08  黑客必备工具集合\AutoLogon.exe
     目录           0  2011-07-02 16:11  黑客必备工具集合\ByPassFireWall\
     文件       10752  2003-02-28 14:51  黑客必备工具集合\ByPassFireWall\Ie.dll
     文件       29868  2003-02-28 20:47  黑客必备工具集合\ByPassFireWall\Inject.exe
     文件        1112  2006-06-21 13:54  黑客必备工具集合\ByPassFireWall\read.txt
     文件       27035  2006-06-21 18:51  黑客必备工具集合\C3389免杀.rar
     文件       17156  2002-09-20 06:34  黑客必备工具集合\CandyProxy.exe
     目录           0  2011-07-02 16:11  黑客必备工具集合\ca_cca\
     文件        8704  2002-04-30 12:33  黑客必备工具集合\ca_cca\CA.exe
     文件        9728  2001-05-29 19:12  黑客必备工具集合\ca_cca\CCA.exe
     文件         605  2006-06-21 18:10  黑客必备工具集合\ca_cca\read.txt
     文件      131072  2001-02-13 17:09  黑客必备工具集合\CleanIISLog.exe
     文件       33792  2005-07-17 09:34  黑客必备工具集合\elsave.exe
     文件       28672  2006-05-14 11:59  黑客必备工具集合\encoder.exe
     文件        2720  2003-08-19 20:08  黑客必备工具集合\FILETIME.EXE
     文件       32768  2005-07-17 09:34  黑客必备工具集合\findpass.exe
     文件       32768  2006-05-14 11:59  黑客必备工具集合\FireFox.exe
     文件      184320  2003-05-24 11:28  黑客必备工具集合\FsSniffer.exe
     文件       91136  2000-08-13 09:05  黑客必备工具集合\ftp.exe
     文件         373  2004-07-28 16:06  黑客必备工具集合\get.vbs
     目录           0  2011-07-02 16:11  黑客必备工具集合\gina\
     文件       19913  2007-01-21 18:10  黑客必备工具集合\Gina-9.13.rar
............此处省略132个文件信息

评论

共有 条评论