port-scan

所属分类:扫描程序
开发工具:Visual C++
文件大小:17KB
下载次数:35
上传日期:2005-10-25 10:04:49
上 传 者catking668
说明:  一个用C写的端口打描程序,比较简单,适合新手学习.喜欢的朋友拿去
(write a C port fight depiction procedures are relatively simple, suitable for novice to learn. Friends like to thank the line )

文件列表:
error.c (2287, 1995-04-04)
find_addr.c (1141, 1995-04-04)
lib.h (831, 1995-02-14)
LICENSE (695, 2002-04-04)
Makefile (924, 2002-04-04)
mallocs.c (737, 1995-04-04)
non_blocking.c (490, 1995-04-04)
open_limit.c (508, 1995-08-14)
print_data.c (588, 1995-04-04)
ring.c (981, 1995-04-04)
strerror.c (344, 1995-04-09)
tcp_scan.1 (3330, 1997-08-20)
tcp_scan.c (14725, 1997-08-20)
udp_scan.c (15735, 1997-08-20)

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

近期下载者

相关文件


收藏者