- 博客(32)
- 资源 (14)
- 问答 (1)
- 收藏
- 关注
翻译 gwu文档学习
package gwuimport "github.com/icza/gowut/gwu"Package gwu implements an easy to use, platform independent Web UI Toolkit in pure Go.For documentation please visit the Gowut Wiki: https://gi
2017-09-18 16:33:35
1058
原创 Poco学习笔记
1、Poco库分为基本版,完全版和商业版。 基本版不包括SSL支持和数据库支持,但是一般的功能都具备;完全版包括SSL支持和数据库支持,编译的时候需要安装MySQL Connector C和OpenSSL;商业版其实是http://www.appinf.com/公司在Poco基础上再延伸出来的一个库,包括OSP等许多功能能,而且把需要的头文件都集成到一个目录了。 我们一般
2016-05-03 17:35:31
1376
原创 POCO 1.7.2 + VS2013 + OPENSSL + MYSQL编译
1、下载poco完全版,解压缩。2、安装openssl,安装mysql connector C(重启重启重启)。3、更改buildwin.cmd路径为openssl和mysql connector c路径,然后调用build_vs120.cmd。发现一个小bug:在编译例子的时候,pagecompiler\samples\httptimeserver目录下少几个文件,解决方法是从poc
2016-04-29 10:21:55
1601
原创 winpcap 为什么会抓到超过1500byte的包?
出现这种情况的情况一般是这样的,windows操作系统,自己用程序发送数据包,然后自己再在本机装了一个wireshark或winpcap程序抓包,发现抓到的本机发送的包中会有超过1500byte的大包,经过本人搜索谷歌,答案是Windows操作系统搞的鬼,操作系统内部有一些优化措施,这些措施是为了提高效率,然而却让本机发送的包根本再还未发送出去的时候就被winpcap抓取到了,就是说大包还没有进行
2016-01-26 08:38:18
1761
原创 Windows 7 密码锁定无法登陆问题
由于设定了密码策略,管理员账户无法登陆,一直显示锁定状态,输入正确密码也显示该账户被锁定。使用PE启动,直接删除c:\windows\system32\config\sam 和c:\windows\system32\config\system文件,重新从硬盘启动,系统会显示需要修复,修复后再次重启进入登陆界面,想一想以前装机时的密码,没准就进去了。
2016-01-07 09:22:58
2039
转载 Forward a TCP port to another IP or port using NAT with Iptables
原文地址:http://jensd.be/343/linux/forward-a-tcp-port-to-another-ip-or-port-using-nat-with-iptablesBesides using NAT for accessing the internet with multiple machines using a single IP address, there
2016-01-06 15:48:21
878
翻译 PCAP过滤器设置 (PCAP-FILTER )
NAME名称pcap-filter - packet filter syntax pcap-filter - 包过滤语法DESCRIPTION描述pcap_compile() is used to compile a string into a filter program. The resulting filter program can then be appl
2016-01-06 14:53:15
14100
原创 HTTP(s)会话劫持思路与实现
在局域网中,实现ARP劫持和DNS欺骗的方法很多,但如果要实现HTTP层等应用层的劫持就不是那么简单了,原因很简单:因为ARP劫持后实现的是以太网抓包,对于上层协议来说,这些都是碎片的不完整包,而要实现实时包重组是很难的事情,因为HTTP、FTP、SMTP、POP等协议从内容上讲没有百分百的特征。因而要在还原上层协议数据后再实现包操作、网络重放等动作就很难。 如果我们在实现劫持后
2015-12-21 17:26:10
3798
原创 WINDOWS 平台下会话重放库概览。
1、TCPREPLAY *nix平台下,功能强大,不支持Windows。2、Libcrafter *nix平台下,功能强大,不支持Windows。3、Scapy 开发语言为python,可通过py2exe转换为EXE,但在Windows 7 下需要额外安装pcapy等工具。4、PcapPlusPlus,跨平台库,实例较多,在Windows环境下开发需要安装MinGW开发平台。5、L
2015-12-21 09:40:16
1259
翻译 如何让Exe变得更小
Reducing Executable SizeA tutorial covering a variety of techniques for creating tiny executables.There are so many large and bloated applications around today that most people just assume
2015-05-25 15:19:59
826
翻译 AutoProxy 缓存
AutoProxy 缓存The WinHttpGetProxyForUrl function performs autoproxy lookup on a per-request basis for the specified URL. If multiple proxies are returned, client applications should test each prox
2015-05-14 08:41:32
546
翻译 在WinHTTP中设置WinINet 代理配置
在WinHTTP中设置WinINet 代理配置Setting Automatic Proxy on WinHTTP 5.1Applications that port from WinINet to WinHTTP may need to use the same autoproxy settings that they can retrieve under WinINet or In
2015-05-14 08:40:03
5040
翻译 不依赖于Auto-Config文件的代理发现
Discovery Without an Auto-Config FileIf a proxy auto-configuration file has not been deployed on the local network,WinHttpGetProxyForUrl cannot find a proxy server. If WinHttpGetProxyForUrl
2015-05-14 08:04:13
697
翻译 WinHTTP的AutoProxy常见问题
WinHTTP的AutoProxy常见问题Consider the following important issues when using the WinHTTP autoproxy feature.Only One Proxy Server is Currently SupportedWinHTTP does not currently support proxy confi
2015-05-14 08:03:18
5288
翻译 WinHTTP AutoProxy 函数
WinHTTP AutoProxy 函数WinHTTP implements the WPAD protocol using the WinHttpGetProxyForUrl function along with two supporting utility functions,WinHttpDetectAutoProxyConfigUrl and WinHttpGet
2015-05-14 08:01:08
2269
翻译 WinHTTP 自动代理支持
To ease the configuration of proxy settings, WinHTTP 5.1 implements the Web Proxy Auto-Discovery (WPAD) protocol, also known as autoproxy.Overview of AutoProxyApplications and components that use
2015-05-14 08:00:15
2816
翻译 WinHTTP错误信息处理
WinHTTP错误信息处理Not all WinHTTP API functions report errors in the same way.Some functions, such as WinHttpSetTimeouts, return a BOOL that indicates failure whenFALSE. If FALSE is returned, cal
2015-05-12 09:52:02
2745
翻译 WinHTTP如何处理Cookie
Cookie Handling in WinHTTPHTTP session data is passed between the client and server in the cookie header of the request or the response. The server sends cookies to the client in the Set-cookie he
2015-05-12 09:50:51
5838
翻译 Using WinHTTP as a Side-by-side Assembly
Using WinHTTP as a Side-by-side AssemblyOn Windows Server 2003, WinHTTP is implemented as a side-by-side assembly, and must be linked to as such. Note that this does not apply to Windows Vista and
2015-05-12 09:39:07
528
翻译 在WinHTTP中使用SSL
在WinHTTP中使用SSLMicrosoft Windows HTTP Services (WinHTTP) supports Secure Sockets Layer (SSL) transactions including client certificates. This topic explains concepts involved in an SSL transaction
2015-05-12 07:35:36
10474
翻译 WinHTTP中的身份认证
WinHTTP中的身份认证Microsoft Windows HTTP Services (WinHTTP) fully support the client side use of the Microsoft Passport authentication protocol. This topic provides an overview of the transactions invo
2015-05-11 14:43:54
4005
翻译 WinHTTP中的认证问题
WinHTTP中的认证问题Some HTTP servers and proxies require authentication before allowing access to resources on the Internet. The Microsoft Windows HTTP Services (WinHTTP) functions support server and pr
2015-05-11 10:10:43
3320
翻译 WinHTTP中的统一资源定位符 (URLs)
WinHTTP中的统一资源定位符 (URLs) A URL is a compact representation of the location and access method for a resource located on the Internet. Each URL consists of a scheme (HTTP, HTTPS, FTP, or Gopher) an
2015-05-11 09:04:43
925
翻译 WinHTTP中的HINTERNET句柄
WinHTTP中的HINTERNET句柄Microsoft Windows HTTP Services (WinHTTP) uses handles to keep track of settings and information required when using the HTTP protocol. Each handle maintains information pertin
2015-05-11 07:46:32
2723
翻译 WinHTTP 会话概览
WinHTTP 会话概览The Microsoft Windows HTTP Services (WinHTTP) exposes a set of C/C++ functions that enable your application to access HTTP resources on the Web. This topic provides an overview of ho
2015-05-09 08:47:27
968
翻译 MFC对话框自动调整(Automatic Dialog Resizing) -- 翻译 Dmitry Kochin
Every GUI developer uses dialogs. Sometimes, dialogs should support resizing to make the user's life easier. To create a resizable dialog, you just need to handle a WM_SIZE message and resize/move chi
2015-04-27 08:36:50
1483
原创 在SYSTEM权限下创建用户进程方法
1、runas,优点系统自带,缺点要交互。2、lsrunas ,可以一次完成。3、nircmd,功能丰富强大,缺点有时会被杀软查杀。4、计划任务schtasks,优点系统自带。5、psexec,新版本会蹦框提示,需要先运行命令加入注册表或运行时加-accepteula选项。......
2015-04-06 10:42:48
704
原创 如何在Windows平台下学习Poco自带例程
装好Poco后你会发现Poco自带了很多代表性的例程,通过阅读和调试这些例程可以让我们快速学习和了解Poco库,可是有时你会发现你的VS不能直接编译这些工程,其实Poco自带了一个CMake工具,可以帮你生成对应VS版本的.sln文件,使用方法是首先下载安装CMAKE工具,目前最新版本是3.2.1,下载地址如下:http://www.cmake.org/download/,安装完成后注销,然后登陆
2015-04-06 10:27:48
656
原创 OpenSSL 1.0.2a的一点小bug
我们知道OPENSSL在Windows下的一般编译步骤是:1、下载openssl代码,以管理员运行Winrar解压缩,安装ActivePerl。2、然后打开VS2008 Command Shell,运行命令:perl Configure VC-WIN32,ms\do_ms,ms\do_nt,ms\do_ntdll,然而OpenSSL 1.0.2a直接运行ms\do_ms,ms\do_nt,
2015-03-31 16:38:10
643
原创 POCO 1.6+VS2008+MySql+OpenSSL安装过程
1、首先安装VS2008,安装过程参见前文。2、在pocoject上下载1.6 windows 完全版,http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.zip,本地解压缩。3、下载OpenSSL安装包,由于POCO默认是32位的,所以此时不管你的操作系统是32位还是64位,下载OpenSSL的32位版本,另外虽说OpenS
2015-03-25 16:38:05
1883
原创 WINDOWS 7 VS2008安装方法
1、下载60天试用版并安装,MSDN一并安装http://download.microsoft.com/download/d/8/9/d89c9839-ac45-4a6c-b25f-2f60b190e356/VS2008TeamSuiteENU90DayTrialX1429235.iso2、下载VS2008 SP1补丁包VS2008SP1ENUX1512962.iso3、下载激活补
2015-03-25 11:15:53
531
原创 程序过UAC方法
假设程序在第一次运行时具有管理员权限。一、暴力方法1 UAC注册表位置HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System ConsentPromptBehaviorAdmin 0EnableLUA 0PromptOnSecureDesktop 02 改完后安全中心会报
2014-02-05 11:21:12
1025
脱离python的exe版本sqlmap
2018-07-21
Network Programming for Microsoft Windows 2nd
2013-06-20
[itpub.net]microsoft - programming microsoft .net.part4.rar
2013-06-20
microsoft - programming microsoft .net.part3.rar
2013-06-20
vista 注册表读取 RegOpenKeyEx
2014-02-04
TA创建的收藏夹 TA关注的收藏夹
TA关注的人