File: control

package info (click to toggle)
doscan 0.3.3-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 692 kB
  • sloc: cpp: 4,655; sh: 3,040; ansic: 811; perl: 115; makefile: 108
file content (24 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: doscan
Section: net
Priority: optional
Maintainer: Florian Weimer <fw@deneb.enyo.de>
Build-Depends: debhelper (>= 7.0.50),
 libpcre3-dev,
 dh-autoreconf,
 autotools-dev,
 quilt
Standards-Version: 3.6.1
Homepage: http://www.enyo.de/fw/software/doscan/

Package: doscan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: port scanner for discovering services on large networks
 doscan is a tool to discover TCP services on your network. It is
 designed for scanning a single ports on a large network.  doscan
 contacts many hosts in parallel, using standard TCP sockets provided
 by the operating system.  It is possible to send strings to remote
 hosts, and collect the banners they return.
 .
 There are better tools for scanning many ports on a small set of
 hosts, for example nmap.