bump version
[prads.git] / doc / ROADMAP
blob1f6bcb4aaf9d9eb23cd5f763b7f293916351fa43
1 ### PRADS ROADMAP
3 Point Release 0.1 - Reached 19 May 2009
4  * SYN/ACK
5  * Persistant local DB (SQLite)
6  * Database (SQL via DBI)
7  * Text File Log via tee
8  * MAC sig matching
10 Point Release 0.2
11  * UDP asset detection
12  * UDP os fingerprinting
13  * ICMP os fingerprinting
14  * Text File Log (default, not stdout)
15  * prads.deb and prads.rpm package 
17 Point Release 0.3
18  * udp-service fingerprinting and detection
19  * tcp-service detection
20  * Client application Fingerprinting 
22 Point Release 0.4
23  * Switch discover?
24  * Router discover?
25  * hops
26  * NAT
27  (* prads2sguil.pl script)
29 Point Release 0.4
30  * Graphic display of network topology
33 Passive DNS : Only on the answer from the DNS SERVER
34 TIMESTAMP,DNS-SERVER-IP,QUERY-TYPE,QUERY-CLASS,QUERY-DATA,RESURSE-TYPE,RESURSE-CLASS,RESURSE-DATA,MISC
35  TIMESTAMP: unixtimestamp
36  DNS-SERVER-IP: The ip of the dns server responding
37  MISC: Other data in the answer
38  foreach additional record $UDP-DNS-PAYLOAD {
39   TIMESTAMP,DNS-SERVER-IP,QUERY-TYPE,QUERY-CLASS,QUERY-DATA,RESURSE-TYPE,RESURSE-CLASS,RESURSE-DATA,MISC
40  }
50 Point Release 1.0
51  * When we are satisfied with:
52    - performance
53    - output
54    - functionality
57 Point Release 2.0
58  * If performance is an issue ? C/C++ ?
59  * CVE coorolation on services, not in prads, but prads GUI ?