<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>中国白客联盟 - 各类源码（Various types of source）</title>
    <link>http://www.chinabaiker.com/forum-58-1.html</link>
    <description>Latest 20 threads of 各类源码（Various types of source）</description>
    <copyright>Copyright(C) 中国白客联盟</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 09:55:52 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.chinabaiker.com/static/image/common/logo_88_31.gif</url>
      <title>中国白客联盟</title>
      <link>http://www.chinabaiker.com/</link>
    </image>
    <item>
      <title>无需密码攻击 Microsoft SQL Server</title>
      <link>http://www.chinabaiker.com/thread-2469-1-1.html</link>
      <description><![CDATA[最近的一次渗透测试里，在我们捕获的一些数据包中发现了一些未经加密的 Microsoft SQL Server(MSSQL) 流量。起初，我们认为这样就可以直接嗅探到认证凭证，然而，MSSQL 加密了认证的流量，这就意味着我们需要先解密才能获取到认证凭证。如果安装的是一个自签名证书，就 ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>Jumbo</author>
      <pubDate>Fri, 19 Feb 2016 02:24:15 +0000</pubDate>
    </item>
    <item>
      <title>安卓微信/手机QQ自动抢红包源码分享</title>
      <link>http://www.chinabaiker.com/thread-2449-1-1.html</link>
      <description><![CDATA[看雪上瞅见的: 
http://bbs.pediy.com/showthread.php?t=207511 

功能： 

1、支持微信、QQ自动抢红包 

2、支持手机待机下自动抢红包 

3、优化代码，抢红包更快、更稳 

源码: 

https://github.com/WooyunDota/QiangHongBao]]></description>
      <category>各类源码（Various types of source）</category>
      <author>Jumbo</author>
      <pubDate>Fri, 29 Jan 2016 16:04:39 +0000</pubDate>
    </item>
    <item>
      <title>翻墙工具包V2Ray</title>
      <link>http://www.chinabaiker.com/thread-2258-1-1.html</link>
      <description><![CDATA[V2Ray 是一个翻墙工具包，用于简化和复用其它翻墙工具，加速二次开发。“V2”来源于 V2 火箭，Ray 即射线，意指新一代的翻墙工具。主要特点
[*]多对多服务器支持，负载均衡
[*]支持多用户
[*]开放协议支持，兼容 ShadowSocks 和 GoAgent
概要设计链接联系方式公开的 ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Mon, 14 Sep 2015 15:03:30 +0000</pubDate>
    </item>
    <item>
      <title>姓名字典自动生成工具（多种规则批量生成）</title>
      <link>http://www.chinabaiker.com/thread-2202-1-1.html</link>
      <description><![CDATA[java版的. 
主要生成的格式如下: 
支持多行姓名批量生成 

软件下载地址: 
**** 本内容被作者隐藏 ****


没有你的规则?没关系,下面是源码,自己改改就有了.. 

源码: 
HuoQuPinYin.java 


ZiDian.java 
项目附带jar包下载地址: 
链接：http://share.we ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Fri, 21 Aug 2015 10:32:30 +0000</pubDate>
    </item>
    <item>
      <title>Hatchet VS2005完整源码</title>
      <link>http://www.chinabaiker.com/thread-1977-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Mon, 01 Jun 2015 03:06:32 +0000</pubDate>
    </item>
    <item>
      <title>御剑源代码</title>
      <link>http://www.chinabaiker.com/thread-1948-1-1.html</link>
      <description><![CDATA[发布的是1.5]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Tue, 12 May 2015 10:53:37 +0000</pubDate>
    </item>
    <item>
      <title>【网站优化】连通率通链的重要性及解决方法（百度站长）</title>
      <link>http://www.chinabaiker.com/thread-1895-1-1.html</link>
      <description><![CDATA[（darker/chinabaiker）原来我曾提出过通链的概念，跟各位站长分享了网站链接联通的重要性，因为百度蜘蛛的抓取方法所以让网站链接的连通性变得重要，一个网站内链的连通性关系到网站优化是否能够做的好，到时只是浅显的说了下，因为自己到时不是很懂，只是在实践 ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Wed, 08 Apr 2015 15:43:46 +0000</pubDate>
    </item>
    <item>
      <title>【代码分享】让普通图片变得酷炫的代码（darker）</title>
      <link>http://www.chinabaiker.com/thread-1894-1-1.html</link>
      <description><![CDATA[啦啦啦，代码分享，我们时常在别人网站看到人家图片很炫，但仔细观察却又不是通过gif或者Flash展现的，，今天在易梦看到了通过JS来实现图片炫起来的方法，以下是代码，是两种方法哦。



 function show(){
 var imgid=document.getElementById(\&quot;imgid\&quot;);
 if(img ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Wed, 08 Apr 2015 15:39:35 +0000</pubDate>
    </item>
    <item>
      <title>【新站如何让百度快速收录】</title>
      <link>http://www.chinabaiker.com/thread-1867-1-1.html</link>
      <description><![CDATA[玩着玩着就想自己建个站，建站容易，优化不易，维护不易，且玩且珍惜，白盟是你们温暖的港湾，

自己刚建了个网站，内容什么的也填满了，各方面自己觉得都没有问题，外链也做了很多，但是百度却没有收录自己的网站，很多新站长会为这样的事情苦恼，在百度URL提交平台 ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Thu, 26 Mar 2015 14:19:36 +0000</pubDate>
    </item>
    <item>
      <title>【代码分享】企业QQ右侧代码（普通QQ可用）</title>
      <link>http://www.chinabaiker.com/thread-1856-1-1.html</link>
      <description><![CDATA[在线客服QQ代码【企业效果版】
废话不多说，下面直接把代码给大家，复制到自己网站的代码页脚什么的地方都可以 

 
上面蓝色划线部分是可以修改的！  
948433268修改成你要添加的QQ即可修改数据和代码还可以到这个网址：http://tool.oschina.net/encode?type=2 （ ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Sun, 15 Mar 2015 13:01:51 +0000</pubDate>
    </item>
    <item>
      <title>分享几个游戏源码+客户端</title>
      <link>http://www.chinabaiker.com/thread-1855-1-1.html</link>
      <description><![CDATA[请点击回复下载**** 本内容被作者隐藏 ****]]></description>
      <category>各类源码（Various types of source）</category>
      <author>Object</author>
      <pubDate>Sun, 15 Mar 2015 10:04:42 +0000</pubDate>
    </item>
    <item>
      <title>【源码版块】我大源码版块竟然木有人发帖</title>
      <link>http://www.chinabaiker.com/thread-1853-1-1.html</link>
      <description><![CDATA[都粗来分享点好东西呗，发帖有奖励！求各种精彩源码！欢迎投稿！]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Sat, 14 Mar 2015 14:25:31 +0000</pubDate>
    </item>
    <item>
      <title>分享个高仿QQ旋风的网站源码</title>
      <link>http://www.chinabaiker.com/thread-1752-1-1.html</link>
      <description><![CDATA[预览地址：www.w0ai1uo.org

回复下载


**** 本内容被作者隐藏 ****]]></description>
      <category>各类源码（Various types of source）</category>
      <author>w0ai1uo\'</author>
      <pubDate>Sat, 06 Dec 2014 17:01:40 +0000</pubDate>
    </item>
    <item>
      <title>【源码版块】欢迎各位大牛贡献！小奖励、</title>
      <link>http://www.chinabaiker.com/thread-1741-1-1.html</link>
      <description><![CDATA[欢迎各位大牛在此分享贡献自己喜欢的网站源码，关键词源码，技术源码，3Q，优秀立马加精！赠送小奖励！]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Wed, 26 Nov 2014 03:07:59 +0000</pubDate>
    </item>
    <item>
      <title>在网站加入地图，百度地图。</title>
      <link>http://www.chinabaiker.com/thread-1709-1-1.html</link>
      <description><![CDATA[最近发现很多网站在网站底部加入了百度地图，有些站长跑来问我应该怎么弄，下面方法！！！一、打开地图生成器这个地址不好找，建议大家添加到收藏夹，百度地图生成器  http://dev.baidu.com/wiki/static/map/API/tool/creatMap/ 二、创建地图1.定位中心点，默认为北京， ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Thu, 23 Oct 2014 09:10:04 +0000</pubDate>
    </item>
    <item>
      <title>java socket反连shell的源码</title>
      <link>http://www.chinabaiker.com/thread-1649-1-1.html</link>
      <description><![CDATA[根据你的需求修改端口、ip、还有反弹的shell 如 windows  cmd.exe]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Sun, 21 Sep 2014 13:04:16 +0000</pubDate>
    </item>
    <item>
      <title>泛站群代码</title>
      <link>http://www.chinabaiker.com/thread-1549-1-1.html</link>
      <description><![CDATA[从某SHELL上看到的，分享下]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Sun, 10 Aug 2014 14:11:18 +0000</pubDate>
    </item>
    <item>
      <title>somd5网站源码。免费放出</title>
      <link>http://www.chinabaiker.com/thread-1529-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>各类源码（Various types of source）</category>
      <author>指尖上的旋律</author>
      <pubDate>Thu, 31 Jul 2014 07:01:54 +0000</pubDate>
    </item>
    <item>
      <title>网站》浅谈网站seo，收录、权重、指数等①</title>
      <link>http://www.chinabaiker.com/thread-1330-1-1.html</link>
      <description><![CDATA[网站》浅谈网站seo，收录、权重、指数等①    现在只要是玩网络的，谁都有一个网站!不要以为我是瞎说的，域名+空间+访问=这就可以构成一个网站了，很简单的比如我们的QQ空间咯。如何提高网站的知名度，网站的排名等这些都是有一定技巧的。废话不多说，我们简单谈谈！ ...]]></description>
      <category>各类源码（Various types of source）</category>
      <author>darker</author>
      <pubDate>Mon, 24 Feb 2014 05:57:42 +0000</pubDate>
    </item>
    <item>
      <title>共享淘宝开店模板</title>
      <link>http://www.chinabaiker.com/thread-1267-1-1.html</link>
      <description><![CDATA[点我下载]]></description>
      <category>各类源码（Various types of source）</category>
      <author>admin</author>
      <pubDate>Mon, 10 Feb 2014 03:57:32 +0000</pubDate>
    </item>
  </channel>
</rss>