port-scan

所属分类:扫描程序
开发工具:Visual C++
文件大小:19KB
下载次数:169
上传日期:2007-08-14 11:36:25
上 传 者xyq182811
说明:  端口扫描器C语言源代码,初学者可以参考一下
(Port scanner C language source code for reference for beginners)

文件列表:
port-scan\error.c (2287, 1995-04-04)
port-scan\find_addr.c (1141, 1995-04-04)
port-scan\lib.h (831, 1995-02-14)
port-scan\LICENSE (695, 2002-04-04)
port-scan\Makefile (924, 2002-04-04)
port-scan\mallocs.c (737, 1995-04-04)
port-scan\non_blocking.c (490, 1995-04-04)
port-scan\open_limit.c (508, 1995-08-14)
port-scan\print_data.c (588, 1995-04-04)
port-scan\ring.c (981, 1995-04-04)
port-scan\strerror.c (344, 1995-04-09)
port-scan\tcp_scan.1 (3330, 1997-08-20)
port-scan\tcp_scan.c (14725, 1997-08-20)
port-scan\udp_scan.c (15735, 1997-08-20)
port-scan\黑客基地hackbase.htm (6849, 2005-07-15)
port-scan (0, 2005-07-15)

tcp_scan and udp_scan are tools to scan a host for available network services (for example, to see if your packet filter does its job). You can scan specific services or ranges of ports. In order to speed up the process, the tools probe a bunch of network ports in parallel. The programs work with SunOS 4.1.3, SunOS 5.3 (Solaris 2.3) and probably with anything that looks like 4.3+ BSD or System V.4. There is one catch, though: the programs use raw ICMP sockets, so they need to be run with root privilege. Raw ICMP sockets are used to work around common shortcomings in BSD (75-second timeout on a non-blocking TCP connect() to an unreachable host) and in SYSV (a connected UDP socket does not pass delivery errors back to the application). Warning: these programs will raise lots of alarms on sites that run my tcp wrapper or that do any other kind of network monitoring. Use the programs only with prior permission from the affected sites. Wietse Venema

近期下载者

相关文件


收藏者