-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO.txt
executable file
·44 lines (38 loc) · 1.06 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
ToDo List
= [X] Web server
=== [X] GET arguments
=== [X] POST arguments (including multipart/form-data)
=== [X] Session
=== [X] Resource pool
= [*] Security Layer
=== [X] security.xml schema
=== [*] security.xml parser
=== [X] authentication mechanism (ajax)
=== [ ] authentication mechanism (pure html)
=== [ ] authorization mechanism
===== [ ] nmap command analisys
===== [ ] allow/deny command execution
= [*] AJAX interface
=== [*] HTML templates
=== [*] Javascript functionality
===== [*] AJAX functions
===== [*] JSON functions
===== [ ] XSL Transformation functions
=== [ ] CSS stylesheet
=== [ ] XSL stylesheet
===== [ ] research about nmap default xsl stylesheet
===== [ ] designt of the UmitWeb XSL stylesheet
= [ ] HTML interface
=== [ ] Template engine
=== [ ] templates
= [ ] result comparision
= [ ] nmap colored output (for raw output)
= [ ] profile XML parser (if needed)
= [ ] command wizard (if needed in this version)
= [ ] .usr files' import
= [ ] .xml config import
= [ ] result search engine
Subtitles:
[X] = done
[*] = working on it =)
[ ] = not started yet