资源列表
GetPhysicalAddress
- 利用DNS类和WMI获取设备的IP地址和MAC地址-WMI classes and the use of DNS to obtain the IP address and MAC address
EnumHosts
- 对局域网内的计算机做统一扫描,获得基本信息,可以做为网络管理功能的前端。-Computer on the LAN to do uniform scan, access to basic information, can be used as the front-end network management capabilities.
VPNMain
- proxy代理程序,自己开发 -proxy agent, their development
scan
- 一个多线程简单的扫描工具,可以查看当地局域网的IP信息和每台电脑的物理地址-A multi-threaded simple scanning tool, you can view the local LAN IP information and the physical address of each computer
port-scaner
- English language TCP/IP port scanner, fast.
vbplaylist
- bagus banget ini vb6
Voice_Sniffer
- voice sniffer with Delphi
clearupjunk
- 此程序可在Visual C++环境运行。垃圾文件清理工具是通过选择磁盘目录,然后选择所要清理的文件的扩展名,程序就会自动在该磁盘的根目录下向所要子目录进行查找,当找到符合条件的文件时就对其进行删除。该垃圾文件清理工具采用线程方式进行工作,所以在进行文件清理时不会影响其他程序的运行。-This procedure can be Visual C++ environment to run. Junk file cleaning tool is by selecting the disk direct
PortScanning
- This is a port scanner program implemented in JAVA. it can scan all the ports and show which are open.
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
CPUID
- 这是一个产看CPUID的小程序方便辨别CPU的真伪
PortScan
- 采用C++编程,端口扫描程序。简单易懂。