[BACK]Return to TODO.md CVS log [TXT][DIR] Up to [local] / acopm

File: [local] / acopm / TODO.md (download)

Revision 1.1, Sat May 8 15:42:17 2021 UTC (2 years, 11 months ago) by bountyht
Branch point for: MAIN

Initial revision

Version 1.0 will not be released until the following actions have been
completed:

# TODO

 * Implement support for running an external program when a proxy is
   positively detected, with a DroneBL submission example (needs testing)

 * Implement commands from IRC so that an operator can tell it to scan any
   machine (work started)

 * Implement a listening socket that will respond to requests with a
   randomly-generated cookie, then test for that cookie in the received data

   * The reason for this is that some webservers, such as Apache, will
     incorrectly respond to HTTP CONNECT requests with a HTTP 200 OK status
     code (and some arbitrary HTML content), even when they are not capable
     of satisfying, or configured to satisfy, the request (!)