You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,10 @@ Tifoon is fully functional in its present state. Additional features and conveni
23
23
* Runs periodic scans using either a local nmap install or Docker (nmap image downloaded automatically)
24
24
* Determine exact changes compared to a configurable baseline
25
25
* Save scan results as YAML or JSON files
26
-
***NEW**: [HTML](http://htmlpreview.github.com/?https://github.com/jonfryd/tifoon/blob/master/samples/sample_report.html) and [PDF](samples/sample_report.pdf) report generation
27
-
***NEW**: Report e-mailing (HTML mails with optional PDF attachment)
28
-
***NEW**: Optionally pass additional custom arguments to port scanner (e.g. '-sS --defeat-rst-ratelimit')
26
+
*[HTML](http://htmlpreview.github.com/?https://github.com/jonfryd/tifoon/blob/master/samples/sample_report.html) and [PDF](samples/sample_report.pdf) report generation
27
+
* Report e-mailing (HTML mails with optional PDF attachment)
28
+
* Optionally pass additional custom arguments to port scanner (e.g. '-sS --defeat-rst-ratelimit')
29
+
***NEW**: Report when the input network configuration has changed (via a hash)
29
30
30
31
# Building
31
32
@@ -185,7 +186,6 @@ developers for free, making Java coding productive and a lot of fun.
185
186
186
187
Tifoon is still in its infancy, but I have several ideas for how this baby can grow in the future:
187
188
188
-
* Report when the input network configuration has changed (via a hash) (**DONE** in 0.8.0-SNAPSHOT)
189
189
* UDP and SCTP protocols scanning
190
190
* Support for specifying ranges of hosts
191
191
* Define pre-defined sets of "top ports" for fast scanning of the most critical services
0 commit comments