预览模式: 普通 | 列表
夏克 你好 我们公司最近一个项目用RUBY做 不小心跑到你这里来了 所获很多 谢谢
同时关于你的局域网ARP攻击防犯我这里有用一个用JAVA写的小程序还不错 同时提供一个window下的防犯工具 如有需要我邮给你 呵呵
分类:网管中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1327
介绍了使用批处理结合process viewer和wmic、unlocker等软件来帮助查杀未知病毒的过程。

查看更多...

分类:网管中心 | 固定链接 | 评论: 0 | 引用: -1 | 查看次数: 1915

Using Rundll

A "DLL" file is a special program that never gets run. Instead, it has lots of cool utilities inside it that other programs can use. And the rundll and rundll32 programs let us run those buried utilities inside DLL files from a command line. But there is a problem. The DOS command line only passes strings (characters and words). Some DLLs functions expect specially formatted numbers, memory addresses, window handles, or object references. We will never be able to use those functions. There are other DLLs that we could use but will probably never figure out. Too bad. But that still leaves us a few cool functions we can call! 

One way to find functions that can be activated via rundll (and rundll32) is to read through the Windows SDK (Software Development Kit). Ouch! Another way is to just pick exe and dll files at random and right-click them choosing "Quick View". If you scroll down, you might come to a section labeled "Exported Functions". That's what you want, but without further info on the needed arguments, you'll be left guessing as to whether they will work. Another way to find functions is to open any Explorer window and select "View" and "Options". Select the "File Types" tab and for each item hit the "Edit" button to see if rundll is used. Very tedious. Just as bad is searching the system registry. Guaranteed they will all work, but they may not do anything you want. But that's how things are. 

Here's a collection of rundll and rundll32 command lines I've collected: 

查看更多...

分类:网管中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1434

RunDll32 的使用方法与实现原理

RunDll32 的使用方法与实现原理

http://www.blogcn.com/user8/flier_lu/index.html?id=1190096&run=.03463D0

    RunDll32.exe是Windows系统自带的一个直接执行DLL中导出函数的小工具,使用方式上与16位系统的RunDll.exe兼容,但提供32位的支持。 

查看更多...

分类:网管中心 | 固定链接 | 评论: 0 | 引用: 1 | 查看次数: 1452

OA外网设置

OA外网设置
*19.154.95.15*
255.255.255.**4
*19.154.95.158
202.102.224.68
分类:网管中心 | 固定链接 | 评论: 0 | 引用: -10 | 查看次数: 1130

从网吧的ARP欺骗看局域网的安全管理

  
从网吧的ARP欺骗看局域网的安全管理2007-06-16 02:26工具:http://www.utt.com.cn/upload/nbtscan.rar(扫描网段内ip和mac对应)

在“网吧ARP欺骗的原理及危害”一文中为大家介绍了ARP欺骗攻击的原理以及危害程度,相信各位网络管理员读者都对ARP欺骗深表痛恨,希望能够彻底的禁止该现象的发生。虽然笔者不是网吧管理员,但是也在单位负责五个机房共200台计算机。 

查看更多...

分类:网管中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1103

河南移动办公

Ruby初级教程.chm 下载

Ruby程序设计(8) -- 深入方法

本章对于方法的概念进行深入的讨论。

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: -2 | 查看次数: 6033

Ruby程序设计(7) -- 标准类型

标准类型支持。

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: -30 | 查看次数: 7715

Ruby程序设计(6) -- 容器、块、迭代器

本章介绍这几个概念。

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3453

Ruby程序设计(5) -- 类、对象和变量

本章着重介绍了类与对象等概念。

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 4946

Ruby程序设计(4) -- Ruby新特性

本章大概介绍了一下ruby的使用。

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 3614

Ruby程序设计(3) -- 路线图

本书主要的内容可以分成四部分,它们相对独立,揭示了Ruby语言的各个不同方面

查看更多...

分类:文档中心 | 固定链接 | 评论: 0 | 引用: -20 | 查看次数: 4660