Denial of Service Capable Auditing of Networks: Doscan


doscan is a tool to quickly scan your network for machines listening on a TCP port, opening thousands of TCP connections in parallel.

Highlights

  • 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-tesing 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 expresson 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.

[ http://www.enyo.de/fw/software/doscan/ ]

For this example I used: doscan -v –banner 100 –port 80 66.35.2.0/24

2007-12-27-080106_1280x800_scrot


Trackbacks

  1. tcp port 7193

Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.