搜索资源列表
一个简单的端口扫描程序题.rar
- 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描。
一个简单的端口扫描程序
- TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描-TCP connect () scan, TCP SYN scanning TCP FIN scan
端口可分为3大类
- 端口基础常识大全 端口可分为3大类: 1) 公认端口(Well Known Ports):从0到1023,它们紧密绑定于一些服务。通常这些端口的通讯明确表明了某种服务的协议。例如:80端口实际上总是HTTP通讯。 2) 注册端口(Registered Ports):从1024到49151。它们松散地绑定于一些服务。也就是说有许多服务绑定于这些端口,这些端口同样用于许多其它目的。例如:许多系统处理动态端口从1024左右开始。 3) 动态和/或私有端口(Dynamic and/or Private
端口扫描检测程序
- * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket * followed test objectives mainframe connectivity ports in order to judge whether to open po
端口扫描器源代码
- 端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,这些扫描能够实现扫描特定IP地址范围内端口和扫描某IP地址范围内全部主机特定端口两种模式,并且SYN扫描能够区分端口开放、端口关闭和被防火墙过滤三种状态。,Port scanner. The scanner realized: TCP Connect Scan, TCP SYN Scan, TCP Fin Scan, TCP ACK scan and UDP p
scanport
- 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描-Port scanning technique commonly used there are many, such as the TCP connect
Basedomulti-threadedTCPportscanwiththeapplication.
- 基于多线程TCP端口扫描的实现与应用 tcp syn-Based on multi-threaded TCP port scan with the application.
GuiWakeOnLanPrj-v1.1
- 是一个基于JPCAP的JAVA管理程序,同时还包括了一部分SNMP的功能,包括PING,端口扫描,SNIFFER等!-This software need a Java virtual machine installed on your computer. The minimal version needed is 5. In order to download a Java VM you can go to http://java.sun.com. I
portscan
- 实现一个扫描器,必须能够完成以下所有功能:使用TCP connect、TCP SYN和TCP FIN进行端口扫描,使用ICMP echo扫描实现IP扫描。并把扫描得到的结果记录下来-To achieve a scanner, you must be able to complete all of the following features: the use of TCP connect, TCP SYN and TCP FIN to conduct port scanning, the use
TCPscanport
- TCP connect进行端口扫描的小程序~ -Port Scanner with TCP connect
PortScanMachine
- 简单的端口扫描器。 本扫描器实现了:TCP Connect 扫描,TCP SYN扫描,TCP Fin扫描,TCP ACK扫描及UDP端口扫描,而且这些扫描能够实现扫描特定IP地址范围内端口。-A simple port scanner. The scanner achieved: TCP Connect Scan, TCP SYN scans, TCP Fin Scan, TCP ACK scan and UDP port scanning, and these scans can be ach
seekport
- 用C写的端口扫描程序,(控制台下的) TCP扫描 -Written in C port scanner, (under console)
端口扫描
- 为方便获得某服务器开放的端口,使用它扫描指定的端口范围,列出返回值。(To facilitate access to a server open port,Scans the specified port range, listing the return value.)
TCPUDP端口扫描器的设计
- 可以实现TCP UDP的端口扫描,功能比较简单易用(TCP UDP port scan can be achieved)
TCPfirewall-master
- TCPfirewall TCP入侵检测系统,检测端口扫描、Dos攻击、爬虫联动iptables进行防御 1.基于tcp的请求频率 2.tcp的flag标志位,SYN\FIN\NULL包的比例 3. 未开放端口的请求比例 需要安装的库python-iptables\MySQLdb\scapy(TCPfirewall python-iptables\MySQLdb\scapy)
002-2
- TCP端口扫描器,用于扫描本机开放端口,MFC CSOCET(TCP SCANNER,use for port scanning,visual interface,MFC software.)
TCP端口扫描程序
- TCP端口扫描,内附源代码,欢迎下载,socket(TCP port scanning, internal source code, welcome to download, socket)
端口扫描
- 端口扫描能够用来查找目标主机已开放的端口,包括TCP和UDP端口。当前针对TCP端口的扫描技术有三种,分别为:全连接扫描,SYN扫描和FIN扫描。针对UDP端口的扫描技术一般是采用ICMP报文中端口不可达的信息来识别UDP端口是否开放。(Port scans can be used to find ports that have been opened by the target host, including TCP and UDP ports. There are three kinds o
TCP-PortScanner
- python实现端口扫描,基于TCP链接。(Python implementation port scan)