Commit b31a150
committed
FIXED -- Added Serialization and Plugin support (v0.2.0):
- added serialization encoders and decoders for NmapReport
- added basic plugin capability to NmapReport
- added basic mongodb plugin to validate plugin setup
TODO:
- Add Sphinx DocStrings
- NmapParser should be able to be fully generic and return Objects
- NmapParser should not need a XML root
- Add new plugins to support import/export from mysql, couchdb, csv
- support iterators for NmapReport::scanned_hosts
- add support for parsing os version (fingerprint)
- add unittest for udp scans, ping sweeping
- add support for 'resume' capability (see nmap --resume)
- review thread management for NmapProcess1 parent c29d675 commit b31a150
3 files changed
+9
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
10 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 44 | | |
55 | 45 | | |
56 | 46 | | |
| |||
120 | 110 | | |
121 | 111 | | |
122 | 112 | | |
123 | | - | |
124 | 113 | | |
125 | 114 | | |
126 | 115 | | |
| |||
0 commit comments