Port details |
- doscan Tool to quickly scan your network for machines listening on a TCP port
- 0.3.3_1 security
=1 0.3.3_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan
This port expired on: 2022-03-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-09-25 11:21:25
- Last Update: 2022-03-31 20:31:14
- Commit Hash: 97cf09b
- People watching this port, also watch:: munin-node, sa-stats, rundeck, mailutils, monit
- Also Listed In: net
- License: GPLv2+
- WWW:
- https://www.enyo.de/fw/software/doscan/
- Description:
- Doscan is a tool to quickly scan your network for machines listening on a
TCP port, opening thousands of TCP connections in parallel.
Features
High scanning rate: five to ten minutes per 100,000 addresses (which
are sparsely populated with hosts), with rather conservative timeouts.
Load distribution: doscan scans the addresses in a seemingly random
order. If your scan host is connected to a central router, this ensures
that the load is distributed across your network, and you are
stress-testing just a single router, and not your edge devices.
Low memory consumption: memory usage is proportional to the number
of hosts which have responded so far, and to the number of parallel
connections. The total number of addresses does not influence memory usage
in any way.
Can collect responses: doscan optionally records data which is sent
by the hosts which are being scanned. You can even specify a regular
expression to extract part of a server banner, and a message to send to
trigger a response (great for determining HTTP server versions).
Extensibility: It is possible to add special handlers for TCP-based
protocols, using a straightforward interface.
It supports scanning the vulnerable Microsoft DCOM implementation.
WWW: https://www.enyo.de/fw/software/doscan/
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: doscan
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (doscan-0.3.3.tar.gz) = ae8f1f0669ff8cb168914dc5a855e4c132a272d82d4161d3b146af04e47a686f
SIZE (doscan-0.3.3.tar.gz) = 133457
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for doscan-0.3.3_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_doscan
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.3_1 31 Mar 2022 20:31:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018
2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in
2013
2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please
consider using security/afl++ instead
2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache
includes mod_sed
2022-03-31 www/myfaces: Unsupported by upstream, released in 2005
2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0)
2022-03-31 security/base: Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
2022-03-31 security/find-zlib: Deprecated, no longer relevant
2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012
and listed as alpha quality by upstream
2022-03-31 security/shimmer: Abandonware, last release in 2008
2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release
was back in 2007
2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web
site
2022-03-31 security/sha: Obsolete, we have tools in base (Only the first 15 lines of the commit message are shown above ) |
0.3.3_1 24 Nov 2021 13:50:00 |
Daniel Engberg (diizzy) |
security/*: Deprecate and mark ports BROKEN that are dead upstream and/or
abandonware
security/afl - Migrate to security/afl++
security/amap - Abandoned upstream, last release 10+ years ago
security/amavis-stats - Upstream is dead and last release was back in 2005
security/arirang - Abandoned (website also refers to Ruby 1.9) and a 9+ year
old webserver security scanner isn't useful today
security/axTLS - Very outdated and abandoned, current version in tree was
released in 2013 and last by upstream in 2019
security/base - Broken with PHP 7+, forked here
https://github.com/NathanGibbs3/BASE/
security/bruteforceblocker - Abandonware, please consider using
security/sshguard
security/cfs - Deprecated upstream, reference:
https://www.bayofrum.net/cgi-bin/fossil/cfs/index
security/cisco-torch - Unfetchable, dead upstream
security/cp2fwb - Used with deprecated software Firewall Builder
security/dcetest - Targets deprecated protocol by Microsoft in favour of .NET
security/doscan - Abandonware, last release in 2014. Please consider using
security/masscan or sysutils/pnscan
security/find-zlib - Deprecated, no longer relevant (Only the first 15 lines of the commit message are shown above ) |
0.3.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.3_1 27 Jun 2020 09:35:06 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.3.3_1 28 Aug 2018 12:43:27 |
tobik |
security/doscan: Fix build with Clang 6
src/event_queue.cc:161:43: error: invalid operands to binary expression
('basic_ostream<char, std::__1::char_traits<char> >' and
'std::__1::ostream'
(aka 'basic_ostream<char>'))
std::cerr << "No handlers installed." << std::cerr;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/doscan-0.3.3_1.log
- Make sure the build respects CXXFLAGS |
0.3.3_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.3.3_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.3_1 03 Mar 2016 16:21:18 |
amdmi3 |
- Silence patching and stripping
- Switch to options helpers
- Regenerate patches with `make makepatch` |
0.3.3_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.3.3_1 09 Mar 2015 00:58:42 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary |
0.3.3 02 Jan 2015 17:13:00 |
adamw |
Update to 0.3.3. Add LICENSE.
While here, remove a FreeBSD 4 patch that hasn't been used in 7 years. |
0.3.1_3 08 Jul 2014 11:47:14 |
pawel |
- Fix build with clang (add missing inlcudes in few files)
- Add staging support
- Convert to new LIB_DEPENDS format, options framework
- Fix spelling mistakes, remove old maintainer contact from pkg-descr
MFH: 2014Q3 |
0.3.1_3 04 Jul 2014 12:46:11 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.3.1_3 26 May 2014 12:50:41 |
miwi |
- Convert gmake, bzip2 to USES
Approved by: portmgr |
0.3.1_3 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.3.1_3 09 Jan 2013 19:50:06 |
tabthorpe |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
0.3.1_3 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.3.1_2 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
0.3.1_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.3.1_1 26 Jun 2008 13:42:31 |
gahr |
- Remove unneeded dependency on GCC 3.4 [1]
- Remove NOT_FOR_ARCH for sparc64 [1]
- Fix small typo in man page
PR: 124518 [1]
Submitted by: yours truly
Approved by: maintainer timeout |
0.3.1 04 Oct 2007 06:00:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.3.1 28 Mar 2006 15:02:41 |
ehaupt |
Update to 0.3.1
PR: 95035
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
0.2.9 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.2.9 14 Jan 2005 08:27:28 |
vs |
- Update to 0.2.9
- mark non-working on sparc64 architecture
- nuke plist while here
PR: ports/76037
Submittd by: maintainer |
0.2.6 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.2.6 23 Feb 2004 16:40:57 |
krion |
- Update to version 0.2.6
- Fix build on 4.x
PR: ports/63269
Submitted by: maintainer |
0.2.5_1 21 Feb 2004 22:19:11 |
kris |
BROKEN on 4.x: does not compile |
0.2.5_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.2.5 18 Dec 2003 12:10:02 |
arved |
Update to 0.2.5
PR: 59871
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |
0.2.3 04 Nov 2003 10:35:17 |
krion |
- Update to version 0.2.3
PR: 58916
Submitted by: maintainer |
0.1.6 25 Sep 2003 11:20:15 |
krion |
Doscan is a tool to quickly scan network for machines listening
on a TCP port. It can scan for Microsoft DCOM vulnerability.
PR: 57161
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |