自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (2)
  • 收藏
  • 关注

原创 locate password in windows 2000

//#include #include #include #include #include "afx.h"typedef struct _UNICODE_STRING { USHORT Length; USHORT MaximumLength; PWSTR Buffer; } UNICODE_STRING, *PUNICODE_STRING; // Undocumented typedef

2006-01-31 23:19:00 1164

原创 get the password from ipclient program

// IPClient.cpp : Defines the entry point for the console application.//////////////////////////////////////////////////////////////////////// code by xHydra,in GLIET. //// email: [email protected] /////

2006-01-31 23:19:00 1261

原创 anti windows sfc mechanism

these codz can remove the windows sfc mechanism, they may play a good role in back door or trojan horse. but, pls dont use them in this way, hohoo...#include #include "Windows.h"#include "Tlhelp32.h"

2006-01-31 23:14:00 1535

原创 move running files in windows

first of all, you must remove the windows sfc mechanism if the files belong to system.#include BOOL del_file_func(char *szFileToDel){char cTempFileName[0x80];char cTempPathName[0x100];char cFileName[0

2006-01-31 23:14:00 958

原创 forward: Kernel Mode Sockets Library

创建时间:2006-01-13 更新时间:2006-01-16文章属性:转载文章提交:KiSSinGGer (kyller_clemens_at_hotmail.com)Kernel mode sockets library for the masses@ :: deep article :: Dec 31 2005, 02:27 (UTC+0) valerino writes: Kernel m

2006-01-31 23:12:00 1021

原创 md5 encrypt arithmetic source code

/* Constants for MD5Transform routine. */#define S11 7#define S12 12#define S13 17#define S14 22#define S21 5#define S22 9#define S23 14#define S24 20#define S31 4#define S32 11#define S33 16#define S

2006-01-31 23:11:00 1267

原创 rsa encrypt and decrypt arithmetic source code

#include "rsaeuro.h"#include "r_random.h"#include "rsa.h"#include "nn.h"static int rsapublicfunc PROTO_LIST((unsigned char *, unsigned int *, unsigned char *, unsigned int, R_RSA_PUBLIC_KEY *));static

2006-01-31 23:10:00 2971

原创 des encrypt and decrypt arithmetic source code

static UINT2 bytebit[8] = {0200, 0100, 040, 020, 010, 04, 02, 01};static UINT4 bigbyte[24] = {0x800000L, 0x400000L, 0x200000L, 0x100000L,0x80000L, 0x40000L, 0x20000L, 0x10000L,0x8000L, 0x4000L, 0x2000

2006-01-31 23:08:00 2038

原创 http tunnel(for penetrating firewall)

the http tunnel technology:1. pack all data with http header at the send endpoint;2. unpack the packet, distill the original data(just need to remove the http header info) at the receive endpoint;impl

2006-01-31 23:07:00 1065

原创 design of hacker shell v2.0

the main frame as following:1. infect windows system pe format file for the auto start function.2. use UDP protocol to accept the remote command.note: connectionless, no port is listening.3. compile a

2006-01-31 23:06:00 921

UPX文件压缩工具

PE文件(EXE/DLL等)压缩、解压缩工具。

2014-04-07

git-credential-winstore.exe

解决windows中使用git工具,不能输入用户名和密码的问题。原理是使用windows的“凭据管理器”。

2014-04-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除