会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
杀死比特
不经一番寒彻骨,怎得梅花扑鼻香~
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2015年5月23日
vc 自删除
摘要: // delself.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include BOOL SelfDelete(){ char szFile[MAX_PATH], szCmd[MAX_PATH]; if((GetModuleFileName...
阅读全文
posted @ 2015-05-23 15:44 杀死比特
阅读(248)
评论(0)
推荐(0)
2015年5月21日
8086汇编 第一课题思考
摘要: mov ax,001AH ax = 001AH; 将1AH 移动到ax中,值为001AH,ax为16位通用寄存器。所以得到的值为001AHmov bx,0026H bx = 0026H; 将0026H 移动到BX中,BX为16位通用寄存器。add al,bl al = 0040H BL = 0026...
阅读全文
posted @ 2015-05-21 23:34 杀死比特
阅读(273)
评论(0)
推荐(0)
内网批量测试登录机器工具,并且dir 目标机器c盘
摘要: // Ipc.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include struct ThreadParameter{ //结构体,传参 char Filename[MAX_PATH]; char szusername[M...
阅读全文
posted @ 2015-05-21 11:40 杀死比特
阅读(821)
评论(1)
推荐(0)
2015年5月17日
CreateThread创建线程传递结构体参数
摘要: #include "stdafx.h"#include #include #include struct ThreadParameter{ char user[20]; char name[20];};DWORD WINAPI ThreadFunction (LPVOID pParam)...
阅读全文
posted @ 2015-05-17 20:26 杀死比特
阅读(1672)
评论(0)
推荐(0)
2015年5月9日
Jboss remote getshell (JMXInvokerServlet) vc版
摘要: #include "stdafx.h"#include #include #include #include #pragma comment (lib,"Winhttp.lib")char shell_invoke[] = ( "\xac\xed\x00\x05\x73\x72\x00\x2...
阅读全文
posted @ 2015-05-09 12:11 杀死比特
阅读(2569)
评论(2)
推荐(0)
2015年3月22日
JBOSS invoker GETSHELL(PHP版)
摘要: = 0x20 && $i $line) { echo sprintf('%6X',$offset).' : '.implode(' ', str_split($line,2)) . ' [' . $chars[$i] . ']' . $newline; $offse...
阅读全文
posted @ 2015-03-22 13:28 杀死比特
阅读(767)
评论(0)
推荐(0)
windows DPAPI加密解密学习
摘要: #include "stdafx.h"#include #include #include #include #include #pragma comment(lib,"crypt32.lib")using namespace std;void MyhandlError(char *s){ fpri...
阅读全文
posted @ 2015-03-22 12:57 杀死比特
阅读(1729)
评论(0)
推荐(0)
2015年3月21日
获取本机MSSQL保存凭证
摘要: 首先要感谢哥们对我的指点,多谢。当我们遇到类似情况下,如何获取保存在MSSQL工具里的凭证呢?//如果对方连接地址后面加了IP\sqlexpress 连接的时候你也记得加上,不然即使密码正确,也会说登录失败。通过和哥们讨论研究分析以及查找资料,知道了密码存放的地方:C:\Users\Administ...
阅读全文
posted @ 2015-03-21 17:56 杀死比特
阅读(1087)
评论(0)
推荐(0)
2015年3月11日
VC 解密OUTLOOK pop3保存注册表密码
摘要: #include "stdafx.h"#include #include #include #include using namespace std;#pragma comment(lib, "crypt32.lib") WINCRYPT32API BOOL WINAP...
阅读全文
posted @ 2015-03-11 17:56 杀死比特
阅读(577)
评论(0)
推荐(0)
2015年3月7日
C#加密解密DES字符串<转>
摘要: using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace Component{ public clas...
阅读全文
posted @ 2015-03-07 17:19 杀死比特
阅读(484)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告