-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
52 lines (33 loc) · 1.25 KB
/
TODO
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
45
46
47
48
49
50
51
52
ChangeLog and TODO list for nessus-helper
=========================================
[ ] task to be performed
[.] ongoing task
[x] finished task
===> 0.X
[ ] add more actions (add and delete scans)
[ ] warn and error handling
[ ] controller.py: more code refactoring
[ ] nessus-helper-ini: add mail-template support
[ ] verbose mode
===> 0.4
[x] add nessus chapters to ini file
[x] add nessus host and port (cmd line options: '-h' + '-p') to ini file
[x] added comments to ini-config file
[x] add 'from' to [mail] section
[x] renamed section [login] to [nessus] because more options will be added
[x] remove urllib3
[x] merge flags '-d' + '-D' to '-n' (define actions)
[x] more code comments
[x] controller.py: refactored code: doNessus() -> processReports()
[x] controller.py: refactored code: sendReports()
[x] get rid of unnecessary instance vars
[x] add disableWarnings() for SSL/TLS related warnings
===> 0.3.1
[x] use inline rather attachments for summary report
===> 0.3
[x] new option: '-D': generate summary report (critical, high, medium)
===> 0.2
[x] mail.py: add login support for Mail()
[x] mail.py: add ssl/tls support for Mail()
===> 0.1
[x] initial release