File: control

package info (click to toggle)
masscan 2%3A1.0.3-104-g676635d~ds0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,828 kB
  • ctags: 2,035
  • sloc: ansic: 25,097; makefile: 66; sh: 21
file content (25 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: masscan
Section: net
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~),
 libpcap-dev
Standards-Version: 3.9.6
Homepage: https://github.com/robertdavidgraham/masscan
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/masscan.git
Vcs-Git: git://anonscm.debian.org/collab-maint/masscan.git

Package: masscan
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: TCP port scanner
 MASSCAN is TCP port scanner which transmits SYN packets
 asynchronously and produces results similar to nmap,
 the most famous port scanner. Internally, it operates
 more like scanrand, unicornscan, and ZMap, using
 asynchronous transmission.
 It's a flexible utility that allows arbitrary address and
 port ranges.