               Laurent Constantin's network toolbox (netwox)

                      --------------------------------
                      |           TODO LIST          |
                      --------------------------------


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Taskes for you :

Test :
 * Run tools on every system you have, in order to find bugs.

New tools :
 * Detect hosts in promiscuous mode (slower method, DNS method, etc.).
 * Test a firewall with a computer having two network cards. A file
   describes allowed rules. The tool checks them, and their variations.

New modules or group of tools :
 * Backdoor using TCP ACK, ICMP ping, UDP dns, etc to communicate.
 * File module/sockvtcp.c implements a virtual tcp client or server.
   Function netwib_sock_tcp_mulser also has to be implemented as
   virtual.


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Taskes for Laurent [I'll do them later] :

Finish port from lcrzoex v4 :
 * HTTP
 * web spider

New tools :
 * Cypher a file using a XOR and a password.

New modules or group of tools :
 * IPv6 spoof.
 * SNMP.
 * TCP/UDP relay. It listen on a port, and forwards every received
   packet.
 * File module/spooffrag.c can be improved :
    - order/randomness of fragments
    - duplication of packets
    - overlapping (with 0, with same data, with different data)
 * Currently, there is no way to use a "radio button" in toolarg.
   We have to use function netwox_arg_radioX. It works, but netwag
   does not propose a corresponding interface.

